Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Ingen beskrivning

Robin Gutzen 20f6181a9f Merge branch 'master' of sprenger/ANDA_data_challenge into master 5 år sedan
data 29114c42f8 git-annex in rgutzen@PC0W9KFR:~/Projects/ANDA_data_challenge 5 år sedan
ANDA_env.yaml 3b325e21a7 add min env for load/analysis 5 år sedan
LICENSE 6b4b1b40b9 Initial commit 5 år sedan
README.md c095cf5a6e gin commit from inm6140 5 år sedan
test_load_data.py 4fd3d7a0c5 add loading routine 5 år sedan

README.md

ANDA data challenge

How to access the data

1) Create a GIN account on the GIN server

2) Install the GIN client, see gin documentation

3) Get a local version of this repository via the gin client

$gin get rgutzen/ANDA_data_challenge.git

4) Access the complete annexed content of the repository via

$gin get-content .

Using a local GIN server

To use the local GIN server, add a new server location e.g. via

gin add-server --web <server>

Next, reconfigure the GIN client to use the new server by default

gin use-server <server_name>

For additional information about the GIN client command line options type

gin -h