-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
40 lines (38 loc) · 1.18 KB
/
mkdocs.yml
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
site_name: Semantic Technologies team at ZB MED
site_url: https://zbmed-semtec.github.io/
nav:
- Home: index.md
- Projects :
- OntoClue : projects/2021_OntoClue.md
- maSMPs: projects/2022_maSMP.md
- TREC doc2doc: projects/2022_TREC_doc2doc.md
- Theses:
- Protein function embeddings: theses/2023_Protein_function_embeddings.md
- Software: software.md
- Vocabularies: vocabularies.md
- Datasets: datasets.md
- Consortia:
- STELLA Living Labs: consortia/2018_STELLA.md
- NFDI4DataScience: consortia/2021_NFDI4DataScience.md
- Current members: current_members.md
- Previous members: previous_members.md
markdown_extensions:
- toc:
toc_depth: 3
# Repository
repo_name: zbmed-semtec/zbmed-semtec.github.io
repo_url: https://github.com/zbmed-semtec/zbmed-semtec.github.io
theme:
name: material
custom_dir: overrides
palette:
primary: orange
accent: orange
logo: https://raw.githubusercontent.com/zbmed-semtec/zbmed-semtec.github.io/main/semtec.png
extrahead:
- |
<script>
function openHTMLPreview() {
window.open('metadata/projects/ro-crate-preview.html', '_blank');
}
</script>