Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collaborations #1

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions _data/collaborators.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
- professor: Guillermo Montoya
title: Conformational Activation Promotes CRISPR-Cas12a Catalysis and Resetting of the Endonuclease Activity
institution: Novo Nordisk Foundation Center for Protein Research, University of Copenhagen
site: https://www.cpr.ku.dk/research/protein-structure-function-program/montoya/

- professor: Tom Kirchhausen
title: Lipase Diffusing tracks
institution: Harvard Medical School, Harvard University
site: https://kirchhausen.hms.harvard.edu/

- professor: Hanne M. Nielsen
title: Lipase Diffusing tracks
institution: Dept. of Pharmacy, University of Copenhagen
site: https://pharmacy.ku.dk/research/drug-delivery-biophysics-biopharmaceuticals/

- professor: Knud J. Jensen
title: Lipase Diffusing tracks
institution: Section for Chemical Biology, Department of Chemistry, University of Copenhagen
site: https://kjj-lab.org/

- professor: Wouter K. Boomsma
title: Lipase Diffusing tracks
institution: Machine Learning in Biology, Institute of Computer Science, University of Copenhagen
site: https://di.ku.dk/english/staff/vip/?pure=en/persons/275482

- professor: Per Hedegaard
title: Lipase Diffusing tracks
institution: Niels Bohr Institute, University of Copenhagen
site: https://www.nbi.ku.dk/ansatte/?pure=da/persons/135905

- professor: Troels C. Petersen
institution: Niels Bohr Institute, University of Copenhagen
site: https://www.nbi.dk/~petersen/

- professor: Jørgen Kjems
institution: Department of Molecular Biology and Genetics, iNANO Center, Aarhus University
site: https://inano.au.dk/about/research-groups/nanomedicine-joergen-kjems-group/

#- professor: Xxx X. Xxx
# project: Xxx
# institution: Xxx Inst. Xxx Univ.
# site: https://www.nbi.ku.dk/ansatte/?pure=da/persons/135905

19 changes: 19 additions & 0 deletions _includes/collaborators.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- Services Section -->
<section id="collaborators" class="bg-white">
<div class="container">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Academic Collaborators</h2>
<br>
</div>
<div class="row">
{% for collaboration in site.data.collaborators %}
<div class="col-xs-12 col-md-6">
<p>
<a href="{{collaboration.site}}">{{collaboration.professor}}</a><br>
<em>{{collaboration.institution}}.</em>
</p>
</div>
{% endfor %}
</div>
</div>
</section>
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Footer -->
<footer class="bg-white">
<footer class="bg-light-gray">
<div class="container">
<div class="row">

Expand Down
2 changes: 1 addition & 1 deletion _includes/gallery.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Gallery Section -->
<section id="gallery" class="bg-light-gray">
<section id="gallery" class="bg-white">
<div class="container">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Gallery</h2>
Expand Down
3 changes: 3 additions & 0 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<li>
<a class="page-scroll" href="#publications">Publications</a>
</li>
<li>
<a class="page-scroll" href="#collaborators">Collaborators</a>
</li>
<li>
<a class="page-scroll" href="#software">Software</a>
</li>
Expand Down
1 change: 0 additions & 1 deletion _includes/publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ <h2 class="section-heading">Select Publications</h2>
{% endfor %}
</div>
</div>
</div>
</section>
2 changes: 1 addition & 1 deletion _includes/software.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Team Section -->
<section id="software" class="bg-white">
<section id="software" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
Expand Down
3 changes: 2 additions & 1 deletion _layouts/single-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ layout: default
{% include team.html %}
{% include funding.html %}
{% include publications.html %}
{% include collaborators.html %}
{% include software.html %}
{% include gallery.html %}
{% include gallery.html %}