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.

plugin-clipboard.css 266 B

123456789101112131415161718
  1. div.sourceCode {
  2. position: relative;
  3. }
  4. .copy-to-clipboard-button {
  5. position: absolute;
  6. right: 0;
  7. top: 0;
  8. visibility: hidden;
  9. }
  10. .copy-to-clipboard-button:focus {
  11. outline: 0;
  12. }
  13. div.sourceCode:hover > .copy-to-clipboard-button {
  14. visibility: visible;
  15. }