Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve intro figure #213

Merged
merged 3 commits into from Oct 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
46 changes: 30 additions & 16 deletions cg-spec/editors_draft.html
Expand Up @@ -200,10 +200,21 @@
.heavy { color:black; font-weight:bold }
.small { font-size: smaller; }

#structure-map table {
background-image: url("visual-map-bg.svg");
background-size: 100% 100%;
background-repeat: no-repeat;
}

#structure-map table td {
width: 33.34%;
}

#structure-map .box {
display: block;
border: thin solid gray;
border-radius: 0.5em;
background-color: white;
margin: 0.7em 1em;
padding: 0.35em 0.5em;
box-shadow: 0.25em 0.25em 0.5em darkgray;
Expand Down Expand Up @@ -373,36 +384,39 @@ <h2>Structure of this document</h2>
<figure id="structure-map">
<table>
<tr>
<td rowspan=3>
<div class="box">
<strong>querying</strong><br>
<a href="#sparql-star"></a><br>
</div>
<div class="box">
<strong>updating</strong><br>
<a href="#sparql-star-update"></a>
<td>
<td rowspan=2>
<div class="box" style="margin-bottom: 5em;">
<a href="#concepts"></a><br>
<strong>can be...</strong>
</div>
<td>
<tr>
<td>
<div class="box">
<strong>reasoning</strong><br>
<a href="#rdf-star-semantics"></a>
<em>... serialized with</em><br>
<a href="#concrete-syntaxes"></a>
</div>
<td>
<td rowspan=3>
<div class="box">
<strong>representing</strong><br>
<em>... represented by</em><br>
<a href="#rdf-star-vocabulary"></a>
</div>
<tr>
<td>
<div class="box">
<a href="#concepts"></a>
<em>... queried with</em><br>
<a href="#sparql-star"></a><br>
</div>
<tr>
<td>
<div class="box">
<strong>serializing</strong><br>
<a href="#concrete-syntaxes"></a>
<em>... updated with</em><br>
<a href="#sparql-star-update"></a>
</div>
<td>
<div class="box">
<em>... interpreted through</em><br>
<a href="#rdf-star-semantics"></a>
</div>
</table>
<figcaption>A visual map of the sections of this document</figcaption>
Expand Down
66 changes: 66 additions & 0 deletions cg-spec/visual-map-bg.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.