Skip to content

Commit c96196f

Browse files
Markus ShepherdMarkus Shepherd
authored andcommitted
Edited README.md - formatted JSON nicely
1 parent 2d32e6c commit c96196f

File tree

1 file changed

+68
-44
lines changed

1 file changed

+68
-44
lines changed

README.md

Lines changed: 68 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -53,50 +53,74 @@ java -cp 'bin/*:../GATEFiles/lib/*:../GATEFILES/bin/gate.jar:lib/*' code4goal.an
5353
* *Output JSON format*:
5454

5555
```json
56-
{
57-
"title":"",
58-
"gender":"",
59-
"name":{
60-
"first": "Antony",
61-
"middle":"Deepak",
62-
"last": "Thomas"
63-
},
64-
"email":[],
65-
"address":[],
66-
"phone":[],
67-
"url":[],
68-
"work_experience":[{
69-
"date_start" : "",
70-
"jobtitle" : "",
71-
"organization" : "",
72-
"date_end" : "",
73-
"text" : ""
74-
},{
75-
"<section_title>":""
76-
}
77-
],
78-
"skills":[
79-
{"<section_title_from_resume>":"text"}
80-
],
81-
"education_and_training":[
82-
{"<section_title_from_resume>":"text"}
83-
],
84-
"accomplishments":[
85-
{"<section_title_from_resume>":"text"}
86-
],
87-
"awards" : [
88-
{"<section_title_from_resume>":"text"}
89-
],
90-
"credibility" : [
91-
{"<section_title_from_resume>":"text"}
92-
],
93-
"extracurricular" : [
94-
{"<section_title_from_resume>":"text"}
95-
],
96-
"misc" : [
97-
{"<section_title_from_resume>":"text"}
98-
],
99-
}
56+
{
57+
"title":"",
58+
"gender":"",
59+
"name":{
60+
"first":"Antony",
61+
"middle":"Deepak",
62+
"last":"Thomas"
63+
},
64+
"email":[
65+
66+
],
67+
"address":[
68+
69+
],
70+
"phone":[
71+
72+
],
73+
"url":[
74+
75+
],
76+
"work_experience":[
77+
{
78+
"date_start":"",
79+
"jobtitle":"",
80+
"organization":"",
81+
"date_end":"",
82+
"text":""
83+
},
84+
{
85+
"<section_title>":""
86+
}
87+
],
88+
"skills":[
89+
{
90+
"<section_title_from_resume>":"text"
91+
}
92+
],
93+
"education_and_training":[
94+
{
95+
"<section_title_from_resume>":"text"
96+
}
97+
],
98+
"accomplishments":[
99+
{
100+
"<section_title_from_resume>":"text"
101+
}
102+
],
103+
"awards":[
104+
{
105+
"<section_title_from_resume>":"text"
106+
}
107+
],
108+
"credibility":[
109+
{
110+
"<section_title_from_resume>":"text"
111+
}
112+
],
113+
"extracurricular":[
114+
{
115+
"<section_title_from_resume>":"text"
116+
}
117+
],
118+
"misc":[
119+
{
120+
"<section_title_from_resume>":"text"
121+
}
122+
]
123+
}
100124
```
101125

102126
## Pros

0 commit comments

Comments
 (0)