File size: 2,334 Bytes
c990683
 
 
 
 
 
 
e73771b
c990683
 
 
 
e73771b
 
 
 
c990683
 
 
 
e73771b
c990683
 
e73771b
c990683
 
 
 
e73771b
 
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
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
const publications = [
    {
      id: "mattext",
      title: "MatText: Do Language Models Need More than Text & Scale for Materials Modeling?",
      authors: "Nawaf Alampara, Santiago Miret, Kevin Maik Jablonka",
      venue: "AI4Mat-Vienna 2024 spotlight presentation",
      year: "2024",
      link: "https://arxiv.org/abs/2406.17295"
    },
    {
      id: "llm-chemists",
      title: "Are large language models superhuman chemists?",
      authors: "Adrian Mirza, Nawaf Alampara, Sreekanth Kunchapu, Martiño Ríos-García, et al., Kevin Maik Jablonka",
      venue: "",
      year: "2024",
      link: "https://arxiv.org/abs/2404.01475"
    },
    {
      id: "multimodal-limitations",
      title: "Probing the limitations of multimodal language models for chemistry and materials research",
      authors: "Nawaf Alampara, Mara Schilling-Wilhelmi, Martino Rios-Garcia, Indrajeet Mandal , Pranav Khetarpal , Hargun Singh Grover,N. M. Anoop Krishnan and Kevin Maik Jablonka",
      venue: "AI4Mat-NeurIPs 2024 spotlight",
      year: "2024",
      link: "https://arxiv.org/pdf/2411.16955"
    },
    {
      id: "defect-cluster",
      title: "Formation of an extended defect cluster in cuprous oxide",
      authors: "G Aggarwal, S Chawla, AJ Singh, Nawaf Alampara, Dayadeep S Monder and K R Balasubramaniam",
      venue: "Journal of Physics D: Applied Physics",
      year: "2023",
      link: "https://iopscience.iop.org/article/10.1088/1361-6463/ad4a82/meta"
    }
  ];
  
  const patents = [
    {
      id: "uncertainty-sims",
      title: "Uncertainty Aware Simulations",
      description: "System and method for performing accelerated molecular dynamics with uncertainty-aware neural networks",
      id_number: "US Patent Application US20240153595A1",
      year: "2024"
    },
    {
      id: "lfp-cathode",
      title: "LFP Cathode Materials",
      description: "Novel method for deposition of lithium iron phosphate cathode materials",
      id_number: "US Patent Application US20240072257A1",
      year: "2024"
    },
    {
      id: "sensor-opt",
      title: "Sensor Optimization",
      description: "System and method for sensor position optimization in autonomous vehicles",
      id_number: "US Patent Application US20230214553A1",
      year: "2023"
    }
  ];
  
  export { publications, patents };