-
Notifications
You must be signed in to change notification settings - Fork 0
Adding Program Committee section to the homepage #4
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
Conversation
Also removing the organizing team section as per request
ok! I think the program committee looks good, but we need the whole committee as presented here: The organizing team still needs to be present, either underneath the committee or on a separate page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to make the changes before we can push this to main.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM—just a question about alphabetization.
@@ -0,0 +1,7 @@ | |||
<h2>Organizing Team:</h2> | |||
{{ $orgTeam := site.Data.orgTeam }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to have Hugo sort the list, preferably by last name, before rendering it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes but we'd have to split the first and last name to separate fields. I can just do it manually if you want?
If you don’t mind… that would be much appreciated.
… On May 19, 2025, at 10:28 PM, Abdullah Norozi Iranzad ***@***.***> wrote:
@wayferer commented on this pull request.
In layouts/partials/orgTeam.html <#4 (comment)>:
> @@ -0,0 +1,7 @@
+<h2>Organizing Team:</h2>
+{{ $orgTeam := site.Data.orgTeam }}
Yes but we'd have to split the first and last name to separate fields. I can just do it manually if you want?
—
Reply to this email directly, view it on GitHub <#4 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABX2JVDEQBMS3PHOFOX5OD27KHNFAVCNFSM6AAAAAB5LIGQOCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDQNJSGM3TANBZGI>.
You are receiving this because your review was requested.
|
Sorry it seems like the org team is already sorted by last name. Did you mean for the program committee? |
yes the program committee. Sorry I pointed to the wrong part of the template.
… On May 19, 2025, at 11:02 PM, Abdullah Norozi Iranzad ***@***.***> wrote:
wayferer
left a comment
(jettyio/smash2025#4)
<#4 (comment)>
Sorry it seems like the org team is already sorted by last name. Did you mean for the program committee?
—
Reply to this email directly, view it on GitHub <#4 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABX2JXEDWH6DO62HBYGGP327KLL3AVCNFSM6AAAAAB5LIGQOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOJSG43DQOBRGQ>.
You are receiving this because your review was requested.
|
Updated now. Let me know if I got the split on the last name wrong for any of the members |
Also