Skip to content

Commit 7583434

Browse files
committed
Index now updates based on projects.yaml
1 parent e79ba8a commit 7583434

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

docs/index.html

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: home
3+
title: Welcome
4+
---
5+
<div class="content">
6+
<div class="col-md-12">
7+
<h3>KG-Hub: A collection of biological and biomedical Knowledge Graphs, including their component data sources.</h3>
8+
9+
<h3>Learn more about KG-Hub</h3>
10+
<li><a href="https://kg-hub.berkeleybop.io/MANIFEST.yaml">See the list of all graphs</a></li>
11+
<li><a href="https://kg-hub.berkeleybop.io/">Browse all files on KG-Hub</a></li>
12+
<br>
13+
14+
<h3>Build your own KG</h3>
15+
<li><a href="https://github.com/Knowledge-Graph-Hub/kg-dtm-template/blob/master/Tutorials/Getting%20Started.ipynb">Get started (from scratch)</a></li>
16+
<li><a href="https://github.com/Knowledge-Graph-Hub/knowledge-graph-hub-suppor">Get help from the community</a></li>
17+
<li><a href="https://github.com/Knowledge-Graph-Hub/kg-dtm-template/blob/master/Tutorials/Machine%20Learning%20on%20Knowledge%20Graphs.ipynb">Try machine learning on KGs</a></li>
18+
<br>
19+
20+
<h3>KG-Hub Projects</h3>
21+
<p>The table below lists active KG projects.</p>
22+
</div>
23+
24+
<div class="col-md-12">
25+
<div class="row">
26+
<div class="col-md-12">
27+
{% include project_table.html %}
28+
</div>
29+
</div>
30+
</div>
31+
</div>

docs/index.markdown

-31
This file was deleted.

0 commit comments

Comments
 (0)