diff --git a/src/app/about/team.ts b/src/app/about/team.ts index ea9ff95..8dadf1e 100644 --- a/src/app/about/team.ts +++ b/src/app/about/team.ts @@ -17,14 +17,6 @@ export const team: member[] = [ responsibilities: 'Design and operation of the pipeline for the materialisation and data quality evaluation of the graph.', photo: 'alessia.jpg' }, - { - name: 'Amelie Bäcker', - role: 'Librarian', - affiliation: 'Bielefeld University Library', - country: 'Germany', - responsibilities: 'Metadata integration (standard cases), helpdesk support (OpenAIRE Guidelines, metadata integration).', - photo: 'amelie.jpg' - }, { name: 'Andrea Dell Amico', role: 'Τechnical Team - Systems Administrator', @@ -99,16 +91,16 @@ export const team: member[] = [ }, { name: 'Miriam Baglioni', - role: 'Researcher / Software & Data Engineer / Data quality', + role: 'Researcher / Data Quality', affiliation: 'Institute of Information Science and Technologies, Italian National Research Council', country: 'Italy', - responsibilities: 'Graph enrichment steps (not related to mining), and production of the graph dumps.', - photo: 'miriam.jpeg' + responsibilities: 'Design and operation of the pipeline for the materialization and data quality evaluation of the graph.', + photo: 'miriam.png' }, { name: 'Paolo Manghi', role: 'Chief Technical Officer', - affiliation: 'Institute of Information Science and Technologies, Italian National Research Council', + affiliation: 'OpenAIRE AMKE / CNR, Institute of Information Science and Technologies', country: 'Italy', responsibilities: 'Design, roadmapping of the OpenAIRE infrastructure services, their operation, evolution, and interaction with third-parties.', photo: 'paolo.png' @@ -128,5 +120,61 @@ export const team: member[] = [ country: 'Greece', responsibilities: 'Implementation of Text and Data Mining (TDM) modules used in the graph Enrichment phase.', photo: 'yiannis.jpg' - } + }, + { + name: 'Thanasis Vergoulis', + role: 'Service Operational Director', + affiliation: 'OpenAIRE AMKE', + country: 'Greece', + responsibilities: 'Technical roadmap management and supervision, ensuring quality of services.', + photo: 'thanasis.png' + }, + { + name: 'Marek Horst', + role: 'Virtual Access Manager and Infrastructure Manager', + affiliation: 'ICM, University of Warsaw', + country: 'Poland', + responsibilities: 'Quality of services, OpenAIRE Mining Infrastructure manager.', + photo: 'marek.jpg' + }, + { + name: 'Michele Artini', + role: 'Software & Data Engineer / Data Quality', + affiliation: 'Institute of Information Science and Technologies, Italian National Research Council', + country: 'Italy', + responsibilities: 'OpenOrgs design and development, software developer for Graph generation workflows and related micro-services.', + photo: 'michele.png' + }, + { + name: 'Michal Politowski', + role: 'Technical Team - Systems Administrator', + affiliation: 'ICM, University of Warsaw', + country: 'Poland', + responsibilities: 'Quality of services, software updates, service operation management, deployment and monitoring of services.', + photo: 'michal.png' + }, + { + name: 'Ioanna Grypari', + role: 'Data Analyst / OpenAIRE Observatory, OpenAIRE MONITOR product manager', + affiliation: 'Athena Research Center (ARC)', + country: 'Greece', + responsibilities: 'Analysis of the data to identify Open Science indicators for funders, research communities, institutions, and scientists.', + photo: 'ioanna.jpg' + }, + { + name: 'Serafeim Chatzopoulos', + role: 'Researcher /Software & Data Engineer', + affiliation: 'OpenAIRE AMKE', + country: 'Greece', + responsibilities: 'Software developer for Graph generation workflows and related micro-services.', + photo: 'serafeim.jpg' + }, + { + name: 'Gina Pavone', + role: 'Open Science expert / Data Quality', + affiliation: 'Institute of Information Science and Technologies, Italian National Research Council', + country: 'Italy', + responsibilities: 'Validating graph data quality, deduplication of organizations.', + photo: 'gina.jpg' + }, ] diff --git a/src/assets/graph-assets/about/team/gina.jpg b/src/assets/graph-assets/about/team/gina.jpg new file mode 100644 index 0000000..bff22d6 Binary files /dev/null and b/src/assets/graph-assets/about/team/gina.jpg differ diff --git a/src/assets/graph-assets/about/team/ioanna.jpg b/src/assets/graph-assets/about/team/ioanna.jpg new file mode 100644 index 0000000..5fa49fa Binary files /dev/null and b/src/assets/graph-assets/about/team/ioanna.jpg differ diff --git a/src/assets/graph-assets/about/team/marek.jpg b/src/assets/graph-assets/about/team/marek.jpg new file mode 100644 index 0000000..9973fa3 Binary files /dev/null and b/src/assets/graph-assets/about/team/marek.jpg differ diff --git a/src/assets/graph-assets/about/team/michal.png b/src/assets/graph-assets/about/team/michal.png new file mode 100644 index 0000000..be8e0c7 Binary files /dev/null and b/src/assets/graph-assets/about/team/michal.png differ diff --git a/src/assets/graph-assets/about/team/michele.png b/src/assets/graph-assets/about/team/michele.png new file mode 100644 index 0000000..dd88947 Binary files /dev/null and b/src/assets/graph-assets/about/team/michele.png differ diff --git a/src/assets/graph-assets/about/team/miriam.jpeg b/src/assets/graph-assets/about/team/miriam.jpeg deleted file mode 100644 index 915b7b6..0000000 Binary files a/src/assets/graph-assets/about/team/miriam.jpeg and /dev/null differ diff --git a/src/assets/graph-assets/about/team/miriam.png b/src/assets/graph-assets/about/team/miriam.png new file mode 100644 index 0000000..a59c47e Binary files /dev/null and b/src/assets/graph-assets/about/team/miriam.png differ diff --git a/src/assets/graph-assets/about/team/serafeim.jpg b/src/assets/graph-assets/about/team/serafeim.jpg new file mode 100644 index 0000000..e3de759 Binary files /dev/null and b/src/assets/graph-assets/about/team/serafeim.jpg differ diff --git a/src/assets/graph-assets/about/team/thanasis.png b/src/assets/graph-assets/about/team/thanasis.png new file mode 100644 index 0000000..b1d65d4 Binary files /dev/null and b/src/assets/graph-assets/about/team/thanasis.png differ