-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathharp.json
86 lines (86 loc) · 3.1 KB
/
harp.json
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
{
"globals": {
"en" : {
"title" : "Bricobio",
"brand" : "Bricobio",
"contact_email": "[email protected]",
"uri" : "http://bricobio.com/en/",
"navbar" : {
"index" : "About",
"blog" : "News & Events",
"calendar" : "Calendar",
"education" : "Education",
"projects" : "Projects",
"documents" : "Documents",
"forum" : "Forum",
"contact" : "Contact"
},
"projects" : {
"BricoReactor" : "BricoReactor",
"DIYbio101" : "Biohacking 101",
"basics" : "The Basics",
"BricoBrew" : "BricoBrew"
}
},
"fr" : {
"title" : "Bricobio",
"brand" : "Bricobio",
"contact_email": "[email protected]",
"uri" : "http://bricobio.com/fr/",
"navbar" : {
"index" : "Accueil",
"blog" : "Nouvelles & Evenments",
"calendar" : "Agenda",
"education" : "Formation",
"projects" : "Projets",
"documents" : "Documents",
"forum" : "Forum",
"contact" : "Contact"
},
"projects" : {
"project_name" : "BricoRéacteur",
"DIYbio101" : "Biohacking 101",
"basics" : "Les bases",
"BricoBrew" : "BricoBrew"
}
},
"urls" : {
"social":{
"meetup" : ["Meetup Group", "http://www.meetup.com/DIYBio-Montreal/"],
"twitter" : ["Twitter", "https://twitter.com/intent/user?screen_name=bricobiomtl"],
"facebook" : ["Facebook", "http://facebook.com/bricobio"],
"linkedin" : ["LinkedIn", "http://www.linkedin.com/groups/Bricobio-7433877"],
"gcal" : ["Calendar", "https://www.google.com/calendar/embed?src=l1nv8tbg54emb1p7a1uvj0kr54%40group.calendar.google.com&ctz=America/Montreal"],
"gplus" : ["Google+", "https://plus.google.com/communities/114975262860730642833"]
},
"project":{
"drive" : ["Google Drive", "https://drive.google.com/#folders/0B3-riWSoYwWuTjBKUDRPeGFOcW8"],
"groups" : ["Google Groups", "https://groups.google.com/forum/#!forum/bricobio"],
"email" : ["Contact Email", "mailto:[email protected]"],
"github" : ["Github", "http://github.com/bricobio"],
"trello" : ["Trello", "http://www.trello.com/bricobio"],
"synbiota" : ["Synbiota", "http://www.bricobio.com/projects/synbiota"]
},
"sponsors":{
"synbiota" : ["Synbiota", "http://www.synbiota.com"],
"hyasynth" : ["Hyasynth Biologicals", "http://www.hysynthbio.com"],
"sensorica" : ["Sensorica", "http://www.sensorica.co"]
},
"other_groups": {
"Genspace": ["tw, fb, linkedin, etc"],
"La Paillaise": ["tw, fb, linkedin, etc"],
"BioCurious": ["tw, fb, linkedin, etc"],
"DIYbio Toronto" : ["tw, fb, linkedin, etc"],
"DIYbio toronto offshoot for kids" : [],
"DIYbio Vancouver" : [],
"DIYbio Victoria" : [],
"group in the netherlands" : [],
"group in Cork": [],
"group in germany": [],
"Berkeley Biolabs": [],
"Biohackers LA": [],
"others (cf diybio.org)": []
}
}
}
}