-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
66 lines (62 loc) · 2.27 KB
/
config.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"student" : {
"firstName" : "Jack",
"lastName" : "Bauer",
"course" : "CS399",
"company" : "CTU",
"startDate" : "10.09.2001",
"endDate" : "27.06.2014"
},
"supervisor" : {
"firstName" : "Nuh",
"lastName" : "Tufan",
"jobTitle" : "Software Engineer",
"university": "ODTU",
"department": "CENG",
"graduation": "2010",
"email" : "nuh@ctu.gov"
},
"directories" : {
"rootDirectory" : "/home/cs399_report/",
"companyLogo" : "images/company_logo.png",
"abstract" : "text/abstract.txt",
"introduction" : "text/introduction.txt",
"company" : {
"sectionPath" : "text/company/",
"companyInformation" : "company_information.txt",
"aboutTheCompany" : "about_the_company.txt",
"aboutTheDepartment" : "about_the_department.txt",
"aboutSystems" : "about_systems.txt"
},
"workDone" :
{
"sectionPath" : "text/work_done",
"workDone" : "work_done.txt",
"workDoneSubsections" : [
{
"subsectionTitle" : "How I learned to stop worrying and love PHP",
"subsectionContent" : "foobar.txt"
},
{
"subsectionTitle" : "Another subsection.",
"subsectionContent" : "another.txt"
}
]
},
"performanceAndOutcomes" : {
"sectionPath" : "text/performance_and_outcomes/",
"performanceAndOutcomes" : "performance_and_outcomes.txt",
"subsections" : {
"applyingKnowledgeAndSkillsLearnedAtBilkent" : "ftw_long_title.txt",
"solvingEngineeringProblems" : "finally_shorter_title.txt",
"teamWork" : "is_magic.txt",
"multidisciplinaryWork" : "filler_criterion.txt",
"professionalAndEthicalIssues" : "energy_waste_due_to_use_of_double_quotes_require_you_to_press_to_keys.txt",
"impactOfEngineeringSolutions" : "filler_criterion_2.txt",
"locatingSourcesAndSelfLearning" : "stackoverflow.txt",
"knowledgeAboutContemporaryIssues" : "hackernews.txt",
"usingNewToolsAndTechnologies" : "es_no_siencio_de_rogeta.txt"
}
}
}
}