From 75dd2b28b6ebd30bfb15d7e6708041929b2bc4e2 Mon Sep 17 00:00:00 2001 From: donceykong Date: Wed, 3 Jul 2024 01:16:19 -0600 Subject: [PATCH 1/2] englarged images withing first figure --- scenesense.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scenesense.md b/scenesense.md index 125f895..62bcfca 100644 --- a/scenesense.md +++ b/scenesense.md @@ -156,8 +156,8 @@ arxiv_link_text: "ArXiv"
- Photo example results - Photo example results + Photo example results + Photo example results

From 2c3e0fb71551d22b41399a263fd39d1cbce1331b Mon Sep 17 00:00:00 2001 From: donceykong Date: Wed, 3 Jul 2024 01:17:04 -0600 Subject: [PATCH 2/2] Switched to used margin-right space for auth names on proj pages. Looks better on desktop & mobile. --- _includes/article_v2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/article_v2.html b/_includes/article_v2.html index 4753362..9d64143 100644 --- a/_includes/article_v2.html +++ b/_includes/article_v2.html @@ -15,7 +15,7 @@ {% for i in (1..50) %} {% assign author_index = 'author' | append: i %} {% if page[author_index] %} -
{{ page[author_index] }}
+
{{ page[author_index] }}
{% endif %} {% endfor %}