Commit graph

18 commits

Author SHA1 Message Date
Philipp Winter
89eb3793eb Make border radius 25% instead.
Otherwise WebKit is cutting off parts of the icons.
2025-02-01 14:02:34 -06:00
Philipp Winter
1dc5db35bc Add hover animation effect. 2025-02-01 13:58:30 -06:00
Philipp Winter
a27dfd1c53 Harmonize CSS formatting. 2025-02-01 11:00:13 -06:00
gfw-report
792f29e9ce Upgrade nickng/bibtex to v1.4.0.
This is to support accent characters in bib key:
https://github.com/nickng/bibtex/releases/tag/v1.4.0
2024-07-20 00:00:00 +00:00
gfw-report
7a1e73c11d Support accent characters in cite names.
A new commit introduces a cite name that contains an accent character:
@inproceedings{Müller2024a,

It will cause the bibtex parser to fail with the following two errors:

failed to extract cite name of: @inproceedings{Müller2024a,

and

parse failed at 55:17: syntax error: unexpected $end, expecting tCOMM

The second error is an upstream limitation,
which I will try to get it merged to the upstream: https://github.com/nickng/bibtex.
2024-07-20 00:00:00 +00:00
Philipp Winter
a52d81c90e Swap element order. 2024-05-25 11:42:03 -05:00
Philipp Winter
2c1e7652ba
Merge pull request #39 from NullHypothesis/add-net4people-links
Add net4people discussion links to papers.
2024-05-25 09:30:01 -05:00
Philipp Winter
f5978aa24c Rename net4people_url to discussion_url.
While most discussion URLs will be on net4people, some won't.
2024-05-25 09:27:19 -05:00
Philipp Winter
24c0b1be07 Add missing margin to header. 2024-05-25 09:13:45 -05:00
Philipp Winter
78bb4eee1b Fix order of HTML elements. 2024-05-25 09:07:25 -05:00
Philipp Winter
2be19b1b6e Add support for net4people links.
We're going to use the `net4people_url` BibTeX key to link to a paper's
net4people discussion.  BibTeX parsers don't know about this key and
should therefore ignore it.
2024-05-25 08:48:25 -05:00
Philipp Winter
e9c7d3ee9f Remove text decoration for icons. 2024-03-23 09:47:36 -05:00
Philipp Winter
0d6ddf944d Improve styling. 2024-03-23 09:15:12 -05:00
Philipp Winter
99074a5bee Update favicons.
The SVG icon didn't display properly on macOS.
2024-03-15 07:38:47 -05:00
Philipp Winter
f7393f4c83 Re-add the open access logo.
It somehow got lost in the last few commits.
2024-03-10 14:47:16 -05:00
Philipp Winter
14738b9abe Brighten text background.
The background of the text boxes is slightly darker than it should be.
2024-03-10 12:08:10 -05:00
Philipp Winter
4651ad9c67 Ask contributors to make PRs. 2024-03-10 12:08:10 -05:00
Philipp Winter
4be5f7bfb2 Add new build tool.
bibliogra.py requires Python 2, which is a pain to deal with.  This
commit adds a Go tool that compiles CensorBib from BibTeX to HTML.  The
tool does the bare minimum and is quite strict in the BibTeX format it
expects.
2024-03-10 12:08:10 -05:00