-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
174 lines (167 loc) · 7.05 KB
/
index.html
File metadata and controls
174 lines (167 loc) · 7.05 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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FDI Lab — FAIR Data Informatics</title>
<meta name="description" content="The FAIR Data Informatics Lab at UC San Diego develops informatics infrastructure and tools for making biomedical research data Findable, Accessible, Interoperable, and Reusable.">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- ── Header ── -->
<header>
<div class="header-inner">
<a href="index.html" class="logo">
<img src="images/site/fdi-logo-white.png" alt="FDI Lab" style="height:36px; object-fit:contain;">
</a>
<button class="nav-toggle" onclick="document.querySelector('nav').classList.toggle('open')" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
<nav>
<a href="index.html" class="active">Home</a>
<a href="about.html">About</a>
<a href="team.html">Team</a>
<div class="nav-dropdown">
<button class="nav-dropdown-btn" onclick="this.closest('.nav-dropdown').classList.toggle('open')">Research ▾</button>
<div class="nav-dropdown-menu">
<a href="projects.html">Projects</a>
<a href="tools.html">Tools & Services</a>
<a href="funding.html">Funding</a>
<a href="publications.html">Publications</a>
</div>
</div>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<!-- ── Hero ── -->
<section class="hero" style="background-image: linear-gradient(135deg, rgba(12,34,72,0.88) 0%, rgba(26,63,122,0.82) 100%), url('images/site/hero-banner.jpg'); background-size: cover; background-position: center;">
<div class="container">
<h1>FAIR Data Informatics Lab</h1>
<p>
A leader in developing informatics infrastructure and tools to make biomedical
research data <strong>Findable, Accessible, Interoperable, and Reusable.</strong>
</p>
<a href="about.html" class="btn">About the Lab</a>
<a href="projects.html" class="btn btn-outline">Our Projects</a>
</div>
</section>
<!-- ── FAIR Pillars ── -->
<section>
<div class="container">
<div class="section-header">
<h2>What is FAIR?</h2>
<div class="divider"></div>
<p>FAIR principles guide scientific data management and stewardship so that data can be maximally reused by humans and machines alike.</p>
</div>
<div class="pillars">
<div class="pillar">
<div class="pillar-letter">F</div>
<h3>Findable</h3>
<p>Data and metadata are assigned persistent, globally unique identifiers and are indexed in searchable resources.</p>
</div>
<div class="pillar">
<div class="pillar-letter">A</div>
<h3>Accessible</h3>
<p>Data are retrievable by their identifier using open, standardized protocols with clear access conditions.</p>
</div>
<div class="pillar">
<div class="pillar-letter">I</div>
<h3>Interoperable</h3>
<p>Data use formal, accessible, shared, and broadly applicable language for knowledge representation.</p>
</div>
<div class="pillar">
<div class="pillar-letter">R</div>
<h3>Reusable</h3>
<p>Data have rich metadata, a clear license, and meet domain-relevant community standards to support replication.</p>
</div>
</div>
</div>
</section>
<!-- ── About Snapshot ── -->
<section>
<div class="container">
<div class="section-header">
<h2>About FDI Lab</h2>
<div class="divider"></div>
</div>
<div class="cards">
<div class="card">
<h3>Our Mission</h3>
<p>
We develop technology, services, and policy to improve accuracy, reproducibility,
and analysis in biomedical research. Our work spans data portals, ontologies,
persistent identifiers, and cross-database search infrastructure.
</p>
<a href="about.html">Learn more →</a>
</div>
<div class="card">
<h3>Our History</h3>
<p>
Founded in 2008 as the Neuroscience Information Framework (NIF), an NIH Blueprint
Consortium initiative, FDI Lab expanded into a multi-domain platform powering
portals across digestive, diabetes, kidney, spinal cord, and brain research.
</p>
<a href="about.html">Read our story →</a>
</div>
<div class="card">
<h3>Positions Available</h3>
<p>
We are a multidisciplinary team at UC San Diego working at the intersection of
biology, computer science, and library science. Interested in joining us?
</p>
<a href="contact.html">Get in touch →</a>
</div>
</div>
</div>
</section>
<!-- ── Projects ── -->
<section>
<div class="container">
<div class="section-header">
<h2>Active Projects</h2>
<div class="divider"></div>
<p>We partner with national and international initiatives to build open data infrastructure for the biomedical research community.</p>
</div>
<div class="project-grid">
<a href="projects/bican.html" class="project-chip">BICAN</a>
<a href="projects/dknet.html" class="project-chip">dkNET</a>
<a href="projects/sparc.html" class="project-chip">SPARC</a>
<a href="projects/odc-sci.html" class="project-chip">ODC-SCI</a>
<a href="projects/repronim.html" class="project-chip">ReproNim</a>
<a href="projects/rrid.html" class="project-chip">RRID</a>
<a href="projects/tara.html" class="project-chip">TARA</a>
<a href="projects/nif.html" class="project-chip">NIF</a>
</div>
</div>
</section>
<!-- ── Footer ── -->
<footer>
<div class="footer-inner">
<div class="footer-links">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="team.html">Team</a>
<a href="projects.html">Projects</a>
<a href="tools.html">Tools & Services</a>
<a href="funding.html">Funding</a>
<a href="publications.html">Publications</a>
<a href="contact.html">Contact</a>
</div>
<div class="footer-github">
<a href="https://github.com/SciCrunch/FDI-Lab-Website" target="_blank" rel="noopener">
<img src="images/site/github-mark.svg" alt="">GitHub
</a>
<a href="https://github.com/SciCrunch/FDI-Lab-Website/issues/new" target="_blank" rel="noopener">
<img src="images/site/github-mark.svg" alt="">Leave feedback
</a>
</div>
<p>
© <span id="yr"></span> FAIR Data Informatics Lab • UC San Diego •
Photos by Jeffrey Grethe, PhD & Isabella Froman
</p>
</div>
</footer>
<script>document.getElementById('yr').textContent = new Date().getFullYear();</script>
</body>
</html>