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.

head.tmpl 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <!-- Custom CSS overrides -->
  2. <link rel="stylesheet" href="/css/custom.css">
  3. <link rel='stylesheet' id='pt-cv-public-style-css' href='https://www.sfb1315.de/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=2.3.4' type='text/css' media='all' />
  4. <link rel='stylesheet' id='pt-cv-public-pro-style-css' href='https://www.sfb1315.de/wp-content/plugins/pt-content-views-pro/public/assets/css/cvpro.min.css?ver=5.8.4' type='text/css' media='all' />
  5. <link rel='stylesheet' id='wp-block-library-css' href='https://www.sfb1315.de/wp-includes/css/dist/block-library/style.min.css?ver=5.6' type='text/css' media='all' />
  6. <link rel='stylesheet' id='ivory-search-styles-css' href='https://www.sfb1315.de/wp-content/plugins/add-search-to-menu/public/css/ivory-search.min.css?ver=4.5.10' type='text/css' media='all' />
  7. <link rel='stylesheet' id='cmplz-cookie-css' href='https://www.sfb1315.de/wp-content/plugins/complianz-gdpr/assets/css/cookieconsent.min.css?ver=4.8.2' type='text/css' media='all' />
  8. <!-- SFB1315 main site passing -->
  9. <style>
  10. body {
  11. font-family: 'HUScalaSans', sans-serif;
  12. color:#082333;
  13. word-break: break-word;
  14. background:#EBEBEB;
  15. }
  16. .home a {
  17. color: #7e4934;
  18. }
  19. .ginsubtitle {
  20. font-size: 2em;
  21. font-family: "Brush Script MT", "Helvetica Neue", Helvetica, Arial, cursive;
  22. }
  23. a {
  24. color:#7e4934;
  25. text-decoration:none;
  26. position:relative;
  27. }
  28. .home {
  29. padding-bottom: 200px;
  30. background:#A7CCDB;
  31. }
  32. </style>
  33. {{if or .PageIsExploreRepositories (or .PageIsHome .PageIsWiki) }}
  34. <meta name="robots" content="nofollow"/>
  35. {{else if .PageIsViewFiles }}
  36. <meta name="robots" content="noindex,nofollow"/>
  37. {{else}}
  38. <meta name="robots" content="noindex,nofollow"/>
  39. {{end}}
  40. <!-- twitterish -->
  41. <meta name="twitter:card" content="summary" />
  42. <meta name="twitter:site" content="@gnode" />
  43. <meta name="twitter:title" content="GIN" />
  44. <meta name="twitter:description" content="Modern Research Data Management for Neuroscience"/>
  45. <meta name="twitter:image" content="https://web.gin.g-node.org/img/favicon.png" />
  46. <!-- markup editor libs -->
  47. {{if or .IsYAML .IsJSON}}
  48. <script src="{{AppSubURL}}/js/libs/jsoneditor.min.js"></script>
  49. <link rel="stylesheet" href="{{AppSubURL}}/css/jsoneditor/jsoneditor.min.css"/>
  50. <script src="{{AppSubURL}}/js/libs/yaml.min.js"></script>
  51. {{end}}
  52. {{if .IsODML}}
  53. <script type="text/javascript" src="{{AppSubURL}}/plugins/xonomy/xonomy.js"></script>
  54. <link type="text/css" rel="stylesheet" href="{{AppSubURL}}/plugins/xonomy/xonomy.css"/>
  55. <script src="{{AppSubURL}}/js/libs/jstree.min.js"></script>
  56. <link rel="stylesheet" href="{{AppSubURL}}/css/jstree/jstree.css">
  57. {{end}}
  58. <!-- Cookie notice -->
  59. {{if not .PageIsInstall}}
  60. <script src="{{AppSubURL}}/js/libs/js.cookie.js"></script>
  61. <div class="ui inline cookie nag">
  62. <span class="title">We use cookies to ensure you get the best experience on our website</span>
  63. <i class="nag close icon"></i>
  64. </div>
  65. {{end}}