This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
90 lines (89 loc) · 2.01 KB
/
config.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
css: cobig2.css
navbar:
logo: logo.png
logotext:
registration: false
author:
name: Bruno Vieira
url: http://bmpvieira.com
year: 2012
title: Computational Biology & Population Genomics Group
title_short: CoBiG²
meta:
description: We are a research group of the Centro de Biologia Ambiental (CBA, Environmental Biology Centre), of the Faculty of Sciences of the University of Lisbon (FCUL), and associated with the Academic Department of Animal Biology (DBA) for teaching.
author: Bruno Vieira
ganalytics:
production:
staging:
hosts:
development: localhost:3000
staging: staging.cobig2.com
production: cobig2.com
contents_url: https://api.github.com/repos/bmpvieira/python101/contents
menuitems:
- txt: Work
dropdown:
- txt: Papers
href: /view1
- txt: Posters
href: /view2
- txt: Talks
href: /talks
- txt: Software
href: /software
- txt: About
dropdown:
- txt: Research areas
href: /research
- txt: Members
href: /members
- txt: Courses
href: /courses
- txt: Join
href: /join
- txt: Media
dropdown:
- txt: Videos
href: /videos
- txt: Photos
href: /photos
- txt: Contact
href: /contact
menuitems_old:
- txt: Members
dropdown:
- txt: Current members
href: /current_members
- txt: Former members
href: /former_members
- txt: Colaborators
href: /colaborators
- txt: Research
dropdown:
- txt: Research areas
href: /research_areas
- txt: Software
href: /software
- txt: Publications
href: /publications
- txt: Projects
href: /projects
- txt: Courses
href: /courses
- txt: Opportunities
href: /opportunities
- txt: Community
dropdown:
- txt: Event log
href: /event_log
- txt: Blog
href: /blog
- txt: Media
dropdown:
- txt: Videos
href: /videos
- txt: Photos
href: /photos
- txt: Contact
href: /contacts
slideDownDelay: 500