profile / src /data /publications.js
n0w0f's picture
fix : add links to pubs
e73771b
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 };