-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
61 lines (59 loc) · 2.3 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
site_name: GLOBALISE Lab
repo_name: "globalise-huygens/lab.globalise.huygens.knaw.nl/"
repo_url: "https://github.com/globalise-huygens/lab.globalise.huygens.knaw.nl/"
site_url: "https://lab.globalise.huygens.knaw.nl/"
theme:
name: material
# logo: static/img/logo/globalise_g.svg
favicon: static/img/logo/globalise_g.svg
icon:
logo: material/flask
features:
# - navigation.instant
- navigation.tracking
- navigation.sections
- navigation.path
- navigation.top
nav:
- Home: index.md
#- About: about.md
- "Ongoing experiments":
- "Transcriptions Viewer": experiments/htr-viewer.md
- "Places Visualization": experiments/places-visualization.md
- "Word Embeddings": experiments/GLOBALISE_Word2Vec_Lab.ipynb
- "Completed experiments":
- "General Missives Search Interface": experiments/blacklab-search-interface-general-missives.md
- "Text-Fabric Serialization of General Missives": experiments/text-fabric-general-missives.md
# - "Word Embeddings": experiments/word-embeddings.md
markdown_extensions:
- toc:
permalink: True
- admonition
- smarty
- pymdownx.details
- pymdownx.superfences
- pymdownx.magiclink
- pymdownx.details
- footnotes
plugins:
- search # necessary for search to work
- git-revision-date-localized
- mkdocs-jupyter
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: material/web
name: Website
link: https://globalise.huygens.knaw.nl/
generator: false
copyright: <p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License"
style="border-width:0" src="https://licensebuttons.net/i/l/by-sa/transparent/ff/ff/ff/88x31.png" /></a><br/>
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">GLOBALISE Lab</span> is the experimental playground of the <a
xmlns:cc="http://creativecommons.org/ns#" href="https://globalise.huygens.knaw.nl/" property="cc:attributionName"
rel="cc:attributionURL">GLOBALISE</a>, a project based at the Huygens Institute in Amsterdam and funded by the The Netherlands Organization for Scientific Research (NWO).
<br>
Information on this static website is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons BY-SA 4.0 International License</a>.
</p>