-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
160 lines (157 loc) · 5.61 KB
/
hugo.yaml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
#baseURL: https://bibbox.github.io/bibbox-website/
languageCode: en-us
title: BIBBOX
module:
# uncomment line below for local development of module
# workspace: hugo.work
imports:
path: github.com/StefMa/hugo-fresh
#googleAnalytics: # Put in your tracking code without quotes like this: UA-XXX for universal tracking or G-XXX analytics v4 tracking
# Disables warnings
disableKinds:
# - taxonomy
markup:
goldmark:
renderer:
unsafe: true # Allows you to write raw html in your md files
params:
# Open graph allows easy social sharing. If you don't want it you can set it to false or just delete the variable
openGraph: true
# Used as meta data; describe your site to make Google Bots happy
description: BIBBOX is a platform for biomedical informatics tools. It is a docker based platform that allows researchers and healthcare professionals to access and use biomedical informatics tools in an easy and efficient way.
# Preloader ensures images are loaded before displaying to the user. If you don't want it uncomment to set it to false
# preloader: false
navbarlogo:
# Logo (from static/images/logos/___)
image: logos/logo.png
link: /
# Default width/height. Uncomment if you need to change
width: 180
height: 30
font:
name: "Open Sans"
sizes: [400,600]
hero:
# Main hero title
title: Basic Infrastructure Building Box
# Hero subtitle (optional)
subtitle: With the aim to make it easy for researchers and healthcare professionals to access and use biomedical informatics tools without hassle
# Button text
buttontext: Read More
# Where the main hero button links to
buttonlink: /about/project
# Hero image (from static/images/___)
image: illustrations/worker.svg
# Footer logos (from static/images/logos/clients/*.svg)
# urls are optional
clientlogos:
- logo: docker
url: https://hub.docker.com/u/bibbox/
text: Docker Images
- logo: github
url: https://github.com/bibbox
text: GitHub Repo
- logo: paper
url: https://www.sciencedirect.com/science/article/pii/S1871678423000298
text: "Please Cite: Research Paper"
# Customizable navbar. For a dropdown, add a "sublinks" list.
navbar:
- title: About
sublinks:
- title: Project
url: /about/project
- title: FAIR and BIBBOX
url: /about/fair
- title: Architecture
url: /about/architecture
- title: Provenance
url: /about/provenance
- title: Demo
url: /demo
- title: Get started
url: /get-started
- title: Apps
sublinks:
- title: Create App
url: /apps/create-app
- title: FAIRified App Examples
url: /apps/app-examples
- title: Common Apps
url: /apps/common-apps
- title: Docs
url: https://bibbox.readthedocs.io/en/latest/
openOnNewPage: true
- title: Playground
url: https://demo.bibbox.org/info
button: true
section1:
title: Already convinced?
subtitle: Start using BIBBOX now!
tiles:
- title: Install BIBBOX
icon: plug-cloud
text: Install BIBBOX on your server
url: /get-started
buttonText: Get started
openOnNewPage: false
- title: See the demo
icon: laptop-cloud
text: See our example BIBBOX instance. It's readonly, but you can see how it works.
url: /demo
buttonText: Show me
openOnNewPage: false
- title: Try the playground
icon: mouse-globe
text: A working BIBBOX instance where you can test the tools and the platform.
url: https://demo.bibbox.org/info
buttonText: Try it out
openOnNewPage: true
section2:
title: You're here because you want the best
subtitle: So we build it
features:
- title: Powerful and unified interface
text: Install different tools within the same interface in a guided process. No need to worry about dependencies or configurations.
icon: laptop-globe
- title: Cross-device synchronisation
text: All apps are based on docker, so each action can be reproduced on any other systems. This makes it easy to share your work with others.
icon: doc-sync
section3:
title: One platform
subtitle: With all the tools you need, ready in a click
image: demo.mp4
buttonText: Try it out!
buttonLink: /demo
section4:
title: A word from our stake holders!
subtitle: We created BIBBOX with a vision
clients:
- name: Roxana Merino Martinez
quote: With BIBBOX I can focus on my research and not on the infrastructure. I dont need to manage servers and can access all the tools I need in one place.
job: Data Scientist
img: 1
- name: Petr Holub
quote: The concept of FAIR-Health is crucial for the secondray use of health data. BIBBOX Apps suppprt the monitoring of data quality and privacy, as well as the documentaion of sample and data provenance.
job: Biomedical Engineer
img: 2
- name: Emilian Jungwirt
quote: We created BIBBOX on the basis of known open source frameworks. The dockerization of the tools and the use of the FAIR Data Points makes it easy to use and to extend.
job: Software Developer
img: 3
footer:
# Logo (from /images/logos/___)
logo: logo.png
quicklinks:
column1:
title: "Info"
links:
- text: Research Paper
link: https://www.sciencedirect.com/science/article/pii/S1871678423000298
openOnNewPage: true
- text: Read the docs
link: https://bibbox.readthedocs.io/en/latest/
openOnNewPage: true
- text: Get started
link: /get-started
- text: Common Apps
link: /apps/common-apps