generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issa Hanou
committed
Jul 3, 2024
1 parent
c5741e0
commit e888ff9
Showing
28 changed files
with
108 additions
and
1 deletion.
There are no files selected for viewing
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,29 @@ | ||
core_team: | ||
- name: Sebastijan Dumancic | ||
img: sebastijan.jpg | ||
url: https://sebdumancic.github.io/ | ||
bio: Assistant professor | ||
- name: Tilman Hinnerichs | ||
img: tilman.jpg | ||
url: https://tilman.hinnerichs.com/ | ||
bio: PhD student | ||
- name: Reuben Gardos Reid | ||
img: reuben.jpg | ||
url: https://reuben.gr.com/ | ||
bio: PhD student | ||
- name: Issa Hanou | ||
img: issa.jpg | ||
url: https://issahanou.github.io/ | ||
bio: PhD student | ||
- name: Pamela Wochner | ||
img: pam.jpeg | ||
url: https://reit.tudelft.nl/#/members/pamela | ||
bio: Research Software Engineer | ||
- name: Lorenzo Theunissen | ||
img: stock.jpg | ||
url: | ||
bio: PhD student | ||
- name: Stef Rasing | ||
img: stock.jpg | ||
url: | ||
bio: Student Research Engineer |
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,20 @@ | ||
<!-- _includes/contributors.html --> | ||
<div class="grid-sizer"></div> | ||
<div class="grid-item"> | ||
<a href="{{ person.url | relative_url }}"> | ||
<div class="card hoverable"> | ||
{%- assign image_path = person.img | prepend: '/assets/img/people/' -%} | ||
|
||
{%- if person.img %} | ||
{%- include figure.html | ||
path=image_path | ||
max-height=250px | ||
alt="person thumbnail" -%} | ||
{%- endif %} | ||
<div class="card-body"> | ||
<h2 class="card-title">{{ person.name }}</h2> | ||
<p class="card-text">{{ person.bio }}</p> | ||
</div> | ||
</div> | ||
</a> | ||
</div> |
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,20 @@ | ||
<div class="card-item col"> | ||
<a href="{{ person.url | relative_url }}"> | ||
<div class="card hoverable"> | ||
<div class="row g-0"> | ||
{%- if person.img -%} | ||
<div class="card-img col-md-6"> | ||
{% include figure.html path=person.img alt="person thumbnail" %} | ||
</div> | ||
<div class="col-md-6"> | ||
{%- else -%} | ||
<div class="col-md-12"> | ||
{%- endif -%} | ||
<div class="card-body"> | ||
<h3 class="card-title">{{ person.name }}</h3> | ||
<p class="card-text">{{ person.bio }}</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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,38 @@ | ||
--- | ||
layout: page | ||
title: contributors | ||
permalink: /people/ | ||
description: All the people involved in growing Herbs. | ||
nav: true | ||
nav_order: 3 | ||
display_categories: [work, fun] | ||
horizontal: false | ||
--- | ||
|
||
<!-- pages/contributors.md --> | ||
<!-- same style as project --> | ||
<div class="projects"> | ||
<!-- There are three categories: core, current & past studetns --> | ||
{% if site.data.contributors.core_team %} | ||
<h1 class="category">Core Team</h1> | ||
<!-- Generate cards for each person --> | ||
{% if page.horizontal -%} | ||
<div class="container"> | ||
<div class="row row-cols-2"> | ||
{%- for person in site.data.contributors.core_team -%} | ||
{% include contributors_horizontal.html %} | ||
{%- endfor %} | ||
</div> | ||
</div> | ||
{%- else -%} | ||
<div class="grid"> | ||
{%- for person in site.data.contributors.core_team -%} | ||
{% include contributors.html %} | ||
{%- endfor %} | ||
</div> | ||
{%- endif -%} | ||
{%- endif -%} | ||
</div> | ||
|
||
<h3>Other people involved</h3> | ||
For a more complete overview of current and past contributors, see the list on our [GitHub](https://github.com/orgs/Herb-AI/people). |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.