Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tianalei committed Oct 5, 2024
1 parent 4d2fb1f commit d965045
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 24 deletions.
1 change: 1 addition & 0 deletions _bibliography/papers.bib
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ @unpublished{lei2025TROVE
author = {Lei, Yutian and Guan, Xuefeng and Wu, HuaYi},
year={2025},
langid = {english},
preview={traj_visualize.png}
selected={true}
}
2 changes: 1 addition & 1 deletion _includes/projects.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%}
{% endif %}
<div class="card-body">
<h2 class="card-title" style="font-size:1.3em">{{ project.title }}</h2>
<h2 class="card-title" style="font-size:1.2em">{{ project.title }}</h2>
<p class="card-text">{{ project.description }}</p>
<div class="row ml-1 mr-1 p-0">
{% if project.github %}
Expand Down
4 changes: 0 additions & 4 deletions _includes/projects_layout.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
layout: default
---

<!-- pages/projects.md -->
<div class="projects">
{% if site.enable_project_categories and page.display_categories %}
Expand Down
8 changes: 7 additions & 1 deletion _layouts/about.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@ layout: default

<!-- Projects -->
{% if page.show_projects %}

<div style="display: flex; justify-content: space-between; align-items: center;"></div>
<h3 style="margin: 0;">
<a href="{{ '/projects/' | relative_url }}" style="color: inherit">Projects</a>
</h3>
<a href="{{ '/researches/' | relative_url }}" style="color: inherit; font-size: 16px; margin-right: 10px; margin-top: 12px;"> &gt; Projects</a>
</div>
{% include projects_layout.liquid %}
{% endif %}

<!-- Social -->
Expand Down
19 changes: 1 addition & 18 deletions _pages/researches.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@ horizontal: false

<!-- _pages/projects.md -->
{% if page.show_projects %}
<!-- Display projects without categories -->
{% assign sorted_projects = site.projects | sort: "importance" %}
<!-- Generate cards for each project -->
{% if page.horizontal %}
<div class="container">
<div class="row row-cols-1 row-cols-md-2">
{% for project in sorted_projects %}
{% include projects_horizontal.liquid %}
{% endfor %}
</div>
</div>
{% else %}
<div class="row row-cols-1 row-cols-md-3">
{% for project in sorted_projects %}
{% include projects.liquid %}
{% endfor %}
</div>
{% endif %}
{% include projects_layout.liquid %}
{% endif %}

Binary file added assets/img/publication_preview/traj_visualize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d965045

Please sign in to comment.