forked from OBOFoundry/OBOFoundry.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (58 loc) · 2.12 KB
/
index.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
---
layout: default
title: The OBO Foundry
---
<div class="row">
<h1 class="display-6">
Open Biological and Biomedical Ontology Foundry
<br/>
<small class="text-muted">
Community development of interoperable ontologies for the biological
sciences
</small>
</h1>
<h4>Learn about OBO best practices and community resources</h4>
<div>
<ul>
<li><a href="principles/fp-000-summary.html">OBO Foundry principles</a></li>
<li>
<a href="https://github.com/jamesaoverton/obo-tutorial">OBO tutorial</a>
</li>
<li><a href="resources">Ontology browsers, tutorials, and tools</a></li>
</ul>
</div>
<h4>Participate</h4>
<div>
<ul>
<li><a href="docs/COC.html">Code of Conduct</a></li>
<li>
Join the <a href="https://groups.google.com/forum/#!forum/obo-discuss">OBO mailing list</a>
and the <a href="https://obo-communitygroup.slack.com/">OBO Community Slack workspace</a>
</li>
<li>
<a href="docs/OperationsCommittee.html">
OBO Foundry Operations and Working Groups
</a>
</li>
<li>
<a href="https://github.com/OBOFoundry/OBOFoundry.github.io/issues">
Submit bug reports or suggestions for improvement via GitHub
</a>
</li>
<li>
<a href="faq/how-do-i-register-my-ontology.html">
Submit your ontology to be considered for inclusion in the OBO Foundry
</a>
</li>
</ul>
</div>
<h4>OBO Library: find, use, and contribute to community ontologies</h4>
</div>
<div class="row">
{% include table_widget.html %}
<noscript> {% include ontology_table.html %}</noscript>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="assets/js/underscore.min.js"></script>
<script src="assets/js/sorttable.js"></script>
<script src="assets/js/custom.js"></script>