-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
421 lines (379 loc) · 16 KB
/
hugo.yaml
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
baseURL: "https://luisaforozco.com"
languageCode: "en-us"
title: "Luisa Orozco"
theme: hugo-profile
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
Paginate: 9
enableRobotsTXT: true
# disqusShortname: your-disqus-shortname
#googleAnalytics: G-WS6K0SDB05
markup:
goldmark:
renderer:
unsafe: true
Menus:
main:
- identifier: cv
name: Curriculum
title: Curriculum
url: /cv
weight: 1
#- identifier: gallery
# name: Gallery
# title: Gallery
# url: /gallery
# weight: 2
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
params:
title: "Luisa Orozco"
description: "RSE"
# staticPath: "" # The path to serve the static files from
favicon: "/images/thumbnail.png"
customCSS: true
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
mathjax: true
# Whether the fade animations on the home page will be enabled
animate: true
theme:
# disableThemeToggle: true
# defaultTheme: "light" # dark
font:
fontSize: 1rem # default: 1rem
fontWeight: 400 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
color:
primaryColor: "#ff7b00"
secondaryTextColor: "#ff7b00"
# textColor:
# backgroundColor:
# secondaryBackgroundColor:
# secondaryColor:
darkmode:
primaryColor: "#ff7b00"
secondaryTextColor: "#ff7b00"
# textColor:
# backgroundColor:
# secondaryBackgroundColor:
# secondaryColor:
# If you want to customize the menu, you can change it here
navbar:
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
brandLogo: "images/thumbnail.png" # Logo for the brand | default is the favicon variable
showBrandLogo: true # Show brand logo in nav bar | default is true
# searchPlaceholder: "Search"
menus:
disableAbout: false
disableExperience: false
disableEducation: false
disableProjects: false
disableAchievements: true
disableContact: false
# Hero
hero:
enable: true
intro: "Hola! I am"
title: "Luisa Orozco"
subtitle: "PhD"
content: "Research Software Engineer and researcher on granular materials"
image: /images/me_green.jpeg
bottomImage:
enable: true
roundImage: false # Make hero image circular | default false
button:
enable: false
name: "Resume"
url: "#"
download: true
newPage: false
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://github.com/luisaforozco
- icon: fab fa-gitlab
url: https://gitlab.com/luisaforozco
- icon: fab fa-linkedin
url: https://www.linkedin.com/in/luisaorozco
- icon: fa-solid fa-user
url: https://www.esciencecenter.nl/team/dr-luisa-orozco/
- icon: fa-solid fa-circle
url: https://research-software-directory.org/profile/0000-0002-9153-650X/software
- icon: fab fa-orcid
url: https://orcid.org/0000-0002-9153-650X
- icon: fab fa-x-twitter
url: https://twitter.com/LuisaOrozco2749
# customIcons:
# - icon: /fav.png
# url: "https://example.com"
# About
about:
enable: true
title: "About Me"
image: "/images/me_bn.jpeg"
content: |
I am a Researcher, Scientist and Research Software Engineer (RSE) specialized in applying machine learning to material science. My background is in mechanics of granular matter complemented by experience on improving software practices in research. At the Netherlands eScience center in Amsterdam I currently collaborate with researchers across various domains to enhance the scientific landscape by means of better software.
I believe in Open Science and try to advocate for it by sharing the source code of my projects and contributing to open-source libraries and projects.
skills:
enable: true
title: "Keywords about my work:"
items:
- "ML for material science"
- "Granular matter"
- "AI for Natural Sciences"
- "MLOps"
- "Geotechnics"
- "FOSS"
# Experience
experience:
enable: true
# title: "Custom Name"
items:
- job: "Research Software Engineer"
company: "Netherlands eScience Center"
companyUrl: "https://esciencecenter.nl"
date: "March 2022 - present"
content: |
As an RSE at NLeSC I collaborate with researchers to develop eScience tools that enhance their research.
I am part of the Natural Sciences section and [team Nabla \\( \\nabla \\)](https://github.com/Team-Nabla) working on projects involving Machine Learning and materials science.
Projects I have contributed to:
- [GrainLearning](https://research-software-directory.org/projects/granular-materials): Neural networks as surrogates for simulation parameters inference.
- [OnSET](https://research-software-directory.org/projects/et-apps): Improving software practices for an efficient and robust open-source modelling platform for research on Energy Transition applications.
- [DeepMolGen](https://research-software-directory.org/projects/deepmolgen): Exploring generative AI tools for molecule generation with optimal properties.
- [DEEPDIP](https://research-software-directory.org/projects/deepdip): Enhance ML aided models with differentiable programming in Julia.
- job: "Postdoctoral Researcher"
company: "Université de Liège"
companyUrl: "https://www.grasp.uliege.be/cms/c_5158228/en/graspr"
date: "September 2020 - March 2022"
content: |
At [GRASP (Group of Research and Application in Statistical Physics)](https://www.grasp.uliege.be/cms/c_5158228/en/grasp), I was part of [AEROPERF](https://www.chemeng.uliege.be/cms/c_5024355/en/aeroperf) a multidisciplinary team focusing on the development and optimization of inhalation powders. These powders were engineered for effective pulmonary drug delivery, ensuring deep and homogeneous distribution in the lungs. My role involved the physical characterization of these spray-dried powders, specifically examining their agglomeration to improve flowability. Additionally, I conducted experiments and simulations on air fluidized beds, contributing to a deeper understanding of physical mechanisms crucial in various industrial applications.
- job: "Assistant professor and researcher (ATER)"
company: "LMGC, Montpellier"
companyUrl: "https://lmgc.umontpellier.fr/"
date: "2020"
content: |
My activities at the Laboratory of Mechanics and Civil Engineering (LMGC) included:
- In collaboration with INRAE, SupAgro supervise a Master student on experiments on grinding of a granular material.
- Research on effects of particle shape on the flow and breakage of granular materials.
- Teaching tasks included laboratory of materials and civil engineering.
# Education
education:
enable: true
# title: "Custom Name"
index: false
items:
- title: "PhD in Mechanics and Civil Engineering"
school:
name: "CEA, LMGC, Université de Montpellier"
url: "https://lmgc.umontpellier.fr/"
date: "2016 - 2019"
content: |-
By means of numerical simulation of breakage of granular materials using the Discrete Element Method (DEM), I investigated single-particle impacts, the properties of granular flows in the cascading regime in a rotating drum as a function of system parameters, the effect of the size and amount of grinding media on the grinding process, and the evolution of particle breakage in flows of breakable particles.
featuredLink:
enable: true
name: "PhD Dissertation"
url: "https://tel.archives-ouvertes.fr/tel-02928932/document"
- title: "Master of Science in Civil Engineering - Geotechnics"
school:
name: "Universidad de los Andes"
url: "https://civilyambiental.uniandes.edu.co/es/investigacion/grupos-de-investigaci%C3%B3n"
date: "2015 - 2016"
content: |-
I performed experimental studies on the effects of hydrophobic particles on water migration in fine graded soils. This project was in the framework of a collaboration between the Universidad de los Andes and the Government of Vichada, Colombia. The goal was to improve the soil properties of the region to enable the construction of roads and other infrastructure.
featuredLink:
enable: true
name: "Master thesis"
url: "https://repositorio.uniandes.edu.co/bitstream/handle/1992/13737/u729181.pdf?sequence=1&isAllowed=y"
- title: "Bachelor of Civil Engineering"
school:
name: "Universidad de los Andes"
url: "https://civilyambiental.uniandes.edu.co/"
date: "2010 - 2014"
content: |-
GPA: 4.6/5.0
# Achievements
achievements:
enable: false
# title: "Custom Name"
items:
- title: Google kickstart runner
content: I solved all problems with optimal solution.
url: https://example.com
image: /images/achievment.jpg
- title: Facebook Hackathon Winner
content: Developed a product using Artificial Intelligence.
image: /images/achievment.jpg
- title: Microsoft Imagine Runner
content: We are developed a product which can help others.
- title: Google Summer of Code
content: Contributed to a open source project.
url: https://example.com
# projects
projects:
enable: true
# title: "Custom Name"
items:
- title: DEEPDIP [ongoing]
content: |-
In collaboration with the Scientific Computing group at CWI, we investigate the use of neural closure models for Navier-Stokes equations.
image: /images/DEEPDIP.gif
badges:
- "Scientific Machine learning"
- "Navier-Stokes"
- "Julia"
- "CWI"
links:
- icon: fab fa-github
url: https://github.com/DEEPDIP-project
- icon: fa-solid fa-circle
url: https://research-software-directory.org/projects/deepdip
- title: DeepMolGen
content: |-
In collaboration with Ensing research group at HIMS - UVA, we investigate the use of Diffusion models for generation of crystal structures.
image: /images/deepmolgen.png
badges:
- "Generative AI"
- "Chemistry"
- "UvA"
links:
- icon: fab fa-github
url: https://github.com/DeepMolGen
- icon: fa-solid fa-circle
url: https://research-software-directory.org/projects/deepmolgen
- title: OnSET
content: |
Open-darts is a modelling framework to simulate multi-physics processes in geo-engineering applications such as: geothermal, CO2 sequestration and hydrogen storage.
image: /images/reservoir.png
badges:
- "FOSS"
- "CMake"
- "TUDelft"
links:
- icon: fab fa-gitlab
url: https://gitlab.com/open-darts/open-darts
- icon: fa-solid fa-circle
url: https://research-software-directory.org/projects/et-apps
- icon: fa-light fa-globe
url: https://darts.citg.tudelft.nl/
- title: Impact Particle breakage in DEM
content: |
Impact of particles on a rigid plane. The simulations are performed using the Contact Dynamics (CD) algorithm with a Bonded-Cell Method (BCM) for modelling particle breakage.
image: /images/video_impact.gif
badges:
- "PhD thesis"
- "DEM"
links:
- icon: fa-regular fa-file-lines
url: https://www.sciencedirect.com/science/article/pii/S0020768319300629
- icon: fab fa-youtube
url: https://www.youtube.com/watch?v=_oLyKF-8a6k
- title: Engineering particles to enhance pulmonary drug delivery
content: |-
In collaboration with pharmacists and chemical engineers we investigated the effect of carbohydrate excipient on the aerosolization of spray-dried powders.
image: /images/powder.png
badges:
- "Particle engineering"
- "Powder characterization"
links:
- icon: fa-regular fa-file-lines
url: https://www.sciencedirect.com/science/article/pii/S037851732101125X
- icon: fa-regular fa-file-lines
url: https://www.sciencedirect.com/science/article/pii/S0939641123002138
- title: Particle breakage inside a ball mill
content: |
By means of DEM simulations of the continuous breakage of multiple particles inside a rotating cylinder, we analyzed the effect of several choices such as the rotation speed, size of grinding media, filling degree. We proposed a scaling-law for the grinding process based on our studies.
image: /images/Drums.png
badges:
- "PhD thesis"
- "DEM"
links:
- icon: fab fa-youtube
url: https://www.youtube.com/watch?v=R8RE8EBvx3Q
- icon: fab fa-youtube
url: https://youtube.com/shorts/uBVGVyeg3XA?feature=shared
- icon: fa-regular fa-file-lines
url: https://www.sciencedirect.com/science/article/pii/S0032591019311143
- icon: fa-regular fa-file-lines
url: https://journals.aps.org/pre/abstract/10.1103/PhysRevE.101.052904
#Contact
contact:
enable: true
title: "Contact"
content: |
Interested in connecting?
Drop me an email or contact me on social media, I'll reply as soon as I can.
email: [email protected]
#btnName: Mail me
icon: fa-regular fa-envelope
# formspree:
# enable: true # `contact.email` value will be ignored
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
# emailCaption: "Enter your email address"
# messageCaption: "Enter your message here"
footer:
#recentPosts:
# path: "blog"
# count: 3
# title: Recent Posts
# enable: true
# disableFeaturedImage: false
socialNetworks:
github: https://github.com/luisaforozco
linkedin: https://linkedin.com/in/luisaorozco
twitter: https://twitter.com/LuisaOrozco2749
copyright:
disclaimer: |
Any and all views expressed here are my own and do not necessarily correspond to my employers/educators past and present.
# List pages like blogs and posts
listPages:
disableFeaturedImage: false
# Single pages like blog and post
singlePages:
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
# For translations
terms:
read: "Read"
toc: "Table Of Contents"
copyright: "All rights reserved"
pageNotFound: "Page not found"
emailText: "Check out this site"
datesFormat:
article: "Jan 2, 2006"
articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006"
#customScripts: -| # You can add custom scripts which will be added before </body> tag
# <script type="text/javascript"><!-- any script here --></script>