-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: project overview page v2 chore: new data generation images chore: extended theme colors
- Loading branch information
1 parent
389217a
commit 3609da4
Showing
230 changed files
with
8,695 additions
and
4,161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# SPDX-FileCopyrightText: 2021 - 2022 Dusan Mijatovic (dv4all) | ||
# SPDX-FileCopyrightText: 2021 - 2022 Ewan Cahen (Netherlands eScience Center) <[email protected]> | ||
# SPDX-FileCopyrightText: 2021 - 2022 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2021 - 2022 dv4all | ||
# SPDX-FileCopyrightText: 2021 - 2023 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
@@ -52,3 +53,4 @@ yarn-error.log* | |
|
||
# typescript | ||
*.tsbuildinfo | ||
.history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
SPDX-FileCopyrightText: 2022 Netherlands eScience Center | ||
SPDX-FileCopyrightText: 2022 - 2023 Netherlands eScience Center | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2023 dv4all | ||
|
||
SPDX-License-Identifier: Apache-2.0 | ||
SPDX-License-Identifier: CC0-1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
# SPDX-FileCopyrightText: 2022 - 2023 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2022 - 2023 dv4all | ||
# SPDX-FileCopyrightText: 2022 Jesús García Gonzalez (Netherlands eScience Center) <[email protected]> | ||
# SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
@@ -45,11 +46,6 @@ install: clean | |
clean: | ||
docker compose down --volumes | ||
|
||
|
||
dev: | ||
docker compose up --scale scrapers=0 --detach | ||
make -j 2 dev-docs dev-frontend # Run concurrently | ||
|
||
stop: | ||
docker compose down | ||
|
||
|
@@ -73,7 +69,10 @@ frontend/.env.local: .env | |
sed -i 's/POSTGREST_URL=http:\/\/backend:3500/POSTGREST_URL=http:\/\/localhost\/api\/v1/g' frontend/.env.local | ||
sed -i 's/RSD_AUTH_URL=http:\/\/auth:7000/RSD_AUTH_URL=http:\/\/localhost\/auth/g' frontend/.env.local | ||
|
||
dev-frontend: frontend/.env.local | ||
dev: frontend/.env.local | ||
docker compose build # build all services | ||
docker compose up --scale data-generation=1 --scale scrapers=0 --scale frontend=0 --detach | ||
# open http://localhost:3000 to see the application running | ||
cd frontend && yarn dev | ||
|
||
# run end-to-end test locally | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Aleksandr Slobodianyk | ||
https://www.pexels.com/photo/white-feathers-illustration-989946/ | ||
Photo from unsplash | ||
https://unsplash.com/license | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Omran Jamal | ||
https://www.pexels.com/photo/egg-on-gray-stainless-steel-forks-17609/ | ||
SPDX-FileCopyrightText: 2021 - 2023 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 - 2023 dv4all | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by John Finkelstein | ||
https://www.pexels.com/photo/red-apple-1630588/ | ||
SPDX-FileCopyrightText: 2021 - 2023 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 - 2023 dv4all | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Janez Podnar | ||
https://www.pexels.com/photo/photo-of-brown-house-near-mountain-1424246/ | ||
SPDX-FileCopyrightText: 2021 - 2023 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 - 2023 dv4all | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Andre Mouton | ||
https://www.pexels.com/photo/closeup-photo-of-primate-1207875/ | ||
SPDX-FileCopyrightText: 2021 - 2023 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 - 2023 dv4all | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Pixabay | ||
https://www.pexels.com/photo/close-up-portrait-of-lion-247502/ | ||
SPDX-FileCopyrightText: 2021 - 2023 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 - 2023 dv4all | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Rakicevic Nenad | ||
https://www.pexels.com/photo/man-holding-ice-cream-cone-under-cloud-1262302/ | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Pixabay | ||
https://www.pexels.com/photo/pancake-with-honey-on-plate-357573/ | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Pixabay | ||
https://www.pexels.com/photo/five-white-plates-with-different-kinds-of-dishes-54455/ | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Pixabay | ||
https://www.pexels.com/photo/brown-giraffe-walking-on-brown-grass-67552/ | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Toa Heftiba Şinca | ||
https://www.pexels.com/photo/black-fork-and-knife-clip-art-940302/ | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by monicore | ||
https://www.pexels.com/photo/photography-of-tomatoes-near-basil-leaves-1391487/ | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by monicore | ||
https://www.pexels.com/photo/photography-of-tomatoes-near-basil-leaves-1391487/ | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
SPDX-FileCopyrightText: 2021 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 dv4all | ||
|
||
Photo by Pixabay | ||
https://www.pexels.com/photo/green-chili-with-fire-70842/ | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 |
13 changes: 12 additions & 1 deletion
13
data-generation/img/abacaxi-fruit-pineapple-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions
7
data-generation/img/abacaxi-fruit-pineapple-svgrepo-com.svg.license
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
Image taken from svgrepo.com | ||
https://www.svgrepo.com/svg/429779/abacaxi-fruit-pineapple | ||
SPDX-FileCopyrightText: 2021 - 2023 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 - 2023 dv4all | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
Image taken from svgrepo.com | ||
https://www.svgrepo.com/svg/429774/amoras-fruit | ||
SPDX-FileCopyrightText: 2021 - 2023 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 - 2023 dv4all | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
SPDX-License-Identifier: CC-BY-4.0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
Image taken from svgrepo.com | ||
https://www.svgrepo.com/svg/430023/bee | ||
SPDX-FileCopyrightText: 2021 - 2023 Dusan Mijatovic (dv4all) | ||
SPDX-FileCopyrightText: 2021 - 2023 dv4all | ||
SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
SPDX-FileCopyrightText: 2023 Netherlands eScience Center | ||
|
||
SPDX-License-Identifier: CC-BY-0 | ||
SPDX-License-Identifier: CC-BY-4.0 |
Oops, something went wrong.