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

re-add papers/research section #1580

Merged
merged 30 commits into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bd21365
re-add papers/research section
mschwaig Nov 14, 2024
f01dfe1
fix formatting
mschwaig Nov 15, 2024
d25af7e
add a few recent papers
mschwaig Nov 15, 2024
c364890
add ORCIDs
mschwaig Nov 15, 2024
6b68639
highlight and link author names properly
mschwaig Nov 15, 2024
1a7df19
add validation logic and fix invalid data elements
mschwaig Nov 15, 2024
b1919cd
animate and textually describe buttons
mschwaig Nov 15, 2024
17883ce
limit paper title width
mschwaig Nov 15, 2024
ddbc475
add copy to clipboard button for citations
mschwaig Nov 15, 2024
8c57e7c
fix abstarcts not showing up and format code
mschwaig Nov 15, 2024
50fb6ce
fix touch screen/mobile device layout
mschwaig Nov 15, 2024
6016303
narrow abstract on large screens for better readability
mschwaig Nov 17, 2024
7e5e675
add more ORCIDs
mschwaig Nov 17, 2024
e5f9d5d
add work on scientific reproducibility
mschwaig Nov 18, 2024
ee2c547
apply suggestions from review by @frickerhandwerk
mschwaig Nov 21, 2024
ae61b97
properly reference correct svg icon set (for maintainabilty and clari…
mschwaig Nov 22, 2024
157523f
remove cite button for now
mschwaig Nov 22, 2024
6eb717a
review and fix all entries
mschwaig Nov 22, 2024
1d4e0ed
remove code for CITE button / BibTeX
mschwaig Nov 25, 2024
9547f92
toggle abstract via CSS instead of JS
mschwaig Nov 25, 2024
dc955cb
move text in front of of icons
mschwaig Nov 25, 2024
577435c
improve publication data and abstract readability by increasing contrast
mschwaig Nov 25, 2024
1c03bc1
add space between buttons, fix how abstract looks
mschwaig Nov 25, 2024
8b9f069
fix touch sreen layout, format code
mschwaig Nov 25, 2024
ea1387d
add support for multi-paragraph abstracts
mschwaig Nov 25, 2024
6de877b
properly wrap author names, format code
mschwaig Nov 25, 2024
434659d
open links in a new tab
mschwaig Nov 25, 2024
836cd90
remove specific preprint link and change conference name for now
mschwaig Nov 25, 2024
7ea4ab6
make buttons a bit darker for better contrast
mschwaig Nov 25, 2024
3c8f22f
fix button color due to review suggestion by @thilobillerbeck
mschwaig Nov 29, 2024
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: 2 additions & 0 deletions src/content/menus/footer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ sections:
link: /blog/
- name: Newsletter
link: https://weekly.nixos.org/
- name: Research and scientific publications
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link now looks pretty long in the footer, maybe we should come up with a shorter title

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe. I think 'Research publications' would be good, 'Scientific publications' would be OK as well.
I do like the current title the best, but if it does not look good I am fine with shortening it.

I do think that title of the page itself should stay the same though, and I am not sure we should change it in the footer anyways or not.

link: /research
social:
- name: Mastodon
link: https://chaos.social/@nixos_org
Expand Down
Loading