Skip to content

Commit

Permalink
Merge pull request #6 from aidos-lab/er
Browse files Browse the repository at this point in the history
Er
  • Loading branch information
Pseudomanifold authored Feb 13, 2025
2 parents 4e18955 + fe0bc77 commit 0f56d3b
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 71 deletions.
46 changes: 20 additions & 26 deletions content/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,26 @@ We, the people of the AIDOS Lab, firmly believe in and are committed to [Dr. Fed
All people are listed in chronological order of joining the lab or
starting a collaboration with us.

{{< person "BR" >}}

{{< person "JvR" >}}

{{< person "JW" >}}

{{< person "KL" >}}

{{< person "ER" >}}

{{< person "SK" >}}

{{< person "DS" >}}

{{< person "RB" >}}

{{< person "ES" >}}

{{< person "RvM" >}}

{{< person "MA" >}}

| | |
|:--------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------:|
| {{< figure src="ra.jpg" width="180" class="person" alt="Rayna Andreeva" caption="[Rayna Andreeva](https://rorondre.github.io)" >}} | {{< figure src="ic.jpg" width="180" class="person" alt="Irene Cannistraci" caption="[Irene Cannistraci](https://irene.cannistraci.dev)" >}} | {{< figure src="cc.jpg" width="180" class="person" alt="Corinna Coupette" caption="[Corinna Coupette](https://www.coupette.io)" >}} |
| {{< figure src="ps.jpg" width="180" class="person" alt="Pragya Singh" caption="Pragya Singh" >}} | | |
<div class="people-card-container">
{{< person "BR" >}}
{{< person "JvR" >}}
{{< person "JW" >}}
{{< person "KL" >}}
{{< person "ER" >}}
{{< person "SK" >}}
{{< person "DS" >}}
{{< person "RB" >}}
{{< person "ES" >}}
{{< person "RvM" >}}
{{< person "MA" >}}
</div>

# Collaborators

<div class="people-card-container">
{{< person "CC" >}}
{{< person "IC" >}}
</div>

Your name is missing here! Learn more about [joining us]({{< relref "/contact/#join-us" >}}).

Expand Down
4 changes: 4 additions & 0 deletions data/people/CC.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "Corinna Coupette"
image = "cc.jpg"
web = "https://www.coupette.io"

5 changes: 5 additions & 0 deletions data/people/IC.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Irene Cannistraci"
image = "ic.jpg"
web = "https://irene.cannistraci.dev"


58 changes: 31 additions & 27 deletions layouts/shortcodes/person.html
Original file line number Diff line number Diff line change
@@ -1,41 +1,45 @@
<div class="card">
<div class="card-person">
{{ $person := .Get 0 }}
{{ $person := index .Site.Data.people $person }}

<div class="card-left">
<figure class="person">
<img src="{{ $person.image }}" width="180" alt="{{ $person.name }}" />
</figure>
</div>

<div class="card-right">
<span class="card-name">{{ $person.name }}</span><br />
<span class="card-job">{{ $person.job }}</span>

<dl class="card-profiles">
<ul class="card-icons">
{{ with $person.github }}
{{ $link := printf "https://github.com/%s" $person.github }}
{{ partial "profile.html" (dict "name" "GitHub" "link" $link "text" $person.github) }}
<li>
<a href="https://github.com/{{ . }}">
<img src="/github-mark.svg" alt="">
</a>
</li>
{{end }}

{{ with $person.orcid }}
<li>
<a href="{{ . }}">
<img src="/orchid-id.svg" alt="">
</a>
</li>
{{end }}

{{ with $person.orcid }}
{{ $link := printf "https://orcid.org/%s" $person.orcid }}
{{ partial "profile.html" (dict "name" "ORCID" "link" $link "text" $person.orcid) }}
{{end }}
{{ with $person.twitter }}
<li>
<a href="https://twitter.com/{{ . }}">
<img src="/logo-x-black.png" alt="">
</a>
</li>
{{ end }}
{{ with $person.web }}
<li>
<a href="{{ . }}">
<img src="/home.png" alt="">
</a>
</li>
{{ end }}

</ul>

{{ with $person.twitter }}
{{ $link := printf "https://twitter.com/%s" $person.twitter }}
{{ $name := printf "@%s" $person.twitter }}
{{ partial "profile.html" (dict "name" "Twitter" "link" $link "text" $name) }}
{{ end }}

{{ with $person.web }}
{{ partial "profile.html" (dict "name" "Web" "link" $person.web "text" $person.web) }}
{{ end }}
</dl>

<div class="card-bio">
{{ $person.bio | markdownify }}
</div>
</div>
</div>
1 change: 1 addition & 0 deletions static/github-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/github-mark/__MACOSX/._github-mark
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.
1 change: 1 addition & 0 deletions static/github-mark/github-mark/github-mark-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/github-mark/github-mark/github-mark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/github-mark/github-mark/github-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logo-x-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/logo-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions static/orchid-id.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 44 additions & 18 deletions themes/brevis/static/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f56d3b

Please sign in to comment.