Skip to content

Commit 6e86055

Browse files
authored
Merge pull request #65 from SciCatProject/update_20250106
Update website with new branding material
2 parents f662ec1 + acad5dc commit 6e86055

File tree

2,174 files changed

+2597
-361756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,174 files changed

+2597
-361756
lines changed

404.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
permalink: /404.html
33
layout: default
4+
title: 404
45
---
56

67
<style type="text/css" media="screen">
@@ -15,11 +16,19 @@
1516
line-height: 1;
1617
letter-spacing: -1px;
1718
}
19+
p {
20+
font-size: 1.2em;
21+
}
22+
a {
23+
color: #27aae1 !important;
24+
}
25+
#footer {
26+
display: none;
27+
}
1828
</style>
1929

2030
<div class="container">
2131
<h1>404</h1>
22-
23-
<p><strong>Page not found :(</strong></p>
24-
<p>The requested page could not be found.</p>
32+
<h2>Page not found</h2>
33+
<p>Back to the <a href="{{ '/' | relative_url }}">homepage</a>.</p>
2534
</div>

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,17 @@ GEM
6363
ffi (~> 1.9)
6464
terminal-table (2.0.0)
6565
unicode-display_width (~> 1.1, >= 1.1.1)
66+
thread_safe (0.3.6)
67+
tzinfo (1.2.11)
68+
thread_safe (~> 0.1)
69+
tzinfo-data (1.2025.1)
70+
tzinfo (>= 1.0.0)
6671
unicode-display_width (1.8.0)
72+
wdm (0.1.1)
6773
webrick (1.8.1)
6874

6975
PLATFORMS
76+
x64-mingw-ucrt
7077
x86_64-linux
7178

7279
DEPENDENCIES

_config.yml

Lines changed: 101 additions & 143 deletions
Original file line numberDiff line numberDiff line change
@@ -20,60 +20,16 @@
2020

2121
title: SciCat
2222
email: max.novelli@ess.eu
23-
slogan: Manage and annotate your scientific data
24-
description: >- # this means to ignore newlines until "baseurl:"
25-
SciCat (Scientific Catalog) and its ecosystem provides all the right tools to ingest, curate, maintain and publish all your scientific metadata.
23+
description: Advance your data to advance your science
2624
baseurl: "" # the subpath of your site, e.g. /blog
2725
url: "http://scicatproject.github.io" # the base hostname & protocol for your site, e.g. http://example.com
26+
github_organization: SciCatProject
27+
contact_email: scicat-info@lists.psi.ch
28+
slack_channel: https://scicat.slack.com/archives/C08GYULHELQ
29+
scicatcon_link: https://indico.ess.eu/event/3731/
2830

29-
version: 2.2.1
30-
last_updated: 2024/01/09
31-
32-
pill_1:
33-
icon: fa-gears
34-
title: Ingest
35-
oneline: Automate data importing
36-
37-
pill_2:
38-
icon: fa-tag
39-
title: Annotate
40-
oneline: Enrich your data
41-
42-
pill_3:
43-
icon: fa-magnifying-glass
44-
title: Find
45-
oneline: Browse and search your data
46-
47-
pill_4:
48-
icon: fa-globe
49-
title: Publish
50-
oneline: Add DOI and share
51-
52-
53-
feature_1:
54-
image: /assets/images/ball.jpg
55-
title: FAIR data
56-
text: SciCat is an important building block to implement a FAIR data management policy
57-
attribution: (Image by <a href="https://pixabay.com/users/geralt-9301/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=457334">Gerd Altmann</a> from <a href="https://pixabay.com/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=457334">Pixabay</a>)
58-
59-
feature_2:
60-
image: /assets/images/extend.jpg
61-
title: Integrate, Extend, and Automate
62-
text: Easily extend functionality through the RESTful OpenAPI. Automate connecting to message systems.
63-
attribution: (Image by <a href="https://pixabay.com/users/geralt-9301/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1307227">Gerd Altmann</a> from <a href="https://pixabay.com/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1307227">Pixabay</a>)
64-
65-
feature_3:
66-
image: /assets/images/stack.jpg
67-
title: Modern Technology Stack
68-
text: Built on Node.js, Angular, Nest.js and MongoDB
69-
attribution: (Image by <a href="https://pixabay.com/users/ar130405-423602/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=2082642">ar130405</a> from <a href="https://pixabay.com/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=2082642">Pixabay</a>)
70-
71-
feature_4:
72-
image: /assets/images/open.jpg
73-
title: Open Source
74-
text: Fully open source with a committed and welcoming team of developers.
75-
attribution: (Photo by <a href="https://unsplash.com/@timmossholder?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Tim Mossholder</a> on <a href="https://unsplash.com/s/photos/open-source?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a>)
76-
31+
version: 3.0.0
32+
last_updated: 2025/03/06
7733

7834
backend_release:
7935
url: https://github.com/SciCatProject/scicat-backend-next
@@ -85,123 +41,125 @@ frontend_release:
8541

8642

8743
facilities:
88-
- image: /assets/images/ess_logo.png
44+
- name: European Spallation Source
45+
image: /assets/images/facilities/ess_logo.png
8946
url: https://www.ess.eu
90-
name: European Spallation Source
91-
- image: /assets/images/psi_logo.png
47+
contacts:
48+
- name: Max Novelli
49+
email: max.novelli@ess.eu
50+
- name: Paul Scherrer Institut
51+
image: /assets/images/facilities/psi_logo.svg
9252
url: https://www.psi.ch
93-
name: Paul Scherrer Institut
94-
- image: /assets/images/maxiv_logo.png
53+
contacts:
54+
- name: Carlo Minotti
55+
email: scicat-help@lists.psi.ch
56+
- name: MAX IV
57+
image: /assets/images/facilities/maxiv_logo.png
9558
url: https://www.maxiv.lu.se/
96-
name: MAX IV
97-
- image: /assets/images/rfi_logo.png
59+
contacts:
60+
- name: Carla Takahashi
61+
email: carla.takahashi@maxiv.lu.se
62+
- name: Rosalind Franklin Institute
63+
image: /assets/images/facilities/rfi_logo.png
9864
url: https://www.rfi.ac.uk/
99-
name: Rosalind Franklin Institute
100-
- image: /assets/images/mlz_blue_rgb.png
65+
contacts:
66+
- name: Laura Shemilt
67+
email: laura.shemilt@rfi.ac.uk
68+
- name: Heinz Maier-Leibnitz Zentrum
69+
image: /assets/images/facilities/mlz_logo.png
10170
url: https://mlz-garching.de/
102-
name: Heinz Maier-Leibnitz Zentrum
103-
- image: /assets/images/als_logo.png
71+
contacts:
72+
- name: Björn Pedersen
73+
email: bjoern.pedersen@frm2.tum.de
74+
- name: Advanced Light Source
75+
image: /assets/images/facilities/als_logo.png
10476
url: https://als.lbl.gov/
105-
name: Advanced Light Source
106-
- image: /assets/images/desy_logo.png
77+
contacts:
78+
- name: Dylan McReynolds
79+
email: dmcreynolds@lbl.gov
80+
- name: Deutsches Elektronen-Synchrotron
81+
image: /assets/images/facilities/desy_logo.png
10782
url: https://www.desy.de/
108-
name: Deutsches Elektronen-Synchrotron DESY
109-
- image: /assets/images/soleil_logo.png
83+
contacts:
84+
- name: Regina Hinzmann
85+
email: regina.hinzmann@desy.de
86+
- name: Synchrotron SOLEIL
87+
image: /assets/images/facilities/soleil_logo.png
11088
url: https://www.synchrotron-soleil.fr
111-
name: Synchrotron SOLEIL
112-
- image: /assets/images/daphne_logo.png
89+
contacts:
90+
- name: Patrick Madela
91+
email: patrick.madela@synchrotron-soleil.fr
92+
- name: DAta from PHoton and Neutron Experiments
93+
image: /assets/images/facilities/daphne_logo.png
11394
url: https://www.daphne4nfdi.de
114-
name: DAta from PHoton and Neutron Experiments
95+
contacts:
96+
- name: Regina Hinzmann
97+
email: regina.hinzmann@desy.de
98+
- name: Nicolas Hayen
99+
email: hayen@physik.uni-kiel.de
100+
- name: Helmholtz Zentrum Dresden Rossendorf
101+
image: /assets/images/facilities/hzdr_logo.png
102+
url: https://www.hzdr.de/
103+
contacts:
104+
- name: Oliver Knodel
105+
email: o.knodel@hzdr.de
115106

116107

117108
team:
118109
leaders:
119110
- name: Max Novelli
120-
company: European Spallation Source
121-
email: max dot novelli at ess dot eu
111+
company: European Spallation Source (ESS)
122112
role: Project Leader
123-
- name: Laura Shemilt
124-
company: Rosalind Franklin Institute
125-
email:
113+
url: https://github.com/nitrosx
114+
- name: Regina Hinzmann
115+
company: Deutsches Elektronen-Synchrotron (DESY)
126116
role: Documentation Leader
117+
url: https://github.com/rkweehinzmann
127118
- name: Björn Pedersen
128-
company: Heinz Maier-Leibnitz Zentrum
129-
email:
119+
company: Heinz Maier-Leibnitz Zentrum (MLZ)
130120
role: PR and Issue Review Leader
121+
url: https://github.com/bpedersen2
131122
- name: Spencer Bliven
132-
company: PSI
133-
email:
123+
company: Paul Scherrer Institut (PSI)
134124
role: Release Jobs Leader
135-
- name: Igor Khokhriakov
136-
company: DESY
137-
email:
138-
role: Release Search UI Leader
139-
collaborators:
140-
- name: Junjie Quan
141-
company: European Spallation Source
142-
email:
143-
- name: Carlo Minotti
144-
company: Paul Scherrer Institut
145-
email:
146-
- name: Dylan McReynolds
147-
company: Advance Light Source
148-
email:
149-
- name: Javier Perez
150-
company: Synchrotron SOLEIL
151-
email: javier dot perez at synchrotron dash soleil dot fr
152-
- name: Majid Ounsy
153-
company: Synchrotron SOLEIL
154-
email: majid dot ounsy at synchrotron dash soleil dot fr
155-
- name: Patrick Madela
156-
company: Synchrotron SOLEIL
157-
email: patrick dot madela at synchrotron soleil dot fr
158-
159-
160-
efforts:
161-
- name: Release Jobs
162-
type: release
163-
leader: Daphne Van Dijken
164-
description: Complete migration and refactor of jobs in backend v4.x
165-
link: https://github.com/orgs/SciCatProject/projects/3
166-
- name: Release Search UI
167-
type: release
168-
leader: Igor Khokhriakov
169-
description: Improving usability of frontend search UI and adding needed functionality to backend
170-
link: https://github.com/orgs/SciCatProject/projects/5
171-
- name: pySciCat
172-
type: official project
173-
description: Low level python library that offers each endpoint as function in python. It requires a good level of knowledge of SciCat backend. Suggested for developing third party applications that will interface with SciCat, like data ingestors, dedicated custom UIs, or ETL processes retrieving data from and storing results in SciCat
174-
link: https://github.com/SciCatProject/pyscicat
175-
- name: Scitacean
176-
type: official project
177-
description: High level python library hiding all the inner intricacies of SciCat. It is designed for users concentrating on data analysis, exploratory tasks. It allows the user to transparently retrieve existing datasets and creating new ones with only few lines of code. It also provide functionalities for data transferring.
178-
link: https://github.com/SciCatProject/scitacean
125+
url: https://github.com/sbliven
126+
- name: Despina Adamopoulou
127+
company: EMPA Material Science and Technology
128+
role: Website Leader
129+
url: https://github.com/despadam
130+
- name: Open Position
131+
company: Accepting candidates
132+
role: UI/UX Leader
133+
url:
134+
135+
136+
repositories:
137+
- name: frontend
138+
- name: scicat-backend-next
139+
- name: scicatlive
140+
- name: branding
141+
- name: scitacean
142+
- name: pyscicat
179143

180144

181145
documentation:
182-
183-
- name: Official github project
184-
description: All software packages that are part of the SciCat ecosystem are in the Github project. For documentation see each project.
185-
url: https://github.com/ScicatProject
186-
- name: User Guides
187-
description: Experience SciCat as a user
188-
url: https://scicatproject.github.io/documentation/
189-
- name: Get Started
146+
main:
147+
name: Get Started with SciCat Live
190148
description: To get started with a standalone installation of SciCat and to know more about how to add it to your infrastructure visit the SciCat Live repository.
191149
url: https://scicatproject.github.io/scicatlive/latest/
192-
- name: Backend
193-
description: For developer documentation on the SciCat backend.
194-
url: https://github.com/ScicatProject/scicat-backend-next
195-
- name: Frontend
196-
description: For more information on the SciCat frontend and developer documentation.
197-
url: https://github.com/ScicatProject/frontend
198-
- name: pySciCat
199-
description: The pyscicat project is a python client library to interact with the SciCat backend.
200-
url: https://scicatproject.github.io/pyscicat/
201-
- name: Scitacean
202-
description: Scictacean is a high level python packaging for uploading and downloading data to and from SciCat.
203-
url: https://scicatproject.github.io/scitacean/
204-
150+
others:
151+
- name: User Guides
152+
description: Experience SciCat as a user.
153+
url: https://scicatproject.github.io/documentation/
154+
- name: Ingestor
155+
description: Ingesting Data into SciCat.
156+
url: https://github.com/SciCatProject/documentation/tree/master/Ingestor
157+
- name: Developer
158+
description: The SciCat Data Catalogue Developer Guide.
159+
url: https://github.com/SciCatProject/documentation/tree/master/Development
160+
- name: Operator
161+
description: The SciCat Data Catalogue Operator Guide.
162+
url: https://github.com/SciCatProject/documentation/tree/master/Operator
205163

206164

207165
# Build settings

_includes/board.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

_includes/breaker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<aside class="bg-dark section-breaker">
1+
<aside class="section-breaker">
22
<div class="container text-center">
33
</div>
44
</aside>

_includes/contact.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<section id="contact" class="contact">
2+
<div class="container mb-3">
3+
<h1 class="mt-5 mb-5">Contact</h1>
4+
<div class="row justify-content-center">
5+
<div class="col-lg-3 text-center">
6+
<div class="contact-link" onclick="window.location.href='mailto: {{ site.contact_email }}'">
7+
<div class="contact-link-img">
8+
<img src="../assets/svgs/email-arrow-right-outline.svg" alt="Email">
9+
</div>
10+
<p>Send an Email</p>
11+
</div>
12+
</div>
13+
<div class="col-lg-3 text-center">
14+
<a href="https://github.com/orgs/SciCatProject/discussions" class="contact-link" target="_blank">
15+
<img src="../assets/images/github_logo.jpg" alt="GitHub Logo">
16+
<p>GitHub Discussions</p>
17+
</a>
18+
</div>
19+
<div class="col-lg-3 text-center">
20+
<a href="{{ site.slack_channel }}" class="contact-link" target="_blank">
21+
<img src="../assets/images/slack_logo.jpg" alt="Slack Logo">
22+
<p>Slack Channel</p>
23+
</a>
24+
</div>
25+
</div>
26+
</div>
27+
</section>

0 commit comments

Comments
 (0)