Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gsoc: Prepend project name in full list of proposals #1499

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _gsocproposals/2024/proposal_CVMFS_Buildcache.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: CernVM-FS - Buildcache of vendored dependencies
title: Buildcache of vendored dependencies
layout: gsoc_proposal
project: CernVM-FS
year: 2024
Expand Down
2 changes: 1 addition & 1 deletion _gsocproposals/2024/proposal_CVMFS_FUSE_features.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: CernVM-FS - Benchmarking of new FUSE features
title: Benchmarking of new FUSE features
layout: gsoc_proposal
project: CernVM-FS
year: 2024
Expand Down
2 changes: 1 addition & 1 deletion _gsocproposals/2024/proposal_GangaAIassistant.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
project: Ganga
title: Ganga - Incorporate a Large Language Model to assist users
title: Incorporate a Large Language Model to assist users
layout: gsoc_proposal
year: 2024
difficulty: medium
Expand Down
4 changes: 2 additions & 2 deletions gsoc/2024/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ year: 2024
## Full List of Proposals

{:.table .table-hover .table-striped}
{% assign sorted_proposals = site.gsocproposals | sort: 'title' %}
{% assign sorted_proposals = site.gsocproposals | sort: "url" %}
{% for proposal in sorted_proposals %}{% capture u_proposal_org %}{{ organization | upcase }}{% endcapture %}
{%- assign strings = proposal.url | split: '/' -%}
{%- assign proposal_year = strings[2] | plus: 0 -%}
{%- if proposal_year == page.year %}
| [ {{ proposal.title }} ]( {{ proposal.url }} ) |
| [**{{ proposal.project }}:** {{ proposal.title }} ]( {{ proposal.url }} ) |
{%- endif -%}
{% endfor %}