-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
154 lines (147 loc) · 6.54 KB
/
about.html
File metadata and controls
154 lines (147 loc) · 6.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About — FDI Lab</title>
<meta name="description" content="Learn about the FAIR Data Informatics Lab at UC San Diego, our mission, history, and approach to biomedical data infrastructure.">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<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">Home</a>
<a href="about.html" class="active">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>
<div class="page-hero">
<div class="container">
<h1>About FDI Lab</h1>
<p>Building the open data infrastructure that biomedical science needs.</p>
</div>
</div>
<!-- Mission -->
<section>
<div class="container">
<h2>Our Mission</h2>
<div class="divider"></div>
<p>
The FAIR Data Informatics (FDI) Lab at the University of California, San Diego is
a leader in developing and providing novel informatics infrastructure and tools for
making data <strong>Findable, Accessible, Interoperable, and Reusable (FAIR)</strong>.
</p>
<p>
Our work spans the development of technology, services, and policy — thereby
improving accuracy, reproducibility, and analysis in biomedical research. We bring
together expertise in biology, computer science, library science, and ontology
engineering to build infrastructure that works for scientists across disciplines.
</p>
</div>
</section>
<!-- History -->
<section>
<div class="container">
<h2>Our History</h2>
<div class="divider"></div>
<p>
FDI Lab originated in <strong>2008</strong> as the
<strong>Neuroscience Information Framework (NIF)</strong>, an NIH Blueprint Consortium
initiative. NIF began cataloging neuroscience resources in 2006 and created one of the
first cross-database search engines for biomedical research, indexing hundreds of
databases, tools, and resources.
</p>
<p>
Building on this foundation, the lab developed <strong>SciCrunch</strong> — a
customizable platform for creating domain-specific data portals. SciCrunch now powers
infrastructure for multiple biomedical communities, including the
<strong>dkNET</strong> portal for digestive, diabetes, and kidney disease research.
</p>
<p>
A particularly impactful initiative has been the
<strong>Resource Identification Initiative (RRID)</strong>, which provides unique,
persistent identifiers for research resources including antibodies, cell lines,
organisms, and biosamples cited in scientific literature — dramatically improving
reproducibility across the published record.
</p>
<p>
FDI Lab actively participates in open-science organizations including
<strong>FORCE11</strong> and the
<strong>International Neuroinformatics Coordinating Facility (INCF)</strong>.
</p>
</div>
</section>
<!-- FAIR explained -->
<section>
<div class="container">
<h2>About FAIR</h2>
<div class="divider"></div>
<p>
The FAIR Guiding Principles, published in <em>Scientific Data</em> in 2016, provide
a framework for making data and digital assets maximally reusable. FDI Lab was an
early adopter and active contributor to FAIR practice across the biomedical community.
</p>
<div class="cards">
<div class="card">
<h3>Findable</h3>
<p>Data and metadata are assigned globally unique, persistent identifiers and are deposited in searchable resources. Rich metadata helps both humans and machines discover datasets efficiently.</p>
</div>
<div class="card">
<h3>Accessible</h3>
<p>Once found, data and metadata can be retrieved using open, standardized protocols. Authentication and authorization rules are transparent, and metadata remain accessible even when data are not.</p>
</div>
<div class="card">
<h3>Interoperable</h3>
<p>Data use a formal, accessible, shared, and broadly applicable language for knowledge representation. Vocabularies follow FAIR principles, and qualified references to other data are included.</p>
</div>
<div class="card" style="grid-column: span 1;">
<h3>Reusable</h3>
<p>Data have rich, accurate metadata; a clear, accessible data usage license; detailed provenance; and meet domain-relevant community standards to support replication and reuse.</p>
</div>
</div>
</div>
</section>
<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</p>
</div>
</footer>
<script>document.getElementById('yr').textContent = new Date().getFullYear();</script>
</body>
</html>