|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <meta name="description" content="We bring together the community of people writing and contributing to |
| 8 | +research software from Nordic universities, research institutes, companies and |
| 9 | +other organizations to share knowledge, to organize meetings, and raise |
| 10 | +awareness for the scientific recognition of research software. |
| 11 | +"> |
| 12 | + <meta name="author" content=""> |
| 13 | + <link rel="shortcut icon" href="/img/favicon.ico"> |
| 14 | + |
| 15 | + <title>Nordic RSE</title> |
| 16 | + |
| 17 | + <link rel="stylesheet" |
| 18 | + href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" |
| 19 | + integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" |
| 20 | + crossorigin="anonymous"> |
| 21 | + |
| 22 | + <script src="https://kit.fontawesome.com/f030d443fe.js" crossorigin="anonymous"></script> |
| 23 | + |
| 24 | + <!-- twitter card description --> |
| 25 | + <meta name="twitter:card" content="summary_large_image"> |
| 26 | + <meta name="twitter:title" content="Nordic RSE"> |
| 27 | + <meta name="twitter:description" content="We bring together the community of people writing and contributing to |
| 28 | +research software from Nordic universities, research institutes, companies and |
| 29 | +other organizations to share knowledge, to organize meetings, and raise |
| 30 | +awareness for the scientific recognition of research software. |
| 31 | +"> |
| 32 | + <meta name="twitter:site" content="@nordic_rse" /> |
| 33 | + <meta name="twitter:creator" content="@nordic_rse" /> |
| 34 | + <meta property="og:locale" content="en_US" /> |
| 35 | + <meta property="og:type" content="website" /> |
| 36 | + <meta property="og:title" content="Nordic RSE" /> |
| 37 | + <meta property="og:description" content="We bring together the community of people writing and contributing to |
| 38 | +research software from Nordic universities, research institutes, companies and |
| 39 | +other organizations to share knowledge, to organize meetings, and raise |
| 40 | +awareness for the scientific recognition of research software. |
| 41 | +" /> |
| 42 | + <meta property="og:url" content="https://nordic-rse.org/" /> |
| 43 | + <meta property="og:site_name" content="Nordic RSE" /> |
| 44 | + |
| 45 | + <!-- social media image --> |
| 46 | + |
| 47 | + <meta name="twitter:image" content="https://raw.githubusercontent.com/nordic-rse/nordic-rse-materials/main/graphics/www/NordicRSE_TwitterCard.png"> |
| 48 | + <meta property="og:image" content="https://raw.githubusercontent.com/nordic-rse/nordic-rse-materials/main/graphics/www/NordicRSE_TwitterCard.png" /> |
| 49 | + <meta property="og:image:width" content="876" /> |
| 50 | + <meta property="og:image:height" content="458" /> |
| 51 | + |
| 52 | + |
| 53 | + <!-- font --> |
| 54 | + <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> |
| 55 | + |
| 56 | + <link href="https://nordic-rse.org/css/style.css" rel="stylesheet"> |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + </head> |
| 61 | + |
| 62 | + <body> |
| 63 | + |
| 64 | + <div class="container"> |
| 65 | + |
| 66 | + <!-- navigation --> |
| 67 | + <nav class="navbar navbar-expand-lg navbar-light fixed-top bg-light"> |
| 68 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> |
| 69 | + <span class="navbar-toggler-icon"></span> |
| 70 | + </button> |
| 71 | + <div class="collapse navbar-collapse" id="navbarNavDropdown"> |
| 72 | + <ul class="navbar-nav"> |
| 73 | + <li class="nav-item"> |
| 74 | + <a class="navbar-brand" href="https://nordic-rse.org/"> |
| 75 | + |
| 76 | + <img src="https://nordic-rse.org/processed_images/logo.799835b52e09c918.png" style="display: inline-block;"> |
| 77 | + <span style="display: inline-block;">Nordic-RSE</span> |
| 78 | + </a> |
| 79 | + </li> |
| 80 | + </ul> |
| 81 | + <ul class="nav navbar-nav navbar-right"> |
| 82 | + |
| 83 | + <!-- about us--> |
| 84 | + <li class="nav-item dropdown"> |
| 85 | + <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" |
| 86 | + data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 87 | + About |
| 88 | + </a> |
| 89 | + <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> |
| 90 | + <a class="dropdown-item" href="https://nordic-rse.org/about/rse/">What is RSE?</a> |
| 91 | + <a class="dropdown-item" href="https://nordic-rse.org/about/membership/">Membership</a> |
| 92 | + <a class="dropdown-item" href="https://nordic-rse.org/about/governance/">Governance</a> |
| 93 | + <a class="dropdown-item" href="https://nordic-rse.org/about/code-of-conduct/">Code of Conduct</a> |
| 94 | + <a class="dropdown-item" href="https://nordic-rse.org/about/timeline/">Timeline</a> |
| 95 | + <a class="dropdown-item" href="https://nordic-rse.org/about/governance/contact/">Contact</a> |
| 96 | + </div> |
| 97 | + </li> |
| 98 | + |
| 99 | + |
| 100 | + <!-- Events --> |
| 101 | + <li class="nav-item dropdown"> |
| 102 | + <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" |
| 103 | + data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 104 | + Events |
| 105 | + </a> |
| 106 | + <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> |
| 107 | + <!-- <a class="dropdown-item" href="https://researchsoftwarehour.github.io/">Research Software Hours</a>--> |
| 108 | + <a class="dropdown-item" href="https://nordic-rse.org/events/">Events</a> |
| 109 | + <a class="dropdown-item" href="https://nordic-rse.org/events/seminar-series">Seminar series</a> |
| 110 | + <a class="dropdown-item" href="https://nordic-rse.org/events/2024-in-person-conference">Conference</a> |
| 111 | + <a class="dropdown-item" href="https://nordic-rse.org/events/coffeebreak/#weekly-virtual-coffee-break">Coffee break</a> |
| 112 | + <a class="dropdown-item" href="https://nordic-rse.org/events/meeting">Meetings</a> |
| 113 | + <a class="dropdown-item" href="https://nordic-rse.org/events/past ">Past events</a> |
| 114 | + <a class="dropdown-item" href="https://nordic-rse.org/events/#calendar">Calendar</a> |
| 115 | + </div> |
| 116 | + </li> |
| 117 | + |
| 118 | + <!-- Community --> |
| 119 | + <li class="nav-item dropdown"> |
| 120 | + <a class="nav-link dropdown-toggle" href="https://nordic-rse.org/communities/members/"" id="navbarDropdownMenuLink" |
| 121 | + data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 122 | + Community |
| 123 | + </a> |
| 124 | + <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> |
| 125 | + <a class="dropdown-item" href="https://nordic-rse.org/communities/">Community</a> |
| 126 | + <a class="dropdown-item" href="https://nordic-rse.org/communities/local/">Local communities</a> |
| 127 | + </div> |
| 128 | + </li> |
| 129 | + |
| 130 | + <!-- Blog --> |
| 131 | + <li class="nav-item"> |
| 132 | + <a class="nav-link" href="https://nordic-rse.org/blog/">Blog</a> |
| 133 | + </li> |
| 134 | + |
| 135 | + <!-- Resources --> |
| 136 | + <li class="nav-item dropdown"> |
| 137 | + <a class="nav-link dropdown-toggle" href="https://nordic-rse.org/communities/members/"" id="navbarDropdownMenuLink" |
| 138 | + data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 139 | + Resources |
| 140 | + </a> |
| 141 | + <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> |
| 142 | + <a class="dropdown-item" href="https://nordic-rse.org/resources/">Resources</a> |
| 143 | + <a class="dropdown-item" href="https://nordic-rse.org/resources/workshops/">Workshops and Courses</a> |
| 144 | + </div> |
| 145 | + </li> |
| 146 | + |
| 147 | + <!-- Join us --> |
| 148 | + <li class="nav-item"> |
| 149 | + <a class="nav-link" href="https://nordic-rse.org/join/">Join us</a> |
| 150 | + </li> |
| 151 | + </ul> |
| 152 | + </div> |
| 153 | + </nav> |
| 154 | + <!-- end navigation --> |
| 155 | + |
| 156 | + <div class="row top-buffer"> |
| 157 | + |
| 158 | + <h1>404, page not found</h1> |
| 159 | + |
| 160 | + <p> |
| 161 | + This is not the page you are looking for ... return back to the |
| 162 | + <a href="/">index page</a>? |
| 163 | + </p> |
| 164 | + |
| 165 | + </div> |
| 166 | + |
| 167 | + <footer> |
| 168 | + <div class="row top-buffer"> |
| 169 | + </div> |
| 170 | + <hr> |
| 171 | + <div class="row"> |
| 172 | + <div class="col-md-4"> |
| 173 | + </div> |
| 174 | + <div class="col-md-4"> |
| 175 | + <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> |
| 176 | + <img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /> |
| 177 | + </a> |
| 178 | + <br/>This work is licensed under a |
| 179 | + <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> |
| 180 | + Creative Commons Attribution 4.0 International License |
| 181 | + </a>. |
| 182 | + <a href="/about/governance/privacy/">Privacy Policy |
| 183 | + </a>. |
| 184 | + </div> |
| 185 | + </div> |
| 186 | + </footer> |
| 187 | + </div> |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" |
| 193 | + integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" |
| 194 | + crossorigin="anonymous"></script> |
| 195 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" |
| 196 | + integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" |
| 197 | + crossorigin="anonymous"></script> |
| 198 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" |
| 199 | + integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" |
| 200 | + crossorigin="anonymous"></script> |
| 201 | + |
| 202 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/anchor.min.js" |
| 203 | + integrity="sha256-E4RlfxwyJVmkkk0szw7LYJxuPlp6evtPSBDlWHsYYL8=" |
| 204 | + crossorigin="anonymous"></script> |
| 205 | + |
| 206 | + <script> |
| 207 | + anchors.add(); |
| 208 | + |
| 209 | + // https://github.com/twbs/bootstrap/issues/1768#issuecomment-6531466 |
| 210 | + var shiftWindow = function() { scrollBy(0, -100) }; |
| 211 | + if (location.hash) shiftWindow(); |
| 212 | + window.addEventListener("hashchange", shiftWindow); |
| 213 | + </script> |
| 214 | + |
| 215 | + </body> |
| 216 | +</html> |
0 commit comments