File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ Feel free to add your own page(s) by sending a PR.
74
74
<a href =" https://manandey.github.io " target =" _blank " >★</a >
75
75
<a href =" https://johanneshoerner.github.io " target =" _blank " >★</a >
76
76
<a href =" https://ioannismavromatis.com " target =" _blank " >★</a >
77
+ <a href =" https://taidnguyen.github.io " target =" _blank " >★</a >
78
+ <a href =" https://lbugnon.github.io " target =" _blank " >★</a >
77
79
</td >
78
80
</tr >
79
81
<tr >
@@ -85,6 +87,7 @@ Feel free to add your own page(s) by sending a PR.
85
87
<a href =" https://decisionlab.ucsf.edu/ " target =" _blank " >★</a >
86
88
<a href =" https://programming-group.com/ " target =" _blank " >★</a >
87
89
<a href =" https://sailing-lab.github.io/ " target =" _blank " >★</a >
90
+ <a href =" https://inbt.jhu.edu/epidiagnostics/ " target =" _blank " >★</a >
88
91
</td >
89
92
</tr >
90
93
<tr >
Original file line number Diff line number Diff line change 8
8
< div class ="row g-0 ">
9
9
{%- if project.img -%}
10
10
< div class ="card-img col-md-6 ">
11
- {% responsive_image_block %}
12
- path: {{ project.img }}
13
- alt: "project thumbnail"
14
- {% endresponsive_image_block %}
11
+ {% include figure.html path=project.img alt="project thumbnail" %}
15
12
</ div >
16
13
< div class ="col-md-6 ">
17
14
{%- else -%}
You can’t perform that action at this time.
0 commit comments