Skip to content

Commit f340d5f

Browse files
add soic tag
1 parent 8be601b commit f340d5f

File tree

6 files changed

+386
-18
lines changed

6 files changed

+386
-18
lines changed

webmaps/index.html

Lines changed: 20 additions & 16 deletions
Large diffs are not rendered by default.

webmaps/index.html_files/image.png

5.12 KB
Loading

webmaps/index.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
},
192192
{
193193
"@_NAME": "AutomaticEdgeColor",
194-
"@_COUNTER": 15,
194+
"@_COUNTER": 16,
195195
"@_RULE": "ON_BRANCH_CREATION"
196196
}
197197
],
@@ -364,6 +364,37 @@
364364
}
365365
]
366366
},
367+
{
368+
"@_TEXT": "TODO",
369+
"@_POSITION": "right",
370+
"@_ID": "ID_1066323074",
371+
"@_CREATED": 1579505015118,
372+
"@_MODIFIED": 1579505025939,
373+
"edge": {
374+
"@_COLOR": "#00ffff"
375+
},
376+
"node": {
377+
"@_TEXT": "add tags",
378+
"@_ID": "ID_1539675135",
379+
"@_CREATED": 1579505027345,
380+
"@_MODIFIED": 1579505053767,
381+
"node": [
382+
{
383+
"@_TEXT": "find tag predicate",
384+
"@_ID": "ID_1364251886",
385+
"@_CREATED": 1579505031072,
386+
"@_MODIFIED": 1579505035531
387+
},
388+
{
389+
"@_TEXT": "candidate: sioc topic",
390+
"@_ID": "ID_1933160669",
391+
"@_CREATED": 1579505037840,
392+
"@_MODIFIED": 1579505053748,
393+
"@_LINK": "https://www.w3.org/Submission/sioc-spec/#term_topic"
394+
}
395+
]
396+
}
397+
},
367398
{
368399
"@_POSITION": "left",
369400
"@_ID": "ID_1974475433",

webmaps/index.mm

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</stylenode>
6565
</map_styles>
6666
</hook>
67-
<hook NAME="AutomaticEdgeColor" COUNTER="15" RULE="ON_BRANCH_CREATION"/>
67+
<hook NAME="AutomaticEdgeColor" COUNTER="16" RULE="ON_BRANCH_CREATION"/>
6868
<node TEXT="Demo" LOCALIZED_STYLE_REF="AutomaticLayout.level,1" POSITION="right" ID="ID_1672887815" CREATED="1578920361269" MODIFIED="1579018458540" LINK="https://markbook.org/">
6969
<icon BUILTIN="wizard"/>
7070
<edge COLOR="#007c00"/>
@@ -111,6 +111,13 @@
111111
</node>
112112
</node>
113113
</node>
114+
<node TEXT="TODO" POSITION="right" ID="ID_1066323074" CREATED="1579505015118" MODIFIED="1579505025939">
115+
<edge COLOR="#00ffff"/>
116+
<node TEXT="add tags" ID="ID_1539675135" CREATED="1579505027345" MODIFIED="1579505053767">
117+
<node TEXT="find tag predicate" ID="ID_1364251886" CREATED="1579505031072" MODIFIED="1579505035531"/>
118+
<node TEXT="candidate: sioc topic" ID="ID_1933160669" CREATED="1579505037840" MODIFIED="1579505053748" LINK="https://www.w3.org/Submission/sioc-spec/#term_topic"/>
119+
</node>
120+
</node>
114121
<node POSITION="left" ID="ID_1974475433" CREATED="1578928125418" MODIFIED="1578930147771" LINK="https://webapps.io/" COLOR="#000099"><richcontent TYPE="NODE">
115122

116123
<html>

webmaps/index.ppt.html

Lines changed: 325 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,325 @@
1+
<!DOCTYPE html><html lang="en" xmlns:my="local.uri">
2+
<head>
3+
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4+
<title>markbook</title>
5+
<meta name="description" content="Freeplane mindmap HTML presentation">
6+
<meta name="author" content="Yours Respectfully">
7+
<meta name="generator" content="Mindslide at http://berteh.github.io/mindslide/">
8+
<!--Mindslide version 0.5-->
9+
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
12+
<link rel="stylesheet" href="https://solidpayorg.github.io/reveal.js/css/reveal.css">
13+
<link rel="stylesheet" id="theme" href="https://solidpayorg.github.io/reveal.js/css/theme/solid.css">
14+
<!--For syntax highlighting-->
15+
<link rel="stylesheet" href="https://solidpayorg.github.io/reveal.js/lib/css/zenburn.css">
16+
<style type="text/css">
17+
a.connector, a.subsection {margin-left: 1ex; font-size: smaller}
18+
.illustrations a {float:left; margin: 1ex 5px; max-width:100%}
19+
.illustrations img {max-height:8em;}
20+
.illustrations.w1 a {max-width:98%}
21+
.illustrations.w2 a {max-width:47%}
22+
.illustrations.w3 a, .illustrations.w6 a {max-width:31%}
23+
.illustrations.w4 a, .illustrations.w7 a, .illustrations.w8 a {max-width:23%}
24+
.illustrations.w5 a, .illustrations.w9 a, .illustrations.w10 a {max-width:18%}
25+
26+
/* bullet lists layout */
27+
#mindslide li p {margin: 0 0;}
28+
#mindslide section.content>ul li {font-size: 90%;}
29+
#mindslide section.content>ul>li:first-of-type, #mindslide section.title>ul li {list-style:none; display:block; font-size: 120%; margin-bottom:1ex}
30+
31+
/* zenburn hack for inline code highlight */
32+
pre.inline, .inline code {display:inline; width:auto;}
33+
34+
/* icons */
35+
#mindslide.awesome section.content li.icon {list-style:none; margin-left: -1em}
36+
#mindslide.awesome .fa {font-family: FontAwesome; margin-right: 1ex;}
37+
</style>
38+
<!--If the query includes 'print-pdf', use the PDF print sheet. works in Chrome, maybe not other browsers-->
39+
<script type="text/javascript">
40+
document.write( '<link rel="stylesheet" href="https://solidpayorg.github.io/reveal.js/css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print" />' );
41+
</script>
42+
<!--
43+
[if lt IE 9]>
44+
<script src="https://solidpayorg.github.io/reveal.js/lib/js/html5shiv.js"></script>
45+
<![endif]
46+
-->
47+
<!--placeholder for custom header items (typically scripts or stylesheets)-->
48+
</head>
49+
<body>
50+
<div class="reveal">
51+
<!--Any section element inside of this container is displayed as a slide-->
52+
<div id="mindslide" class="slides">
53+
<section class="content" id="ID_1831615648">
54+
<h2>markbook</h2>
55+
<ul>
56+
<li class="icon">
57+
<span aria-hidden="true" class="fa fa-magic"></span>Demo<a href="#/ID_1672887815" class="link subsection"> &#8628;</a>
58+
</li>
59+
<li class="icon">
60+
<span aria-hidden="true" class="fa fa-list"></span>Markbook<a href="#/ID_120250381" class="link subsection"> &#8628;</a>
61+
</li>
62+
<li class="icon">
63+
<span aria-hidden="true" class="fa fa-edit"></span>Code<a href="#/ID_383868314" class="link subsection"> &#8628;</a>
64+
</li>
65+
<li class="icon">
66+
<span aria-hidden="true" class="fa fa-gear"></span>LD<a href="#/ID_940888504" class="link subsection"> &#8628;</a>
67+
</li>
68+
<li class="icon">
69+
<span aria-hidden="true" class="fa fa-weixin"></span>Structure<a href="#/ID_1985440428" class="link subsection"> &#8628;</a>
70+
</li>
71+
<li>
72+
TODO<a href="#/ID_1066323074" class="link subsection"> &#8628;</a>
73+
</li>
74+
<li>
75+
<a href="https://webapps.io/" class="link external">
76+
Made with <img class="emoji" alt="heart" height="20" width="20" src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none">&nbsp;using webmaps.io
77+
</a>
78+
</li>
79+
<li class="icon">
80+
<span aria-hidden="true" class="fa fa-paperclip"></span>links<a href="#/ID_808607355" class="link subsection"> &#8628;</a>
81+
</li>
82+
<li class="icon">
83+
<span aria-hidden="true" class="fa fa-folder"></span>docs<a href="#/ID_1100215200" class="link subsection"> &#8628;</a>
84+
</li>
85+
<li class="icon">
86+
<span aria-hidden="true" class="fa "></span>libs<a href="#/ID_1286983084" class="link subsection"> &#8628;</a>
87+
</li>
88+
<li class="icon">
89+
<span aria-hidden="true" class="fa fa-pencil"></span>Vocabs<a href="#/ID_129926507" class="link subsection"> &#8628;</a>
90+
</li>
91+
</ul>
92+
</section>
93+
<section class="content" id="ID_1672887815">
94+
<h3>Demo</h3>
95+
<ul>
96+
<li class="icon">
97+
<span aria-hidden="true" class="fa fa-group"></span><a href="user/guide/index.mm" class="link external">User Guide</a>
98+
</li>
99+
</ul>
100+
</section>
101+
<section class="content" id="ID_120250381">
102+
<h3>Markbook</h3>
103+
<ul>
104+
<li>a bookmarking app for the solid platform</li>
105+
</ul>
106+
</section>
107+
<!--new subsection-->
108+
<section>
109+
<section class="content" id="ID_383868314">
110+
<h3>Code</h3>
111+
<ul>
112+
<li>
113+
One page app<a href="#/ID_26827509" class="link subsection"> &#8628;</a>
114+
</li>
115+
</ul>
116+
</section>
117+
<section class="content" id="ID_26827509">
118+
<h4>One page app</h4>
119+
<ul>
120+
<li>
121+
<a href="../index.html" class="link external">index.html</a>
122+
</li>
123+
</ul>
124+
</section>
125+
</section>
126+
<section class="content" id="ID_940888504">
127+
<h3>LD</h3>
128+
<ul>
129+
<li> &lt;&gt; &lt;http://purl.org/dc/terms/references&gt; &lt;${id}&gt; .
130+
131+
&lt;${id}&gt; a &lt;http://www.w3.org/2002/01/bookmark#Bookmark&gt; ;
132+
&lt;http://purl.org/dc/terms/title&gt; """${title}""" ;
133+
&lt;http://xmlns.com/foaf/0.1/maker&gt; &lt;${template.profile.webId}&gt; ;
134+
&lt;http://purl.org/dc/terms/created&gt; "${d}"^^&lt;http://www.w3.org/2001/XMLSchema#dateTime&gt;;
135+
&lt;http://www.w3.org/2002/01/bookmark#recalls&gt; &lt;${uri}&gt; .</li>
136+
</ul>
137+
</section>
138+
<!--new subsection-->
139+
<section>
140+
<section class="content" id="ID_1985440428">
141+
<h3>Structure</h3>
142+
<ul>
143+
<li>WebID is obtained from Login</li>
144+
<li>publicTypeIndex obtained from WebID</li>
145+
<li>
146+
bookmark file put in publicTypeIndex<a href="#/ID_50156365" class="link subsection"> &#8628;</a>
147+
</li>
148+
</ul>
149+
</section>
150+
<section class="content" id="ID_50156365">
151+
<h4>bookmark file put in publicTypeIndex</h4>
152+
<ul>
153+
<li>
154+
public/bookmarks.ttl<a href="#/ID_1011719771" class="link subsection"> &#8628;</a>
155+
</li>
156+
</ul>
157+
</section>
158+
<section class="content" id="ID_1011719771">
159+
<h5>public/bookmarks.ttl</h5>
160+
<ul>
161+
<li>default</li>
162+
</ul>
163+
</section>
164+
</section>
165+
<!--new subsection-->
166+
<section>
167+
<section class="content" id="ID_1066323074">
168+
<h3>TODO</h3>
169+
<ul>
170+
<li>
171+
add tags<a href="#/ID_1539675135" class="link subsection"> &#8628;</a>
172+
</li>
173+
</ul>
174+
</section>
175+
<section class="content" id="ID_1539675135">
176+
<h4>add tags</h4>
177+
<ul>
178+
<li>find tag predicate</li>
179+
<li>
180+
<a href="https://www.w3.org/Submission/sioc-spec/#term_topic" class="link external">candidate: sioc topic</a>
181+
</li>
182+
</ul>
183+
</section>
184+
</section>
185+
<section class="content" id="ID_808607355">
186+
<h3>links</h3>
187+
<ul>
188+
<li>
189+
<a href="https://github.com/mark-book/markbook" class="link external">github</a>
190+
</li>
191+
<li>
192+
<a href="https://github.com/mark-book/markbook/issues" class="link external">issues</a>
193+
</li>
194+
</ul>
195+
</section>
196+
<section class="content" id="ID_1100215200">
197+
<h3>docs</h3>
198+
<ul>
199+
<li>
200+
<a href="https://github.com/mark-book/markbook#markbook" class="link external">README</a>
201+
</li>
202+
</ul>
203+
</section>
204+
<section class="content" id="ID_1286983084">
205+
<h3>libs</h3>
206+
<ul>
207+
<li>
208+
<a href="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment.min.js" class="link external">https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment.min.js</a>
209+
</li>
210+
<li>
211+
<a href="https://solid.github.io/solid-auth-client/dist/solid-auth-client.bundle.js" class="link external">https://solid.github.io/solid-auth-client/dist/solid-auth-client.bundle.js</a>
212+
</li>
213+
<li>
214+
<a href="https://melvincarvalho.github.io/helloworld/scripts/rdflib.min.js" class="link external">https://melvincarvalho.github.io/helloworld/scripts/rdflib.min.js</a>
215+
</li>
216+
</ul>
217+
</section>
218+
<section class="content" id="ID_129926507">
219+
<h3>Vocabs</h3>
220+
<ul>
221+
<li>
222+
<a href="http://xmlns.com/foaf/0.1/" class="link external">FOAF</a>
223+
</li>
224+
<li>
225+
<a href="http://purl.org/dc/terms/" class="link external">DCT</a>
226+
</li>
227+
<li>
228+
<a href="http://www.w3.org/2002/01/bookmark#" class="link external">BOOKMARK</a>
229+
</li>
230+
<li>
231+
<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#" class="link external">RDF</a>
232+
</li>
233+
<li>
234+
<a href="http://www.w3.org/ns/solid/terms#" class="link external">SOLID</a>
235+
</li>
236+
</ul>
237+
</section>
238+
<section id="end">
239+
<h1>The End</h1>
240+
<h3 class="thanks">Thank You!</h3>
241+
<p id="author">Yours Respectfully</p>
242+
<p id="credits">
243+
<small>Powered by <a href="http://berteh.github.io/mindslide/">Mindslide</a> for <a href="http://freeplane.sourceforge.net/">Freeplane</a>, using <a href="http://lab.hakim.se/reveal-js/#/">Reveal.js</a></small>
244+
</p>
245+
</section>
246+
</div>
247+
</div>
248+
<footer class="info">
249+
markbook | <a href="http://berteh.github.io/mindslide/">Mindslide</a> v 0.5 | <a href="http://freeplane.sourceforge.net/">Freeplane</a> map vfreeplane 1.7.0
250+
</footer>
251+
<script src="https://solidpayorg.github.io/reveal.js/lib/js/head.min.js"></script><script src="https://solidpayorg.github.io/reveal.js/js/reveal.js"></script><script>
252+
253+
//run reveal.js
254+
// Full list of configuration options available here:
255+
// https://github.com/hakimel/reveal.js#configuration
256+
Reveal.initialize({
257+
controls: true,
258+
progress: true,
259+
slideNumber: false,
260+
history: true,
261+
keyboard: true,
262+
overview: true,
263+
center: true,
264+
touch: true,
265+
loop: false,
266+
rtl: false,
267+
shuffle: false,
268+
fragments: true,
269+
embedded: false,
270+
help: true,
271+
showNotes: false,
272+
autoSlide: 0,
273+
autoSlideStoppable: true,
274+
autoSlideMethod: Reveal.navigateNext,
275+
mouseWheel: true,
276+
hideAddressBar: true,
277+
previewLinks: false,
278+
transition: 'cube',
279+
transitionSpeed: 'default',
280+
backgroundTransition: 'slide',
281+
viewDistance: 3,
282+
parallaxBackgroundImage: '',
283+
parallaxBackgroundSize: '',
284+
parallaxBackgroundHorizontal: null,
285+
parallaxBackgroundVertical: null,
286+
287+
theme: Reveal.getQueryHash().theme || 'solid',
288+
transition: Reveal.getQueryHash().transition || 'cube',
289+
290+
291+
// Optional libraries used to extend on reveal.js - see https://github.com/hakimel/reveal.js#dependencies
292+
dependencies: [
293+
{ src:'https://solidpayorg.github.io/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
294+
{ src:'https://solidpayorg.github.io/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
295+
{ src:'https://solidpayorg.github.io/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
296+
{ src:'https://solidpayorg.github.io/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
297+
//{ src:'https://solidpayorg.github.io/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector('[data-markdown]' ); } },
298+
//{ src:'https://solidpayorg.github.io/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector('[data-markdown]' ); } },
299+
//{ src:'https://solidpayorg.github.io/reveal.js/plugin/math/math.js', async: true }
300+
]
301+
302+
});
303+
</script>
304+
<link rel="stylesheet" crossorigin="anonymous" href="Font-Awesome/css/font-awesome.min.css">
305+
<script>
306+
// add "awesome" class to #mindslide (only) if FontAwesome is loaded (for icons layout)
307+
308+
function css(element, property) {
309+
return window.getComputedStyle(element, null).getPropertyValue(property);
310+
}
311+
312+
window.onload = function () {
313+
var span = document.createElement('span');
314+
span.className = 'fa';
315+
span.style.display = 'none';
316+
document.body.insertBefore(span, document.body.firstChild);
317+
if ((css(span, 'font-family')) == 'FontAwesome') {
318+
var ms = document.getElementById("mindslide");
319+
ms.className += " awesome";
320+
}
321+
document.body.removeChild(span);
322+
};
323+
</script>
324+
</body>
325+
</html>

0 commit comments

Comments
 (0)