-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.docogen
More file actions
39 lines (39 loc) · 1.01 KB
/
main.docogen
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"title": "Docogen Example",
"options": {
"type":"article",
"version": "0.0.1"
},
"author": [
{
"name": "Kevin Cyu",
"email": "kevinbird61@gmail.com",
"org": "Nation Cheng Kung University",
"phone": "0912345678",
"website": "https://github.com/kevinbird61"
},
{
"name": "Yung-Sheng Lu",
"email": "yungshenglu1994@gmail.com",
"org": "Nation Chiao Tung University",
"phone": "0912345678",
"website": "https://github.com/yungshenglu"
}
],
"abstract":{
"content": [
"I went down to the river,"
, "I set down on the bank."
, "I tried to think but couldn't,"
, "So I jumped in and sank."
]
},
"article": [
],
"reference":[
{
"name": "Kevin Cyu",
"content": "From NCKU, personal website: https://github.com/kevinbird61"
}
]
}