-
Notifications
You must be signed in to change notification settings - Fork 25
/
profile_web.yml
522 lines (518 loc) · 16.7 KB
/
profile_web.yml
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
# For all available keys and their usages please refer to https://acrlakshman.github.io/profileio/docs/
# Comments for the configurations below will be updated soon.
config:
homepage: "https://profileio.lakshmananumolu.com"
theme:
value: basic
render: true
meta:
# below keys are used by resume parser but not by web parser
showPageNumbers: true
hideSectionLines: false
pantherHeaderNameFontSize: 45
pantherHeaderColumnOneWidth: 0.6
pantherHeaderColumnTwoWidth: 0.4
analytics:
ga:
trackingId: ""
enable: false
meta:
showResumeLink: true
# below keys are used by web parser but not by resume parser
resume: resume.pdf # path (relative to _profile/files/) for user submitted resume
basics:
name:
value: Lakshmi Vera
render: true
label:
value: Senior Software Engineer
render: true
image:
value: pic.png
render: true
email:
value: anumolu@uwalumni.com
render: true
phone:
value: ''
render: false
url:
value: 'https://profileio.lakshmananumolu.com'
render: false
summary:
label: About me
value: summary.md
render: true
location:
value:
address: Street
postalCode: WI XXXXX
city: Madison
countryName: USA
region: Wisconsin
render: false
profiles:
- value:
network: googlescholar
url: https://scholar.google.com/citations?user=VcGv5cEAAAAJ&hl=en
render: true
- value: # if username is provided but not url, then we generate the url.
network: github
username: acrlakshman
render: true
- value:
network: linkedin
url: https://www.linkedin.com/in/lakshmananumolu/
render: true
- value:
network: twitter
username: acrlakshman
url: https://twitter.com/acrlakshman
render: true
- value:
network: vimeo
url: https://vimeo.com/user24179204
render: false
work:
label: Experience
rank: 2
list:
- value:
name: Walt Disney Animation Studios
location: Burbank, CA
brief: ""
position: Senior Software Engineer
url: "https://www.disneyanimation.com/"
startDate: "2019" # string
endDate: Present # string
active: true
highlights:
- detail: Sample text written as part of the demo for profileio. Sample text written as part of the demo for profileio
- brief: ""
detail: This is the sample text written for the demo of profileio
render: true
- value:
name: Dreamworks Animation
location: Glendale, CA
brief: ""
position: Software Engineer
url: "https://www.dreamworks.com/"
startDate: "2017" # string
endDate: "2019" # string
active: false # `true` if currently working, else `false`
highlights:
- detail: Sample text written as part of the demo for profileio. Sample text written as part of the demo for profileio
- brief: ""
detail: This is the sample text written for the demo of profileio
render: true
- value:
name: Texas A&M
location: Madison, WI
brief: University
position: Research Assistant
url: https://wisc.edu
startDate: '2013'
endDate: '2017'
highlights:
- detail: Implemented phase-change capabilities into in-house developed solver to perform two-phase boiling simulations
- detail: Developed fourth order accurate semi-Lagrangian method tosolve Hamilton-Jacobi equations that canimprove the quality of two-phase fluid simulations in thecontext of level set methods
- detail: Developed and maintained a fully parallelized two-phase flow solver in C++ with the aid ofgradient augmented level set and reinitialization algorithms and Ghost Fluid Method
- detail: Performed a detailed numerical study on interFoam, a two-phase flow solver shipped with OpenFOAM C++ libraries
- detail: Developed post-processing utilities in C++ to achieve photo-realistic rendering for density fieldsfromOpenFOAM results using Mitsuba
render: false
education:
label: Education
rank: 1
list:
- value:
institution: University of Wisconsin-Madison
url: https://wisc.edu
major: Computer Science
minor: ''
degree: Ph.D.
grade: 3.9
gradeTotal: 4.0
courses:
- CS521 - Computer Graphics
- CS801 - HPC
render: true
- value:
institution: Texas A&M
url: https://wisc.edu
major: Computer Science and Mathematics
minor: ''
degree: B.S.
render: true
projects:
label: "Projects"
rank: 3
maxItemsToRender: 3 # If this is not provided, it defaults to 5 (src/config.ts)
list:
- value:
name: ProfileIO
description: "Delightfully simple website and resume generator for students, researchers, and engineers"
team: "_with [Lakshman Anumolu](//lakshmananumolu.com)_"
note: ""
thumbnail: profileio.png
highlights:
- brief: ""
detail: Website and resume generator via YAML
keywords:
- resume
- website
- YAML
- markdown
startDate: '2020' # string
endDate: Present
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://github.com/acrlakshman/profileio
roles:
- Architect
- Developer
type: application
webPage:
slug: profileio
detail: project/profileio.md # if the content is empty, "url" will be linked in the homepage for the project
render: true
- value:
name: Framework to Photorealistically Render Computational Fluid Dynamics Results
description: "Scene templates to kick-start scalable rendering of CFD results photorealistically."
team: "_with Lakshman Anumolu_"
note: ""
thumbnail: scene_templates.png
highlights:
- brief: ""
detail: Scene templates to process CFD results photorealistically
keywords:
- CFD
- photorealistic
- mitsuba
startDate: '2020'
endDate: Present
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://github.com/acrlakshman/scene_templates
roles:
- Architect
- Developer
type: application
webPage:
slug: photorealistic-computational-fluid-dynamics
detail: project/photorealistic-cfd.md
render: true
- value:
name: Project VII
description: Sample text written as part of the demo for ProfileIO
team: "_with [Pradeep Garigipati](//pradeepgarigipati.com)_"
note: ""
thumbnail: meshio_t.png
highlights:
- brief: ""
detail: Sample text written as part of the demo for ProfileIO
keywords:
- STL
- OBJ
- TLGF
- surface mesh
startDate: '2015'
endDate: Present
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://github.com/acrlakshman/profileio
render: true
- value:
name: Project VI
description: Sample text written as part of the demo for ProfileIO
team: ""
note: ""
thumbnail: bmv_t.gif
highlights:
- detail: Sample text written as part of the demo for ProfileIO
keywords:
- STL
- OBJ
- TLGF
- surface mesh
startDate: '2015'
endDate: Present
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://github.com/acrlakshman/profileio
render: true
- value:
name: Project V
description: Sample text written as part of the demo for ProfileIO
team: ""
note: ""
thumbnail: crystal_growth_t.png
highlights:
- detail: Sample text written as part of the demo for ProfileIO
keywords:
- STL
- OBJ
- TLGF
- surface mesh
startDate: '2015'
endDate: Present
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://github.com/acrlakshman/profileio
render: true
- value:
name: Project IV
description: Sample text written as part of the demo for ProfileIO
team: ""
note: ""
thumbnail: taup_0_frame20.png
highlights:
- detail: Sample text written as part of the demo for ProfileIO
keywords:
- STL
- OBJ
- TLGF
- surface mesh
startDate: '2015'
endDate: Present
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://github.com/acrlakshman/profileio
render: true
- value:
name: Project III
description: Sample text written as part of the demo for ProfileIO
team: ""
note: ""
thumbnail: screensaver_t.png
highlights:
- detail: Sample text written as part of the demo for ProfileIO
keywords:
- STL
- OBJ
- TLGF
- surface mesh
startDate: '2015'
endDate: Present
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://github.com/acrlakshman/profileio
render: true
awards:
label: Awards & Achievements
rank: 11
list:
- value:
title: Marshal award
date: May 2014
awarder: ILASS
summary: Best paper for numerical work
render: false
publications:
# Format follows: http://web.mit.edu/rsi/www/pdfs/bibtex-format.pdf
label: Publications
rank: 4
maxItemsToRender: 3 # If this is not provided, it defaults to 5 (src/config.ts)
list:
- value:
type: article
author: "**Author I**, Author II"
title: "Made-up title of an article for ProfileIO' demo"
journal: Journal of Computational Physics
volume: 353
year: 2018
number: 0
pages: 377-406
thumbnail: gals_phase_change.png
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://www.sciencedirect.com/science/article/pii/S0021999117307696
# webPage:
# slug: levelset-phasechange
# detail: publications/levelset-phasechange.md
render: true
- value:
type: book
author: "Author I, **Author II**, and Author III"
title: "Sample title of a book made-up to give demo for profileio"
series: "Encyclopedia of Two-Phase Heat Transfer and Flow"
volume: 3
publisher: World Scientific
address: ''
year: 2018
thumbnail: dns_phasechange.png
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://www.worldscientific.com/doi/abs/10.1142/9789813229440_0008
render: true
- value:
type: article
author: "Author I, **Author II**, and Author III"
title: "Sample title of an article made-up to give demo for profileio"
journal: Journal of Computational Physics
volume: 334
year: 2017
number: 0
pages: 81-101
thumbnail: levelset_deformation.png
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://www.sciencedirect.com/science/article/pii/S0021999116307045
render: true
- value:
type: thesis
category: "php" # "php", "masters", "bachelors"
author: "**Author name**"
title: "Thesis title"
publisher: "UT Austin"
address: ""
year: 2020
thumbnail: levelset_deformation.png
url: https://www.sciencedirect.com/science/article/pii/S0021999116307045
render: true
- value:
type: "unpublished"
author: "**Author name**, Author 2, Author 3"
title: "Unpublished article title"
journal: "JCP" # This is optional for "unpublished" type, can be ignored.
note: "Under review or submitted" # This is mandatory.
year: 2021 # This is optional, it must be entered as a number.
thumbnail: "levelset_deformation.png"
url: https://www.sciencedirect.com/science/article/pii/S0021999116307045
render: true
- value:
type: article
author: "Author I, **Author II**, and Author III"
title: Sample title of an article made-up to give demo for profileio
journal: International Journal of Heat and Fluid Flow
volume: 44
year: 2013
number: 0
pages: 610-623
thumbnail: jet_paper.jpg
# If webPage is not provided, then url will be linked in the homepage for this project
url: https://www.sciencedirect.com/science/article/pii/S0142727X13001707
render: true
- value:
type: article
author: "**Author I** and Author II"
title: Sample title of an article made-up to give demo for profileio
journal: International Journal of Numerical Methods in Fluids
volume: 73
year: 2013
number: 12
pages: 1011-1041
thumbnail: gals_reinit.jpg
# If webPage is not provided, then url will be linked in the homepage for this project
url: http://onlinelibrary.wiley.com/doi/10.1002/fld.3834/abstract
render: true
- value:
type: article
author: "Author I, **Author II**, and Author III"
title: Sample title of an article made-up to give demo for profileio
journal: "Computational Science & Discovery"
volume: 5
year: 2012
number: 0
pages: "014016: 1-36"
thumbnail: interfoam_thumbnail.png
# If webPage is not provided, then url will be linked in the homepage for this project
url: http://iopscience.iop.org/1749-4699/5/1/014016
render: true
gallery:
label: Gallery
rank: 5
list:
- value:
type: image
src: profileio.png
caption:
title: ProfileIO
description: "Delightfully simple website and resume generator for students, researchers, and engineers"
render: true
- value:
type: image
src: scene_templates.png
caption:
title: ""
description: ""
render: true
- value:
type: image
src: bmv_t.gif
caption:
title: Basic Model Viewer
description: "A Qt5 based visualization utility for basic geometric objects"
render: true
- value:
type: video
platform: youtube
videoId: 35UEkzww5ds
render: true
- value:
type: video
platform: youtube
videoId: SRvZxvmoa_g
render: true
- value:
type: video
platform: youtube
videoId: CsZua1qI4Zc
render: true
skills:
label: Skills
rank: 6
list:
- value:
name: Web development
level: Master
keywords:
- HTML
- CSS
- Javascript
render: false
languages:
label: Languages
rank: 7
list:
- value:
language: English
fluency: Native speaker
render: false
interests:
label: Interests
rank: 8
list:
- value:
name: Wildlife
keywords:
- Ferrets
- Unicorns
render: false
references:
label: References
rank: 9
list:
- value:
name: John Doe
title: Prof.
affiliation: University Name
address: XXXX University Ave
postalCode: WI XXXXX
city: City
countryName: USA
region: State
phoneNumber: '1111111111' # string
email: user@domain.edu
render: false
custom:
# In the homepage, these sections are always rendered at the end.
# If these sections are to be rendered in homepage, their order will be as listed below.
# Since "value" is given, this section will be rendered in the homepage with the content of "value".
# Since "webPage" is provided, this will also be rendered as another page under the value of "slug".
- label: Blog Posts
value: "View blog posts [here](blog)"
webPage:
slug: blog
detail: custom/blog.md
render: true
# Since "value" is not given, this is not rendered in the homepage,
# but rendered in the route "/blog/profileio"
- label: ProfileIO # rendered as another page
webPage:
slug: blog/profileio
detail: custom/sample-code-snippets-2.md
render: true
# rendered in the homepage
- label: Few Random Points About ProfileIO
value: custom/sample-code-snippets-1.md
render: true