File size: 1,201 Bytes
c990683
 
 
 
 
 
 
 
 
e73771b
 
c990683
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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;