-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreport.json
More file actions
executable file
·67 lines (67 loc) · 1.88 KB
/
Copy pathreport.json
File metadata and controls
executable file
·67 lines (67 loc) · 1.88 KB
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
{
"report": {
"event": "OHBM Brainhack 2020",
"title": "Title goes here",
"author": [
{
"initials": "JD",
"surname": "Doe",
"firstname": "Jane",
"email": "janedoe@gmail.com",
"affiliation": "aff1, aff2",
"corref": "aff1"
},
{
"initials": "JJD",
"surname": "Doe",
"firstname": "John J.",
"email": "johndoe@gmail.com",
"affiliation": "aff2",
"url": "https://jonhdoe.website.com"
}
],
"affiliations": [
{
"id": "aff1",
"orgname": "Research Lab 1, Organization 1",
"street": "street_name_goes_here",
"postcode": "post_code_goes_here",
"city": "Montreal",
"state": "Quebec",
"country": "Canada"
},
{
"id": "aff2",
"orgname": "Research Lab 2, Organization 2",
"street": "street_name_goes_here",
"postcode": "post_code_goes_here",
"city": "Montreal",
"state": "Quebec",
"country": "Canada"
}
],
"summary": "Please write a brief summary of your project. This section will appear on the webpage.",
"url": "http://github.com/repo_owner/repo_name",
"coi": "Please add if there are competing interests. Otherwise, type None.",
"acknow": "The authors would like to thank the organizers and attendees of OHBM Brainhack 2020.",
"contrib": "JD and JJD wrote the software, JD performed tests, and JD and JJD wrote the report.",
"tags": [
"tag1",
"tag2",
"tag3"
],
"supplemental": [
{
"name": "Material 1",
"url": "https://material1.url"
},
{
"name": "Material 2",
"url": "https://material2.url"
}
],
"bibliography": "report",
"preview": "# Introduction\nThe bibliography (\\code{report.bib}) must respect …",
"basename": "report"
}
}