Skip to content

Commit

Permalink
added awards note, fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiiion committed Nov 8, 2023
1 parent b39d0e3 commit 82d3a6d
Show file tree
Hide file tree
Showing 18 changed files with 733 additions and 580 deletions.
20 changes: 0 additions & 20 deletions ___BROKEN LINKS.txt
Original file line number Diff line number Diff line change
@@ -1,20 +0,0 @@
404 Not found
https://interactive-structures.org/assets//publications/2023-05-permeable-sensor/<a href>
Linked from: https://interactive-structures.org/publications.html and 1 more
404 Not found
https://interactive-structures.org/www.tuckerrae-grant.com<a href>
Linked from: https://interactive-structures.org/team.html
404 Not found
https://interactive-structures.org/assets/Results--Developable-Wrapping-2020.zip<a href>
Linked from: https://interactive-structures.org/publications/2020-12-developable-wrapping/

500 Internal server error
http://alexandraion.com/wp-content/uploads/Impacto-authors-copy.pdf<a href>Outbound
Linked from: https://interactive-structures.org/publications.html and 1 more
500 Internal server error
http://alexandraion.com/wp-content/uploads/ProprioceptiveInteraction-authors-copy.pdf<a href>Outbound
Linked from: https://interactive-structures.org/publications.html and 1 more

Host not found
http://www.miguel-brandao.me/<a href>Outbound
Linked from: https://interactive-structures.org/team.html
45 changes: 24 additions & 21 deletions _includes/article-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,29 +61,32 @@ <h4 class="article__title">


<div class="article__links">
<a class="link_button"
href="{% include article/get-assets-link.html content=article.pdf %}">
<ion-icon name="{% include article/get-link-icons.html content='link-type-document' %}"></ion-icon>
&nbsp;paper
</a>
{% if article.doi %}
<a class="link_button" href="{{article.doi}}">
<ion-icon name="{% include article/get-link-icons.html content='link-type-doi' %}"></ion-icon>
&nbsp;doi
</a>
{% endif %}

{% if article.video %}
<a class="link_button" href="{% include article/get-video-url.html link=article.video embed=false %}">
<ion-icon name="{% include article/get-link-icons.html content='link-type-video' %}"></ion-icon>
video
</a>
{% endif %}
{% if article.pdf %}
<a class="link_button"
href="{% include article/get-assets-link.html content=article.pdf %}">
<ion-icon name="{% include article/get-link-icons.html content='link-type-document' %}"></ion-icon>
&nbsp;paper
</a>
{% endif %}

<a href="{{ project-page }}" class="read-more">project&nbsp;page&nbsp;<i class="ion ion-ios-arrow-forward"></i></a>
<br>
{% if article.doi %}
<a class="link_button" href="{{article.doi}}">
<ion-icon name="{% include article/get-link-icons.html content='link-type-doi' %}"></ion-icon>
&nbsp;doi
</a>
{% endif %}

{% if article.video %}
<a class="link_button" href="{% include article/get-video-url.html link=article.video embed=false %}">
<ion-icon name="{% include article/get-link-icons.html content='link-type-video' %}"></ion-icon>
video
</a>
{% endif %}

<a href="{{ project-page }}" class="read-more">project&nbsp;page&nbsp;<i class="ion ion-ios-arrow-forward"></i></a>
<br>

{% include article/add-external-links.html context=article %}
{% include article/add-external-links.html context=article %}

</div>

Expand Down
26 changes: 20 additions & 6 deletions _includes/article/get-assets-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,31 @@

{%- assign thisurl = article.url -%}


{%- comment -%}
assets link to: {{include.content}} --
page.url: {{page.url}} --
article.url: {{article.url}} --
thisurl: {{thisurl}} --
assets link to: {{include.content}} <br>
page.url: {{page.url}}<br>
article.url: {{article.url}}<br>
thisurl: {{thisurl}}<br>
{%- endcomment -%}

{%- assign output = input | prepend: thisurl | prepend: site.assetsurl | prepend: site.baseurl -%}
{%- if input contains "http" -%}
{%- if input contains "http" -%}
{%- assign output = input -%}
{%- elsif thisurl -%}
{%- assign output = input | prepend: thisurl | prepend: site.assetsurl | prepend: site.baseurl -%}
{%- else -%}
{%- assign output = input | prepend: page.url | prepend: site.assetsurl | prepend: site.baseurl -%}
{%- endif -%}

{%- assign output = output | strip -%}
{{ output }}




{%- comment -%}
Logic as follows:
<!-- { if input contains "http" } -> if link is absolute URL, just assign it as the output link -->
<!-- { elsif thisurl } -> otherwise, if link is relative and the article url is given, prepend to create URL to correct assets folder -->
<!-- { else } -> otherwise, the link is relative and the article url is NOT given, meaning we are on the respective pubs page, prepend the page URL to create URL to correct assets folder -->
{%- endcomment -%}
19 changes: 19 additions & 0 deletions _news/2023-11-awards-violet-jesse.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: plain
date: 2023-11-08
visible: true
---


<h3><i class="ion ion-md-trophy"></i> Recent Awards</h3>
<span class="font-small">Nov 8, 2023</span>

<p>
<strong>Violet</strong> received a <strong>Best Paper Award</strong> for her work on <a href="/publications/2023-11-blend-mr/">BlendMR</a>. Her first paper she ever submitted! Well-deserved, Violet!
</p>
<p>
<strong>Jesse</strong> received a <strong>Best Demo Award</strong> at UIST'23 for his impressive <a href="/publications/2023-10-robotic-walls/">Contstraint-Diven Robotic Surfaces</a>. It was a big effort bringing them across the country and a well-deserved honor!
</p>
<p>
Huge <span class="highlight_text">congratulations to Violet and Jesse!</span>
</p>
2 changes: 1 addition & 1 deletion _people/alumni/2022-Tucker-Rae-Grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ role: Research assistant
position: Research Assistant
department: HCII
email: [email protected]
website: www.tuckerrae-grant.com
website: http://www.tuckerrae-grant.com
image: /people/2022-Tucker-Rae-Grant.jpg
year_start: 2022
alumni_since: 2022
Expand Down
2 changes: 1 addition & 1 deletion _publications/2015-04-proprioceptive-interaction.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- Wearable
video-thumb: "https://youtu.be/KMxIfj7zhlw"
video: "https://youtu.be/KMxIfj7zhlw"
pdf: http://alexandraion.com/wp-content/uploads/ProprioceptiveInteraction-authors-copy.pdf

doi: https://dl.acm.org/doi/10.1145/2702123.2702461
external-page: https://hpi.de/baudisch/projects/proprioceptive.html
---
2 changes: 1 addition & 1 deletion _publications/2015-11-impacto.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
video-youtubeID: "https://youtu.be/k5e4mXQLq54"
video-thumb: "https://youtu.be/k5e4mXQLq54"

pdf: http://alexandraion.com/wp-content/uploads/Impacto-authors-copy.pdf
pdf:
doi: https://dl.acm.org/doi/10.1145/2807442.2807443
external-page: https://hpi.de/baudisch/projects/impacto.html
---
Loading

0 comments on commit 82d3a6d

Please sign in to comment.