-
Notifications
You must be signed in to change notification settings - Fork 3
/
gallery.html
93 lines (56 loc) · 1.68 KB
/
gallery.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://dokie.li/media/css/lncs.css" />
<title>Knowledge and Media Gallery</title>
</head>
<body>
<h1>Knowledge and Media Gallery</h1>
<h2>Poster</h2>
<p>
<a href="poster.svg">
<img src="poster.svg" alt="" style="border:1px solid black">
</a>
</p>
<!-- Use the following line instead of the above, if your poster is in PDF format:
<embed src="poster.pdf" width="100%" height="800" alt="">
-->
<h2>Flash Presentation Slide</h2>
<a href="flash-presentation-slide.svg">
<img src="flash-presentation-slide.svg" alt="" style="border:1px solid black">
</a>
<h2>Screenshot for Tool 1: Coggle</h2>
<a href="tool1.png">
<img src="tool1.png" alt="" style="border:1px solid black">
</a>
<h2>Screenshot for Tool 2: Semantic Scholar</h2>
<a href="tool2.png">
<img src="tool2.png" alt="" style="border:1px solid black">
</a>
<h2>Screenshot for Tool 3: Syllogisms</h2>
<a href="tool3.png">
<img src="tool3.png" alt="" style="border:1px solid black">
</a>
<h2>Screenshot for Tool 4: WebProtégé</h2>
<a href="tool4.png">
<img src="tool4.png" alt="" style="border:1px solid black">
</a>
<h2>Screenshot for Tool 5: AceWiki</h2>
<a href="tool5.png">
<img src="tool5.png" alt="" style="border:1px solid black">
</a>
<h2>Screenshot for Tool 6: WebVOWL</h2>
<a href="tool6.png">
<img src="tool6.png" alt="" style="border:1px solid black">
</a>
<h2>Screenshot for Tool 7: WikiData</h2>
<a href="tool7.png">
<img src="tool7.png" alt="" style="border:1px solid black">
</a>
<h2>Screenshot for Tool 8: RDFa Play</h2>
<a href="tool8.png">
<img src="tool8.png" alt="" style="border:1px solid black">
</a>
</body>
</html>