-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
33 lines (33 loc) · 900 Bytes
/
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
{
"Essays":[
{
"title":"Testing",
"abstract":"This is not an actual essay. It is a test for the system.",
"document":"https://drive.google.com/file/d/1BV1_WlXkMJuhdFRlL1rqwJyCXGGoT3sJ/preview",
"author":"Person McPerson"
}, {
"title":"Testing Again...",
"abstract":"This is not an actual essay. It is a test for the system to see if later essays will appear at the top.",
"document":"https://drive.google.com/file/d/1BV1_WlXkMJuhdFRlL1rqwJyCXGGoT3sJ/preview",
"author":"Person McPerson"
}
],
"Authors": {
"Person McPerson": {
"img":"not_pictured.PNG",
"bio":"Person McPerson is a person just like you!"
}
},
"Meetings": {
"Summer 2019": [
{
"time":"7/8/2019 @ 7:00 PM",
"description":"Summer Kickoff Meeting; present research project overviews, learn about student positions, and plan next meeting"
},
{
"time":"10/1/2019 @ 7:00 PM",
"description":"Progress check and planning presentations"
}
]
}
}