-
Notifications
You must be signed in to change notification settings - Fork 6
/
services.html
executable file
·128 lines (125 loc) · 5.46 KB
/
services.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
---
---
<!DOCTYPE html>
<html lang="ja" data-page-type="services">
<head>
<title>サービス | DBCLS</title>
<meta charset="UTF-8">
<link href="style/default.css" rel="stylesheet">
<link href="style/github-markdown.css" rel="stylesheet">
<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.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="">サービス一覧</a>
<ul class="facet_section">
<li class="tag_panel ">
<span class="tag_panel-category-title">カテゴリ</span>
<fieldset data-filter-group="category" class="tag_panel_header controls" style="border: none">
<button type="button" class="tag_element category all term control active" data-filter=".mix">
すべて
</button>
<button type="button" class="tag_element category database-integration control"
data-toggle=".database-integration">
データベース統合
</button>
<button type="button" class="tag_element category materials control" data-toggle=".materials">
教材・資料
</button>
<button type="button" class="tag_element category genome control" data-toggle=".genome">
ゲノム
</button>
<button type="button" class="tag_element category gene control" data-toggle=".gene">
遺伝子
</button>
<button type="button" class="tag_element category gene-expression control"
data-toggle=".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">
疾患
</button>
<button type="button" class="tag_element category natural-language-processing control"
data-toggle=".natural-language-processing">
自然言語処理
</button>
<button type="button" class="tag_element category SPARQL control" data-toggle=".SPARQL">
SPARQL検索
</button>
<button type="button" class="tag_element category RDF-creation control" data-toggle=".RDF-creation">
RDF作成
</button>
</fieldset>
</li>
<li class="tag_panel">
<span class="tag_panel-category-title">ユーザ</span>
<fieldset data-filter-group="user" class="tag_panel_header controls" style="border: none">
<button type="button" class="tag_element user all control active" data-filter=".mix">
すべて
</button>
<button type="button" class="tag_element user dbuser control" data-toggle=".dbuser">
データベース利用者
</button>
<button type="button" class="tag_element user app-dev control" data-toggle=".app-dev">
アプリケーション開発者
</button>
<button type="button" class="tag_element user data-scientist control" data-toggle=".data-scientist">
大規模データ解析者
</button>
<button type="button" class="tag_element user provider control" data-toggle=".provider">
データ所有者
</button>
</fieldset>
</li>
</ul>
</li>
<li class="sub__navigation-title outline-list-category__title">
<a href="/references.html">引用文献一覧</a>
</li>
</ul>
</div>
</div>
<div class="main__contents main__contents__services">
<div class="main__content-title__wrapper">
<h3 class="main__content-title">サービス一覧</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.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>