-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdata.json
48 lines (48 loc) · 1.08 KB
/
data.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
{
"codebases": [
{
"title": "Codebase Title",
"description": "Codebase Description",
"replication-text": "Codebase Replication Text",
"associated-publications": "Codebase Associated Publications",
"references": "Codebase References"
}
],
"users": [
{
"username": "test_user",
"password": "123456"
},
{
"username": "admin_user",
"password": "123456"
},
{
"first-name": "New first name",
"last-name": "New last name"
}
],
"events": [
{
"title": "Title",
"location": "Location",
"start-date": "22",
"end-date": "27",
"early-registration-deadline": "20",
"registration-deadline": "21",
"submission-deadline": "22",
"description": "Description",
"summary": "Summary",
"external-url": "https://www.comses.net/"
}
],
"jobs": [
{
"title": "Job Title",
"description": "Job Description",
"summary": "Job Summary",
"external-url": "https://www.comses.net/",
"application-deadline": "29"
}
]
}