-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
70 lines (61 loc) · 3.92 KB
/
Copy pathabout.php
File metadata and controls
70 lines (61 loc) · 3.92 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
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IBG-1 Archive Documentation</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/railscasts.min.css">
<link rel="stylesheet" href="scribbler-global.css">
<link rel="stylesheet" href="scribbler-landing.css">
<link rel="author" href="humans.txt">
</head>
<body>
<nav>
<div><img src="matting_fz-logo.png" style="margin:10px;" height="50" width="70" alt="logo" />
</div>
<ul>
<div class="col" style="width:30%;float:left;">
<span style="font-size:20px;font-weight:bold;">IBG-1 Archive Database </span><br><span> A database for experementally generated data </span>
</div>
<div class="col" style="float:right" style="width:60%">
<li class="menu__item"><a href="index.php" class="link link--dark"><i class="fa fa-home"></i> Home </a></li>
<li class="menu__item"><a href="submit.php" class="link link--dark"><i class="fa fa-save"></i> Submit </a></li>
<li class="menu__item"><a href="search.php" class="link link--dark"><i class="fa fa-search"></i> Search </a></li>
<li class="menu__item"><a href="download.php" class="link link--dark"><i class="fa fa-download"></i> Download </a></li>
<li class="menu__item"><a href="about.php" class="link link--dark"><i class="fa fa-info"></i> About </a></li>
<li class="menu__item"><a href="help.php" class="link link--dark"><i class="fa fa-address-book"></i> Help </a></li>
<li class="menu__item"><a href="contact.php" class="link link--dark"><i class="fa fa-github"></i> Contact </a></li>
</div>
</ul>
</nav>
<div class="doc__bg"></div>
</ul>
</nav>
<div class="wrapper">
<aside class="doc__nav">
</aside>
<article class="doc__content">
<section class="js-section">
<h3 class="section__title">About the IBG-1 Archive</h3>
<p>The IBG-1 Archive is a platform for managing, integrating, archiving, and sharing sequence data produced by the different research groups in the institute.</p>
<hr />
</section>
<section class="js-section">
<h3 class="section__title">IBG-1 archive Database platform for data management:</h3>
<p>This database is a comprehensive data resource that collects and preserves the sequence data (DNAseq, RNAseq, CHIPseq) generated by different groups of the IBG-1 department at Forschungszentrum Jülich.</p>
<p>The database contains sequences of over 1000 samples generated from DNAseq, RNAseq, and CHIPseq experiments.</p>
<p>All data available here will be helpful for the research community working in the area of Systemic Microbiology. The purpose of this database to maintain dat</p>
<hr />
</section>
</div>
</body>
</html>
<footer class="footer">Copyright © FJZ 2022 | Forschungszentrum Jülich | IBG - 1</a>.</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="scribbler.js"></script>
</div>