File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
- title : " Robot-assisted Feeding"
2
2
link : " https://emprise.cs.cornell.edu/bitetransfer/"
3
+ link_text : " Bite Transfer"
4
+ link_2 : " https://flair-robot.github.io/"
5
+ link_2_text : " Bite Acquisition"
3
6
ytid : " CJ66x7JfqG0"
4
7
description : " Eating is an activity of daily living (ADL) and losing the
5
8
ability to self-feed can be devastating. Robots have the potential to help
Original file line number Diff line number Diff line change @@ -16,7 +16,12 @@ <h2 class="project-title {% unless project.link %}no-link-space{% endunless %}">
16
16
</ h2 >
17
17
18
18
{% if project.link %}
19
- < a href ="{{ project.link }} " class ="project-website-link " target ="_blank " rel ="noopener noreferrer "> Project Website</ a >
19
+ {% assign link_text = project.link_text | default: "Project Website" %}
20
+ < a href ="{{ project.link }} " class ="project-website-link " target ="_blank " rel ="noopener noreferrer "> {{ link_text }}</ a >
21
+ {% endif %}
22
+ {% if project.link_2 %}
23
+ {% assign link_2_text = project.link_2_text | default: "Project Website" %}
24
+ | < a href ="{{ project.link_2 }} " class ="project-website-link " target ="_blank " rel ="noopener noreferrer "> {{ link_2_text }}</ a >
20
25
{% endif %}
21
26
22
27
< div class ="embed-responsive embed-responsive-16by9 ">
You can’t perform that action at this time.
0 commit comments