-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
base: main
Are you sure you want to change the base?
Conversation
d6b9b4b
to
d4fe341
Compare
based on https://web.archive.org/web/20170518051949/http://nixos.org/docs/papers.html and recent works I am aware of with some help from Claude.ai
d4fe341
to
bd21365
Compare
Nice! Closes #830 Off the top of my mind, a seminal paper that deeply concerns Nix is Build systems a la carte. I have a few small nits on the wording, and will add a few comments. Other than that this is really really good, and we can add more papers as we go. |
</div> | ||
<div class="ml-2"> | ||
{paper.abstract && ( | ||
<button |
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.
There's no reason whatsoever for this to be javascript-only. It could easily be a <details>
element with the appropriate styling. Not a blocker, but I'd strongly prefer to (eventually) not have to use any scripting for static information
<span class="ml-2 text-sm font-bold text-gray-400 move-button"> | ||
CITE | ||
</span> |
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.
Without scripting this could lead to a BibTex raw file (not a blocker)
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.
This is awesome, absolutely great stuff, and it seems to keep coming. I'd merge this with the prose suggestions and would help get fixups in if you're still interested in polishing the UX.
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.
One nitpick I have is that the buttons on the publications (Preprint, Download, etc.) have a contrast of 2.53:1 when comparing with the background, which is not that great. It'd be great if you could change this to a color that at least suffices AA contrast. :)
Co-authored-by: Valentin Gagarin <[email protected]>
I re-added this section, based on https://web.archive.org/web/20170518051949/http://nixos.org/docs/papers.html and recent works I am aware of.
This is just a draft, I still need to check if I got all of the right information.
Since the original page was at http://nixos.org/docs/papers.html and this is at http://nixos.org/research, it would also be nice to set up a redirect, or change the URL.
I'm happy to review PRs related to this list.
To make that process easier maybe we should
Feel free to help me work on the text!
I think @fricklerhandwerk wanted to review this.