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.

data.tmpl 362 B

1234567891011121314
  1. {{template "base/head" .}}
  2. <div class="explore data">
  3. <div class="ui container">
  4. <div class="ui grid">
  5. {{template "explore/navbar" .}}
  6. <div class="twelve wide column content">
  7. {{template "explore/search_ext" .}}
  8. {{template "explore/blob_list" .}}
  9. {{template "explore/page" .}}
  10. </div>
  11. </div>
  12. </div>
  13. </div>
  14. {{template "base/footer" .}}