From 2798103e4dca8d15230bb99796d05adf8a9ebe2a Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 5 Feb 2025 17:58:42 +0000 Subject: [PATCH] Updated "about" page --- src/lib/styles/styles.css | 33 ++++++++++++ src/routes/about/+page.svelte | 96 ++++++++++++++++++++++++----------- 2 files changed, 100 insertions(+), 29 deletions(-) diff --git a/src/lib/styles/styles.css b/src/lib/styles/styles.css index 48f6410..9d9ee23 100644 --- a/src/lib/styles/styles.css +++ b/src/lib/styles/styles.css @@ -22,8 +22,14 @@ menu, ol, ul { list-style-type: none; + list-style-position: inside; margin: 0; padding: 0; + font-size: 18pt +} + +li { + padding-bottom: 24px } h1 { @@ -42,6 +48,15 @@ label { line-height: 1.5; } +h3 { + font-family: "Assistant"; + font-style: italic; + color: #B6B6B6; + font-size: 24pt; + padding-bottom: 2px; + line-height: 1.5; +} + label { font-size: 1.75rem; } @@ -61,9 +76,15 @@ p { font-size: 28pt; } + h3, p { font-size: 18pt; } + + ol, + ul { + font-size: 16pt; + } } @media (max-width: 420px) { @@ -75,9 +96,15 @@ p { font-size: 24pt; } + h3, p { font-size: 16pt; } + + ol, + ul { + font-size: 14pt; + } } @media (max-width: 380px) { @@ -89,7 +116,13 @@ p { font-size: 24pt; } + h3, p { font-size: 16pt; } + + ol, + ul { + font-size: 14pt; + } } diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index f0d92fe..0710401 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -11,49 +11,87 @@

How Can I Get Involved?

-

Contributing Data

+

Sharing Data

- All data for the AM-D-Model project is managed via our - Invenio instance. Researchers who wish to contribute can - request access via our Invenio homepage, at the “Data - Repository” link. External contributors will initially be - given a 50GB data storage allocation, with the ability to - request more from our repository administrators if required. + As a project aimed at producing a benchmark dataset, the most important + contribution you can make is by sharing data. Whether contributing to the data + or using the data in your own research, a project such as this is built on + researcher engagement with the dataset we are producing. As such, in the spirit + of open science we encourage any interested researchers to get involved in the + production and analysis of this dataset. And following the final, open release + of the dataset we even further encourage researchers to share this dataset as a + universal benchmark for the PBF community at large.

-
+

+ To ensure the success of this project, we ask only that researchers who wish to + make use of this dataset respect the following essential project requirements: +

+ +
+

Contributing Data

+

+ All data for the AM-D-Model project is managed via our Invenio instance. + Researchers who wish to contribute can request access via our Invenio + homepage, at the “Data Repository” link. External contributors will + initially be given a 50GB data storage allocation, with the ability to + request more from our repository administrators if required. +

+
-
-

Accessing Data

-

- Data for the AM-D-Model project is planned to first be made - publicly available on our Invenio instance once it is - possible to do so. Data is also intended to be disseminated - via other means such as material science data repositories - and published datasets once the dissemination phase of the - project begins. For those interested, the latest information - on data accessibility will be made available here. -

+
+

Accessing Data

+

+ Data for the AM-D-Model project is planned to first be made publicly + available on our Invenio instance once it is possible to do so. Data is also + intended to be disseminated via other means such as material science data + repositories and published datasets once the dissemination phase of the + project begins. For those interested, the latest information on data + accessibility will be made available here. +

+

Collaboration with the AM-D-Model team

- Researchers interested in other collaborative opportunities - with the AM-D-Model team can contact us via the “Contact Us” - button, or via the various social media channels made - available in the footer of this page. + Researchers interested in other collaborative opportunities with the AM-D-Model + team can contact us via the “Contact Us” button, or via the various social media + channels made available in the footer of this page.

Inquiries

- We aren’t only interested in hearing from researchers, we - also want to hear from all those with an interest in our - project. If you have any inquiries about the project and - contributing to a community effort towards an open, data - driven future for L-PBF please feel free to let us know via - the “Contact Us” button. + We aren’t only interested in hearing from researchers, we also want to hear from + all those with an interest in our project. If you have any inquiries about the + project and contributing to a community effort towards an open, data driven + future for L-PBF please feel free to let us know via the “Contact Us” button.