Skip to content

Commit

Permalink
Graph Search (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
alinekeller authored Aug 8, 2023
1 parent c769c3a commit 55285f2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
37 changes: 37 additions & 0 deletions assets/components/content-types/graph-search/graph-search.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<div class="list-group">

<div class="list-group-item list-group-item-borderless col-12 col-lg-8">
<p class="tag tag-sm bg-light border-light mb-2"><strong>Concepts</strong></p>
<h3 class="h5 my-1"><a href="#">Biology</a></h3>
<p class="text-small text-muted mb-1">https://graphsearch.epfl.ch/…</p>
<p><i>Biology</i> is the scientific study of life. It is a natural science with a broad scope but has several unifying themes that tie it together as a single, coherent …</p>
</div>

<div class="list-group-item list-group-item-borderless col-12 col-lg-8">
<p class="tag tag-sm bg-light border-light mb-2"><strong>Courses</strong></p>
<h3 class="h5 my-1"><a href="#">CH-313 - Chemical biology </a></h3>
<p class="text-small text-muted mb-1">https://graphsearch.epfl.ch/…</p>
<p>Closely interfacing with bioengineering and medicine, this course provides foundational concepts in applying small-molecule chemical toolsets to probe the functions …</p>
</div>

<div class="list-group-item list-group-item-borderless col-12 col-lg-8">
<p class="tag tag-sm bg-light border-light mb-2"><strong>Publications</strong></p>
<h3 class="h5 my-1"><a href="#">Chemical and Biological Gradients along the Damma Glacier Soil Chronosequence, Switzerland</a></h3>
<p class="text-small text-muted mb-1">https://graphsearch.epfl.ch/…</p>
<p class="text-sm mt-2 mb-1 d-flex align-items-center">
<svg class="icon feather align-middle mr-1" aria-hidden="true">
<use xlink:href="#calendar"></use>
</svg>
<span class="align-middle">Published in 2011</span>
</p>
<p class="text-sm mb-2 d-flex align-items-center">
<svg class="icon feather align-middle mr-1" aria-hidden="true">
<use xlink:href="#users"></use>
</svg>
<span class="sr-only">Authors: </span>
<span class="align-middle"><a href="#"><strong>Camille Sigi</strong></a>, <a href="#"><strong>Lou Pereira</strong></a>, <a href="#"><strong>Charlie Müller</strong></a></span>
</p>
<p>PhD at the Biocenter, University of Basel 1989-1992. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae lacus vulputate, congue ligula id …</p>
</div>

</div>
2 changes: 2 additions & 0 deletions assets/components/content-types/graph-search/graph-search.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
title: Graph Search
name: graph-search

0 comments on commit 55285f2

Please sign in to comment.