Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGOP committed Apr 29, 2024
1 parent 2488ac4 commit 300e1c6
Showing 1 changed file with 36 additions and 27 deletions.
63 changes: 36 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.20">
<meta name="generator" content="Asciidoctor 2.0.18">
<title>Wikidata Infinite Quest</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
Expand Down Expand Up @@ -208,10 +208,13 @@
.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #dddddf;color:rgba(0,0,0,.6);word-wrap:anywhere}
.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
.exampleblock>.content{border:1px solid #e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;border-radius:4px}
.exampleblock>.content>:first-child{margin-top:0}
.exampleblock>.content>:last-child{margin-bottom:0}
.sidebarblock{border:1px solid #dbdbd6;margin-bottom:1.25em;padding:1.25em;background:#f3f3f2;border-radius:4px}
.sidebarblock>:first-child{margin-top:0}
.sidebarblock>:last-child{margin-bottom:0}
.sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
.exampleblock>.content>:first-child,.sidebarblock>.content>:first-child{margin-top:0}
.exampleblock>.content>:last-child,.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
.literalblock pre,.listingblock>.content>pre{border-radius:4px;overflow-x:auto;padding:1em;font-size:.8125em}
@media screen and (min-width:768px){.literalblock pre,.listingblock>.content>pre{font-size:.90625em}}
@media screen and (min-width:1280px){.literalblock pre,.listingblock>.content>pre{font-size:1em}}
Expand Down Expand Up @@ -390,7 +393,7 @@
dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
h1,h2,p,td.content,span.alt,summary{letter-spacing:-.01em}
p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
p,blockquote,dt,td.content,td.hdlist1,span.alt,summary{font-size:1.0625rem}
p,blockquote,dt,td.content,span.alt,summary{font-size:1.0625rem}
p{margin-bottom:1.25rem}
.sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
.exampleblock>.content{background:#fffef7;border-color:#e0e0dc;box-shadow:0 1px 4px #e0e0dc}
Expand Down Expand Up @@ -1225,26 +1228,32 @@ <h4 id="_question_generation_strategy">4.2.1. Question generation strategy</h4>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-json" data-lang="json">{
"name": "football",
"instance": "Q476028",
"properties": [
{
"property": "P115",
"template":
[{
"lang": "es",
"question": "Cuál es el estadio del equipo x"
<pre class="highlight"><code class="language-json" data-lang="json">[
{
"name": "country",
"instance": "Q6256",
"properties": [
{
"property": "P36",
"template": {
"es": "Cuál es la capital de x",
"en": "What is the capital of x",
"fr": "Quelle est la capitale de x"
},
{
"lang": "en",
"question": "What is the stadium of x team"
}],
"category": ["Sports"]
},
...
]
}</code></pre>
"category": ["Geography", "Cities"]
},
{
"property": "P38",
"template": {
"es": "Que moneda tiene x",
"en": "What currency x has",
"fr": "Quelle est la devise de x"
},
"category": ["Political"]
}, ...
], ...
}, ...
]</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -2456,6 +2465,9 @@ <h3 id="_design_and_decisions">9.2. Design and Decisions</h3>
<li>
<p><a href="https://github.com/Arquisoft/wiq_es04a/wiki/ADR-08-‐-Questions-Database-Functioning">ADR 08</a> - Questions Database Functioning</p>
</li>
<li>
<p><a href="https://github.com/Arquisoft/wiq_es04a/wiki/ADR-10-‐-Questions-API-structure">ADR 10</a> - Questions API Design</p>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -2483,9 +2495,6 @@ <h3 id="_technology">9.3. Technology</h3>
</li>
</ul>
</div>
<div class="paragraph">
<p><em>TBC when more architecture decisions are taken</em></p>
</div>
<div style="page-break-after: always;"></div>
</div>
</div>
Expand Down Expand Up @@ -3147,7 +3156,7 @@ <h2 id="section-monitoring">15. Appendix III: Application monitoring</h2>
<div id="footer">
<div id="footer-text">
Version 8.2 EN<br>
Last updated 2024-04-28 21:04:48 +0200
Last updated 2024-04-28 22:38:29 +0200
</div>
</div>
</body>
Expand Down

0 comments on commit 300e1c6

Please sign in to comment.