-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9dc825d
Showing
22 changed files
with
2,722 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Research software engineering group at UiT</title> | ||
<link rel="shortcut icon" href="https://research-software.uit.no/img/favicon.ico"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script> | ||
|
||
|
||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:image" content="https://raw.githubusercontent.com/uit-no/rse/main/content/logo1.png" /> | ||
|
||
|
||
|
||
<meta name="description" content="Our vision is to put UiT on the map as a place where research groups have | ||
access to best in class RSE services. Over time we wish to attract excellent | ||
staff, research groups, funding, collaborations, and attention. | ||
" /> | ||
<meta name="twitter:description" content="Our vision is to put UiT on the map as a place where research groups have | ||
access to best in class RSE services. Over time we wish to attract excellent | ||
staff, research groups, funding, collaborations, and attention. | ||
" /> | ||
|
||
|
||
|
||
<meta name="twitter:title" content="Research software engineering group at UiT" /> | ||
|
||
|
||
|
||
<link href="https://research-software.uit.no/style.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div class="uk-container uk-margin-large-bottom"> | ||
|
||
<nav class="uk-navbar-container uk-navbar-transparent" uk-navbar> | ||
<div class="uk-navbar-right"> | ||
<ul class="uk-navbar-nav uk-visible@s"> | ||
|
||
|
||
<li><a href="https://research-software.uit.no">Home</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/about">About us</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/vision">Vision</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/courses">Courses</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/resources">Resources</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/projects">Projects</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/blog">Blog</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/contact">Contact</a></li> | ||
|
||
|
||
</ul> | ||
<a href="#" class="uk-navbar-toggle uk-hidden@s" uk-navbar-toggle-icon uk-toggle="target: #sidenav"></a> | ||
</div> | ||
</nav> | ||
|
||
<div id="sidenav" uk-offcanvas="flip: true" class="uk-offcanvas"> | ||
<div class="uk-offcanvas-bar"> | ||
<ul class="uk-nav"> | ||
|
||
|
||
<li><a href="https://research-software.uit.no">Home</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/about">About us</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/vision">Vision</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/courses">Courses</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/resources">Resources</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/projects">Projects</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/blog">Blog</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/contact">Contact</a></li> | ||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="markdown"> | ||
|
||
<h1>404, page not found</h1> | ||
|
||
<p> | ||
This is not the page you are looking for ... return back to the | ||
<a href="/">index page</a>? | ||
</p> | ||
|
||
</div> | ||
|
||
<hr> | ||
|
||
<ul class="uk-iconnav"> | ||
<li class="uk-margin-large-right"> | ||
<a href="mailto:[email protected]" uk-icon="icon: mail">[email protected]</a> | ||
</li> | ||
<li class="uk-margin-large-right"> | ||
<a href="https://github.com/uit-no/research-software.uit.no" target="_blank" uk-icon="icon: github">github.com/uit-no/research-software.uit.no</a> | ||
</li> | ||
</ul> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
research-software.uit.no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,175 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Research software engineering group at UiT</title> | ||
<link rel="shortcut icon" href="https://research-software.uit.no/img/favicon.ico"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script> | ||
|
||
|
||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:image" content="https://raw.githubusercontent.com/uit-no/rse/main/content/logo1.png" /> | ||
|
||
|
||
|
||
<meta name="description" content="Our vision is to put UiT on the map as a place where research groups have | ||
access to best in class RSE services. Over time we wish to attract excellent | ||
staff, research groups, funding, collaborations, and attention. | ||
" /> | ||
<meta name="twitter:description" content="Our vision is to put UiT on the map as a place where research groups have | ||
access to best in class RSE services. Over time we wish to attract excellent | ||
staff, research groups, funding, collaborations, and attention. | ||
" /> | ||
|
||
|
||
|
||
<meta name="twitter:title" content="Research software engineering group at UiT" /> | ||
|
||
|
||
|
||
<link href="https://research-software.uit.no/style.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div class="uk-container uk-margin-large-bottom"> | ||
|
||
<nav class="uk-navbar-container uk-navbar-transparent" uk-navbar> | ||
<div class="uk-navbar-right"> | ||
<ul class="uk-navbar-nav uk-visible@s"> | ||
|
||
|
||
<li><a href="https://research-software.uit.no">Home</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/about">About us</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/vision">Vision</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/courses">Courses</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/resources">Resources</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/projects">Projects</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/blog">Blog</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/contact">Contact</a></li> | ||
|
||
|
||
</ul> | ||
<a href="#" class="uk-navbar-toggle uk-hidden@s" uk-navbar-toggle-icon uk-toggle="target: #sidenav"></a> | ||
</div> | ||
</nav> | ||
|
||
<div id="sidenav" uk-offcanvas="flip: true" class="uk-offcanvas"> | ||
<div class="uk-offcanvas-bar"> | ||
<ul class="uk-nav"> | ||
|
||
|
||
<li><a href="https://research-software.uit.no">Home</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/about">About us</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/vision">Vision</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/courses">Courses</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/resources">Resources</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/projects">Projects</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/blog">Blog</a></li> | ||
|
||
|
||
|
||
<li><a href="https://research-software.uit.no/contact">Contact</a></li> | ||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="markdown"> | ||
|
||
<h1 id="about-us">About us</h1> | ||
<p>Together, we have many years of experience programming for science, mentoring, | ||
and teaching computing.</p> | ||
<div class="uk-child-width-expand@m" uk-grid> | ||
<div > | ||
<p><strong>Bente Barge</strong> is a Ph.D student in computational chemistry and part-time member of the HPC group at the University of Tromsø, Norway. Coding has been an important part of her Ph.D and her interest in research software development has evolved during her time in academia.</p> | ||
<p><strong><a href="https://bast.fr">Radovan Bast</a></strong> is a research software engineer with | ||
background in theoretical chemistry. He's worked in France, Stockholm, and now | ||
Tromsø at the border between science, software, and computational support and | ||
enjoys supporting multi-disciplinary research. He now works as part of | ||
<a href="https://documentation.sigma2.no/">Norwegian Research Infrastructure Services</a> | ||
at the University of Tromsø (UiT), and leads the | ||
<a href="https://coderefinery.org">CodeRefinery</a> project. At UiT he leads the | ||
high-performance computing group and the research software engineering group. | ||
These days mostly programming in Python, Rust, R, and JavaScript but has spent | ||
many years with Fortran, C(++), and CMake.</p> | ||
</div> | ||
<div > | ||
<p><strong>Magnar Bjørgve</strong> has a background in applied mathematics and theoretical chemistry. | ||
He is working in the GPU and training team at <a href="https://documentation.sigma2.no/">NRIS</a> | ||
at the University of Tromsø, Norway.</p> | ||
<p><strong>Jørn Dietze</strong> is almost finished with a Ph.D in bioinformatics. | ||
He is working with high-performance computing systems and | ||
has experience with programming in Python, Julia, and a little bit of C. | ||
He is part of <a href="https://documentation.sigma2.no/">NRIS</a> | ||
at the University of Tromsø, Norway, and the | ||
<a href="https://www.lumi-supercomputer.eu/">LUMI User Support Team</a>.</p> | ||
</div> | ||
</div> | ||
<hr /> | ||
<p><strong>And you?</strong> If you are interested in this work, please contact us.</p> | ||
<img src="/cake.jpg" alt="photo of the cake from the group inauguration event" width="500px"/> | ||
|
||
|
||
</div> | ||
|
||
<hr> | ||
|
||
<ul class="uk-iconnav"> | ||
<li class="uk-margin-large-right"> | ||
<a href="mailto:[email protected]" uk-icon="icon: mail">[email protected]</a> | ||
</li> | ||
<li class="uk-margin-large-right"> | ||
<a href="https://github.com/uit-no/research-software.uit.no" target="_blank" uk-icon="icon: github">github.com/uit-no/research-software.uit.no</a> | ||
</li> | ||
</ul> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.