-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.json
More file actions
267 lines (267 loc) · 7.7 KB
/
Copy pathtemplate.json
File metadata and controls
267 lines (267 loc) · 7.7 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
{
"version": 1,
"person": {
"fullName": "Dr [Full Name]",
"credentials": "PhD",
"headline": "Linguistics Researcher | Teaching and Academic Support",
"location": "Limerick, Ireland"
},
"contact": [
{
"id": "contact-email",
"label": "Email",
"value": "[email@example.com]"
},
{
"id": "contact-phone",
"label": "Phone",
"value": "[+353 XX XXX XXXX]"
},
{
"id": "contact-orcid",
"label": "ORCID",
"value": "[0000-0000-0000-0000]"
},
{
"id": "contact-scholar",
"label": "Profile",
"value": "[Google Scholar / LinkedIn URL]"
}
],
"summary": "Linguistics scholar with a PhD from the University of Limerick and experience in teaching, research, student support, and academic service. My research examines [core topic] through [methodological approach], with particular interest in [language/community/context]. I am seeking an internal academic role where I can contribute to high-quality teaching, inclusive student engagement, research output, and the wider priorities of [School/Department].",
"sections": [
{
"id": "profile",
"type": "profile",
"title": "Academic Profile",
"enabled": true,
"order": 10,
"items": []
},
{
"id": "contact",
"type": "contact",
"title": "Contact",
"enabled": true,
"order": 20,
"items": []
},
{
"id": "research-areas",
"type": "tags",
"title": "Research Areas",
"enabled": true,
"order": 30,
"items": [
{
"id": "research-1",
"text": "Applied Linguistics"
},
{
"id": "research-2",
"text": "Second Language Acquisition"
},
{
"id": "research-3",
"text": "Corpus Linguistics"
},
{
"id": "research-4",
"text": "Discourse Analysis"
},
{
"id": "research-5",
"text": "Academic Writing / EAP"
}
]
},
{
"id": "education",
"type": "timeline",
"title": "Education",
"enabled": true,
"order": 40,
"items": [
{
"id": "education-1",
"title": "PhD in Linguistics / Applied Linguistics",
"organization": "University of Limerick, Ireland",
"location": "Limerick, Ireland",
"date": "[Year-Year]",
"details": "Thesis: [Full thesis title]\nSupervisor(s): [Name(s)]\nKeywords: [keyword], [keyword], [keyword]"
},
{
"id": "education-2",
"title": "MA / MSc in [Subject]",
"organization": "[University], [Country]",
"location": "",
"date": "[Year-Year]",
"details": "Dissertation: [Title]"
}
]
},
{
"id": "appointments",
"type": "timeline",
"title": "Academic Appointments",
"enabled": true,
"order": 50,
"items": [
{
"id": "appointment-1",
"title": "[Current / Target-Relevant Role]",
"organization": "[School / Department], University of Limerick",
"location": "Limerick, Ireland",
"date": "[Month Year-Present]",
"details": "Delivered tutorials, seminars, lectures, or academic skills support in [module/topic].\nDesigned teaching materials, assessment guidance, feedback resources, or student-facing learning activities.\nSupported programme administration, marking, moderation, student advising, or departmental events."
}
]
},
{
"id": "teaching",
"type": "timeline",
"title": "Teaching Experience",
"enabled": true,
"order": 60,
"items": [
{
"id": "teaching-1",
"title": "Modules Taught / Supported",
"organization": "University of Limerick",
"location": "",
"date": "[Years]",
"details": "[Module code/name], [Undergraduate/Postgraduate].\nAcademic writing, EAP, linguistics methods, grammar, discourse, TESOL, or language-learning support.\nTeaching approach: student-centred, inclusive, and evidence-informed."
}
]
},
{
"id": "publications",
"type": "publications",
"title": "Selected Publications",
"enabled": true,
"order": 70,
"items": [
{
"id": "publication-1",
"citation": "[Surname], [Initial]. ([Year]). [Article title]. [Journal Name], [volume(issue)], [pages]. [DOI]",
"status": "Peer-reviewed journal article"
},
{
"id": "publication-2",
"citation": "[Surname], [Initial]. ([Year]). [Chapter title]. In [Editor] (Ed.), [Book Title] (pp. [pages]). [Publisher].",
"status": "Book chapter"
}
]
},
{
"id": "conferences",
"type": "text-list",
"title": "Conference Papers",
"enabled": true,
"order": 80,
"items": [
{
"id": "conference-1",
"text": "[Year]. \"[Paper title].\" [Conference name], [Institution], [City/Country]."
},
{
"id": "conference-2",
"text": "[Year]. Invited talk: \"[Title].\" [Host / event]."
}
]
},
{
"id": "grants",
"type": "text-list",
"title": "Grants, Awards & Scholarships",
"enabled": true,
"order": 90,
"items": [
{
"id": "grant-1",
"text": "[Award / Scholarship], [Funding body], [Year], [amount if appropriate]."
},
{
"id": "grant-2",
"text": "[Travel grant / conference grant], [Year]."
}
]
},
{
"id": "supervision",
"type": "text-list",
"title": "Supervision & Student Support",
"enabled": true,
"order": 100,
"items": [
{
"id": "supervision-1",
"text": "Supervised / co-supervised [number] undergraduate or postgraduate research projects on [topics]."
},
{
"id": "supervision-2",
"text": "Supported students with research design, academic writing, data analysis, ethics preparation, or language development."
}
]
},
{
"id": "service",
"type": "text-list",
"title": "Academic Service",
"enabled": true,
"order": 110,
"items": [
{
"id": "service-1",
"text": "Member, [committee / working group / school initiative], [Year]."
},
{
"id": "service-2",
"text": "Organiser, [seminar series / postgraduate conference / workshop], [Year]."
}
]
},
{
"id": "professional-development",
"type": "text-list",
"title": "Professional Development",
"enabled": true,
"order": 120,
"items": [
{
"id": "development-1",
"text": "[Teaching qualification / certificate], [Institution], [Year]."
},
{
"id": "development-2",
"text": "[Research methods training], [Provider], [Year]."
}
]
},
{
"id": "references",
"type": "references",
"title": "References",
"enabled": true,
"order": 130,
"items": [
{
"id": "reference-1",
"name": "[Referee Name]",
"role": "[Title], [School/Department]",
"organization": "[University]",
"email": "[email]",
"relationship": "PhD supervisor / line manager"
},
{
"id": "reference-2",
"name": "[Referee Name]",
"role": "[Title], [School/Department]",
"organization": "[University]",
"email": "[email]",
"relationship": "Teaching supervisor / collaborator"
}
]
}
]
}