|
const about = { |
|
name: "Nawaf Alampara", |
|
title: "Doctoral Researcher in Machine Learning", |
|
email: "pvt.nawaf@gmail.com", |
|
location: "Jena, Germany", |
|
github: "n0w0f", |
|
linkedin: "nawaf-a-78731612b", |
|
bio: `I am a second-year PhD student at Friedrich-Schiller-Universität Jena, advised by Dr. Kevin Maik Jablonka. |
|
I work on developing machine learning methods to accelerate scientific discovery. |
|
I love building software and bootstrapping pipelines for research with quick feedback. |
|
Over the time period I have also learned to colloborate on big projects, complex codebases and maintain them.`, |
|
researchInterests: [ |
|
"Evaluation and development of foundation models for science", |
|
"Agent workflows for scientific discovery", |
|
"Task Adaptibility", |
|
"Computational material science", |
|
"Scientific software development" |
|
], |
|
awards: [ |
|
{ |
|
title: "Inspire Fellowship", |
|
organization: "Department of Science and Technology, Government of India" |
|
}, |
|
{ |
|
title: "Summer Research Fellowship", |
|
organization: "Indian Academy of Sciences (SRF 2016)" |
|
} |
|
] |
|
}; |
|
|
|
export default about; |