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.

.gitignore 231 B

12345678910111213141516171819
  1. # jupyter files
  2. **/.ipynb_checkpoints
  3. # tex files
  4. *.aux
  5. *.log
  6. *.nav
  7. *.out
  8. *.snm
  9. *.synctex.gz
  10. *.toc
  11. *.vrb
  12. # project specific files
  13. old_material/*
  14. day_3/my_first_neo_dataset.nix
  15. day_3/l101210-001*
  16. day_3/i140703-001*
  17. setup_file.nix