home.tmpl 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {{template "base/head" .}}
  2. <div class="home">
  3. <div class="ui stackable middle very relaxed page grid">
  4. <div class="sixteen wide center aligned centered column">
  5. <div class="logo">
  6. <img src="https://www.sfb1315.de/images/sfb-logo.svg" />
  7. </div>
  8. <div class="hero">
  9. <h1 class="ui icon header title">
  10. SFB1315 research data portal
  11. </h1>
  12. <h3> A GIN-Tonic instance.</h3>
  13. <div class="ginsubtitle">data management, backup, sharing and publication.</div>
  14. </div>
  15. </div>
  16. </div>
  17. <div class="ui stackable middle very relaxed page grid">
  18. <div class="eight wide center column">
  19. <h1 class="hero ui icon header">
  20. <i class="octicon octicon-list-ordered"></i> DATA management
  21. </h1>
  22. <p class="large">
  23. Data backup and synchronisation across devices <br>
  24. Data available for collaboration and curation
  25. </p>
  26. </div>
  27. <div class="eight wide center column">
  28. <h1 class="hero ui icon header">
  29. <i class="octicon octicon-mortar-board"></i> PROJECT management
  30. </h1>
  31. <p class="large">
  32. Use a standardised research folder structure <br>
  33. Use issues and wiki to organize the work
  34. </p>
  35. </div>
  36. </div>
  37. <div class="ui stackable middle very relaxed page grid">
  38. <div class="eight wide center column">
  39. <h1 class="hero ui icon header">
  40. <i class="octicon octicon-beaker"></i> LAB management
  41. </h1>
  42. <p class="large">
  43. Automatic sharing of some subfolders in the lab.<br>
  44. Use repos and wiki to share information in the lab.
  45. </p>
  46. </div>
  47. <div class="eight wide center column">
  48. <h1 class="hero ui icon header">
  49. <i class="octicon octicon-light-bulb"></i> A pioneering approach !
  50. </h1>
  51. <p class="large">
  52. Your feedback is important. <br>
  53. New developments in the pipeline. <br>
  54. </p>
  55. </div>
  56. </div>
  57. <div class="ui stackable middle very relaxed page grid">
  58. <div class="sixteen wide center aligned centered column">
  59. <div class="hero">
  60. <h2 class="ui icon header title">
  61. <i class="octicon octicon-link-external"></i>
  62. <br> Access TONIC function
  63. </h2>
  64. <p class="large">
  65. Create a new project <br>
  66. Coming soon: <br>
  67. <s>Add an experiment to an existing project </s><br>
  68. <s>Invite a new user to your lab</s><br>
  69. <s>Make your data citable with the GIN DOI service</s>
  70. </p>
  71. </div>
  72. </div>
  73. <div class="sixteen wide center aligned centered column">
  74. <h1 class="hero ui icon header">
  75. <a href="/G-Node/Info/wiki/firststeps"> Please take me in !</a>
  76. </h1>
  77. </div>
  78. </div>
  79. </div>
  80. {{template "base/footer" .}}