Skip to content

Commit 3e43cd5

Browse files
committed
Update of A.Garcia info
1 parent 55d8ee9 commit 3e43cd5

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

app/applications/applications-data.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Define Application Categories
1+
// Define Application CategoriesA
22
export const applicationCategories = {
33
COMPUTATIONAL_CHEMISTRY: "Computational Chemistry",
44
MATERIALS_SCIENCE: "Materials Science",
@@ -39,6 +39,20 @@ export const applications: Application[] = [
3939
website: 'https://www.quantum-espresso.org/',
4040
repository: 'https://github.com/QEF/q-e',
4141
categories: [applicationCategories.COMPUTATIONAL_CHEMISTRY, applicationCategories.MATERIALS_SCIENCE, applicationCategories.PHYSICS_SIMULATION, applicationCategories.HIGH_PERFORMANCE_COMPUTING],
42+
},
43+
{
44+
id: 'siesta',
45+
title: 'SIESTA',
46+
description: 'A DFT code using localized atomic orbitals and pseudopotentials',
47+
content: `SIESTA is both a method and its computer program implementation, to perform efficient electronic structure calculations and ab initio molecular dynamics simulations of molecules and solids. SIESTA's efficiency stems from the use of a basis set of strictly-localized atomic orbitals. A very important feature of the code is that its accuracy and cost can be tuned in a wide range, from quick exploratory calculations to highly accurate simulations matching the quality of other approaches, such as plane-wave methods.
48+
49+
The possibility of treating large systems with some first-principles electronic-structure methods has opened up new opportunities in many disciplines. The SIESTA program is open source and has become quite popular, being increasingly used by researchers in geosciences, biology, and engineering (apart from those in its natural habitat of materials physics and chemistry). Currently there are several thousand users all over the world, and the paper describing the method (J. Phys. Cond. Matt. 14, 2745 (2002)) has received more than 11,000 citations so far.
50+
51+
SIESTA includes the TranSIESTA module, which provides the ability to model open-boundary systems where ballistic electron transport is taking place. Using TranSIESTA one can compute electronic transport properties, such as the zero-bias conductance and the I-V characteristic, of a nanoscale system in contact with two electrodes at different electrochemical potentials.`,
52+
logo: '/applications/logo/SIESTA-logo-233x125.png',
53+
website: 'https://siesta-project.org/',
54+
repository: 'https://gitlab.com/siesta-project/siesta',
55+
categories: [applicationCategories.COMPUTATIONAL_CHEMISTRY, applicationCategories.MATERIALS_SCIENCE, applicationCategories.PHYSICS_SIMULATION, applicationCategories.HIGH_PERFORMANCE_COMPUTING],
4256
},
4357
{
4458
id: 'yambo',

app/committee/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const committeeMembers: CommitteeMember[] = [
188188
affiliation: 'Institut de Ciencia de Materials de Barcelona (ICMAB-CSIC), Spain',
189189
//bio: 'A physicist with a wide experience in the development of ab-initio simulation methods and their applications in physics, materials science, and geophysics. One of the maintainers of the SIESTA code (http://siesta-project.org/siesta), and participant in international initiatives in scientific data management and computational frameworks.',
190190
//image: '/committee/avatar/alberto.garcia.jpg',
191-
categories: [expertiseCategories.SCIENTIFIC_COMPUTING],
191+
categories: [expertiseCategories.SCIENTIFIC_COMPUTING,expertiseCategories.SOFTWARE_DEVELOPMENT],
192192
workingGroups: [WorkingGroups.APPLICATION_FUNCTIONALITY],
193193
},
194194
{
6.41 KB
Loading

0 commit comments

Comments
 (0)