forked from dbcls/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about-en.html
executable file
·60 lines (55 loc) · 2.81 KB
/
about-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
---
---
<!DOCTYPE html>
<!-- saved from url=(0030)http://dbcls.rois.ac.jp/member -->
<html lang="en" data-page-type="about"><!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width">
<title>About center | DBCLS</title>
<link rel="stylesheet" href="style/default.css">
</head>
<body>
{% include header_en.html %}
<div class="content__wrapper">
<div id="subWrap">
<div class="sub__navigation sticky">
<h2 class="page-title">About</h2>
<ul class="sub__navigation-wrapper outline-list-category__wrapper">
<li class="sub__navigation-title outline-list-category__title active"><a href="/about-en.html">About
center</a></li>
<li class="sub__navigation-title outline-list-category__title"><a href="/history-en.html">History</a></li>
<li class="sub__navigation-title outline-list-category__title"><a href="/faq-en.html">FAQ</a></li>
<li class="sub__navigation-title outline-list-category__title"><a href="/policy-en.html">Policy</a></li>
<li class="sub__navigation-title outline-list-category__title"><a href="/logotype-en.html">About logotypes and
ribbons</a></li>
</ul>
</div>
</div>
<div class="main__contents">
<div class="main__content-title__wrapper">
<h3 class="main__content-title">About center</h3>
</div>
<img src="img/about_en202204.svg" alt="" class="about-img">
<p class="about__description">Database Center for Life Science (DBCLS) was established in April 2007 at Research
Organization of Information and Systems (ROIS). We have been developing new technologies, services and standards
for integrating biological databases, which include those developed and maintained in Japan as well as
world-renowned databases.</p>
<p class="about__description">We collaborate with Bioinformation and DDBJ Center
(DDBJ), also belonging to ROIS, for the nucleotide sequence and gene expression data integration and for the
development of technologies for their meta-analysis and tools for sequence and function annotation. We also
conduct a collaborative research and development with Department of NBDC Program (NBDC) at Japan Science and
Technology Agency (JST), and mainly working on the basic technology development regarding database integration
and preservation. </p>
<p class="about__description">
Since 2016 when the Joint-Support Center for Data Science (DS) was established at ROIS, DBCLS has been one of
the five centers in DS and we are now involving open data and open science initiative with the other centers
that deals with data from various fields including polar and social sciences.
</p>
</div>
</div>
{% include footer_en.html %}
<script src="script/default.js"></script>
<script src="script/about.js"></script>
</body>
</html>