-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9068a8
commit 42553fc
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ rdflib | |
sparqlwrapper | ||
jupyter | ||
pandas | ||
# seaborn | ||
seaborn | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{% extends "layout.html" %} | ||
|
||
{% block nav %} | ||
{% include 'nav.html' %} | ||
{% endblock %} | ||
|
||
{% block body %} | ||
|
||
<h1 class="title">Top priority curation needs in my field</h1> | ||
<p>In this demo, we focus on some specific topics and randomly pick 5 classes to be updated.</p> | ||
|
||
{% endblock %} |