forked from mitsuhashi/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
services-en.html
executable file
·132 lines (129 loc) · 5.53 KB
/
services-en.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
---
<!DOCTYPE html>
<html lang="en" data-page-type="services">
<head>
<title>Services | DBCLS</title>
<meta charset="UTF-8">
<link href="style/default.css" rel="stylesheet">
<link href="style/github-markdown.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.2.1.min.js">
</script>
<script src="script/marked.min.js">
</script>
<script src="script/ofi.min.js">
</script>
<style>
.papers_citing_table td a {
text-decoration: underline;
}
</style>
</head>
<body>
{% include header_en.html %}
<div class="content__wrapper">
<div id="subWrap">
<div class="sub__navigation sticky service__side-bar">
<h2 class="page-title">Services</h2>
<ul class="sub__navigation-wrapper outline-list-category__wrapper">
<li class="sub__navigation-title outline-list-category__title active">
<a href="">Services</a>
<ul class="facet_section">
<li class="tag_panel ">
<span class="tag_panel-category-title">Category</span>
<fieldset data-filter-group class="tag_panel_header controls" style="border: none">
<button type="button" class="tag_element category all term control active" data-filter=".mix">
All
</button>
<button type="button" class="tag_element category database-integration control"
data-toggle=".database-integration">
Database integration
</button>
<button type="button" class="tag_element category materials control" data-toggle=".materials">
Materials
</button>
<button type="button" class="tag_element category genome control" data-toggle=".genome">
Genome
</button>
<button type="button" class="tag_element category gene control" data-toggle=".gene">
Gene
</button>
<button type="button" class="tag_element category gene-expression control"
data-toggle=".gene-expression">
Gene expression
</button>
<button type="button" class="tag_element category NGS control" data-toggle=".NGS">
NGS
</button>
<button type="button" class="tag_element category disease control" data-toggle=".disease">
Disease
</button>
<button type="button" class="tag_element category natural-language-processing control"
data-toggle=".natural-language-processing">
Natural language processing
</button>
<button type="button" class="tag_element category SPARQL control" data-toggle=".SPARQL">
SPARQL Search
</button>
<button type="button" class="tag_element category RDF-creation control" data-toggle=".RDF-creation">
RDF creation
</button>
</fieldset>
</li>
<li class="tag_panel">
<span class="tag_panel-category-title">User</span>
<fieldset data-filter-group class="tag_panel_header controls" style="border: none">
<button type="button" class="tag_element user all control active" data-filter=".mix">
All
</button>
<button type="button" class="tag_element user dbuser control" data-toggle=".dbuser">
Database user
</button>
<button type="button" class="tag_element user app-dev control" data-toggle=".app-dev">
Database
<br>
<span class="category-double-col">application developer</span>
</button>
<button type="button" class="tag_element user data-scientist control" data-toggle=".data-scientist">
Data scientist
</button>
<button type="button" class="tag_element user provider control" data-toggle=".provider">
Data provider
</button>
</fieldset>
</li>
</ul>
</li>
<li class="sub__navigation-title outline-list-category__title">
<a href="references-en.html">Papers Citing our services</a>
</li>
</ul>
</div>
</div>
<div class="main__contents main__contents__services">
<div class="main__content-title__wrapper">
<h3 class="main__content-title">Services</h3>
</div>
<div class="main__contents-servece">
<!--h3 class="main__content-title content-title__services">コンテンツ</h3-->
<div class="section-wrapper">
<div class="service__wrapper wrapper-type-box" id="service_list"></div>
<div id="loader-bg">
<div id="loader">
<p>Now Loading...</p>
</div>
</div>
<table class="papers_citing_table" id="table">
<tbody></tbody>
</table>
</div>
</div>
</div>
</div>{% include footer_en.html %}
<script src="script/underscore-min.js" type="text/javascript"></script>
<script src="script/mixitup.min.js"></script>
<script src="script/mixitup-multifilter.min.js"></script>
<script src="script/default.js"></script>
<script src="script/services.js"></script>
</body>
</html>