-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelp.html
More file actions
87 lines (78 loc) · 2.98 KB
/
help.html
File metadata and controls
87 lines (78 loc) · 2.98 KB
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
<div class = "modal-header">
<button type = "button" class = "close" data-dismiss = "modal">×</button>
<h4>About</h4>
</div>
<div class = "modal-body">
<dl class = "dl-horizontal">
<dt>Developers:</dt>
<dd>
<ul class = "list-unstyled">
<li>
Alik Kirillovich
<a href = "mailto:alik.kirillovich@gmail.com" title = "Email"><i class="fa fa-envelope-o"></i></a>
<a href = "http://www.alik.su" title = "Website"><i class="fa fa-globe"></i></a>,
</li>
<li>
Nikita Zhiltsov
<a href = "mailto:nikita.zhiltsov@gmail.com" title = "Email"><i class="fa fa-envelope-o"></i></a>
<a href = "http://www.linkedin.com/in/nzhiltsov" title = "LinkedIn profile"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</dd>
<dt>Researchers:</dt>
<dd>
<ul class = "list-unstyled">
<li>Olga Nevzorova,</li>
<li>Nikita Zhiltsov,</li>
<li>Danila Zaikin,</li>
<li>Olga Zhibrik,</li>
<li>Alik Kirillovich,</li>
<li>Vladimir Nevzorov,</li>
<li>Evgeniy Birialtsev</li>
</ul>
</dd>
<dt>GitHub repository:</dt>
<dd>
<ul class = "list-unstyled">
<li>
<a href = "https://github.com/CLLKazan/MathSearch">https://github.com/CLLKazan/MathSearch</a>
</li>
</ul>
</dd>
<dt>Powered by:</dt>
<dd>
<ul class = "list-inline">
<li><a href = "http://jquery.com/">jQuery</a>,</li>
<li><a href = "http://knockoutjs.com/">KnockoutJS</a>,</li>
<li><a href = "http://getbootstrap.com/">Bootstrap</a>,</li>
<li><a href = "https://github.com/jakearchibald/es6-promise">ES6-Promises</a>,</li>
<li><a href = "http://www.thefigtrees.net/lee/blog/2006/04/sparql_calendar_demo_a_sparql.html">SPARQL JavaScript library</a>,</li>
<li><a href = "http://www.mathjax.org/">MathJax</a></li>
</ul>
</dd>
<dt>Actual dataset:</dt>
<dd>
<ul class = "list-unstyled">
<li>
1330 articles of the „Izvestiya Vuzov. Matematika“
(„Proceedings of Higher Education Institutions: Mathematics“) journal published in 1997–2009
</li>
</ul>
</dd>
<dt>Our publications:</dt>
<dd>
<ol class2 = "list-unstyled">
<li>
O. Nevzorova, N. Zhiltsov, D. Zaikin, O. Zhibrik, A. Kirillovich, V. Nevzorov, E. Birialtsev.<br>
Bringing Math to LOD: A Semantic Publishing Platform Prototype for Scientific Collections in Mathematics<br>
In: 12th International Semantic Web Conference, Sydney, NSW, Australia, October 21-25, 2013, Proceedings, Part I. –
Vol. 8218. – Springer Berlin Heidelberg. – 2013.
<a href = "http://link.springer.com/chapter/10.1007%2F978-3-642-41335-3_24">pp 379-394</a>
</li>
</ol>
</dd>
</dl>
</div>
<div class = "modal-footer">
<button class = "btn btn-default" data-dismiss = "modal">Close</button>
</div>