Commit graph

280 commits

Author SHA1 Message Date
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
eb4ffd73fd Add two recent net4people discussions. 2024-05-25 08:50:41 -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
2fe526c0c0
Merge pull request #38 from NullHypothesis/add-two-papers
Add two 2024 papers.
2024-05-18 08:03:29 -05:00
Philipp Winter
4674bc7059 Make "CHI" booktitle consistent.
The conference is well known, so "CHI" is enough.
2024-05-18 08:02:25 -05:00
Philipp Winter
253a53d777 Add two 2024 papers. 2024-05-18 08:01:01 -05:00
Philipp Winter
e650fc9730
Merge pull request #37 from NullHypothesis/add-snowflake-paper
Add Snowflake paper from USENIX Security.
2024-05-14 07:00:24 -05:00
Philipp Winter
1b5c5deb54 Add Snowflake paper from USENIX Security. 2024-05-14 06:59:08 -05:00
Philipp Winter
0b50e80df8
Merge pull request #36 from NullHypothesis/improve-styling
Improve style.
2024-03-30 08:03:29 -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
f8cb01da23
Merge pull request #35 from NullHypothesis/add-sp24-paper
Add S&P'24 paper.
2024-03-21 13:55:00 -05:00
Philipp Winter
7b245c2d0c Add S&P'24 paper. 2024-03-21 13:53:15 -05:00
Philipp Winter
b5a1da007f
Merge pull request #34 from NullHypothesis/add-pam-paper
Add PAM'24 paper.
2024-03-17 08:46:04 -05:00
Philipp Winter
490e597487 Add PAM'24 paper. 2024-03-17 08:29:50 -05:00
Philipp Winter
e6a695bd2b
Merge pull request #33 from NullHypothesis/update-imgs
Update favicons.
2024-03-15 07:39:50 -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
762ad775db
Merge pull request #32 from NullHypothesis/add-pets-paper
Add PoPETs'24 paper.
2024-03-11 21:49:57 -05:00
Philipp Winter
22611d8c00 Add PoPETs'24 paper. 2024-03-11 15:21:18 -05:00
Philipp Winter
d97e12bcd7
Merge pull request #31 from NullHypothesis/improve-workflow
Only run the build for pull requests.
2024-03-10 15:10:51 -05:00
Philipp Winter
1b540a56e5 Only run the build for pull requests.
No need to run it for every single push.
2024-03-10 15:09:33 -05:00
Philipp Winter
0904fc92aa
Merge pull request #30 from NullHypothesis/re-add-open-access
Re-add the open access logo.
2024-03-10 14:49:29 -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
447aca7411
Merge pull request #29 from NullHypothesis/fix-branch-name
Replace "main" with "master".
2024-03-10 14:40:06 -05:00
Philipp Winter
6eed967a62 Replace "main" with "master".
...the gift that keeps on giving.
2024-03-10 14:39:23 -05:00
Philipp Winter
0b6064c6f3
Merge pull request #28 from NullHypothesis/auto-deploy
Automatically deploy CensorBib.
2024-03-10 14:36:04 -05:00
Philipp Winter
3bcd6f3470 Add .gitignore. 2024-03-10 12:08:10 -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
bd046c6a76 Delete now-unused files. 2024-03-10 12:08:10 -05:00
Philipp Winter
e810813681 Update README.
Remove now-obsolete text and add contribution guidelines.
2024-03-10 12:08:10 -05:00
Philipp Winter
1eeb1267b3 Add workflows to build and deploy.
This commit adds two GitHub workflows that build and deploy CensorBib.

The "build" workflow is run on every push and verifies the validity of
the .bib file -- as seen by our build tool and *not* by LaTeX!

The "deploy" workflow is run whenenver a branch is merged into master,
at which point CensorBib is automatically built and deployed via GitHub
pages.  This means has two advantages:

* First, I no longer need to manually build and deploy CensorBib, and
  can point the domain censorbib.nymity.ch to GitHub pages.

* Second, CensorBib will also be available under
  https://nullhypothesis.github.io/censorbib/
  which may be helpful to users for who my domain is blocked.
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
Philipp Winter
d432134ed4
Merge pull request #26 from NullHypothesis/harmonize-authors
Harmonize authors.
2024-03-09 14:40:18 -06:00
Philipp Winter
6fc99bb5b7 Use "John Doe" instead of "Doe, John" format. 2024-03-09 14:38:02 -06:00
Philipp Winter
db786ea613 Use Unicode for author names. 2024-03-09 14:03:16 -06:00
Philipp Winter
9e60f47fee Add CCNC'24 paper. 2024-02-25 08:04:13 -06:00
Philipp Winter
f423d687d6 Fix typo. 2024-02-25 07:53:54 -06:00
Philipp Winter
451c5c72d9
Merge pull request #25 from gfw-report/master
Add five FOCI'24 papers and correct the year of a publication
2024-02-24 15:29:49 -06:00
gfw-report
7353b1428c Update the last update date. 2024-02-24 00:00:00 +00:00
gfw-report
8a878db470 Fix many typos pointed out by Philipp.
Thank you for your careful review, @NullHypothesis!
2024-02-24 00:00:00 +00:00
gfw-report
c72ae86aea Fix a typo.
Thanks to @gaukas for spotting the typo.
2024-02-17 00:00:00 +00:00
gfw-report
53deeda258 Add one DNSS'24 paper. 2024-02-16 00:00:00 +00:00
gfw-report
e8a6a32375 Update the last update date. 2024-02-16 00:00:00 +00:00
gfw-report
602c1c9d79 Add five FOCI'24 papers.
* Homepage: https://foci.community/foci24.html
* Publications: https://www.petsymposium.org/foci/2024/
* Discussion group: https://github.com/net4people/bbs/issues/329
2024-02-16 00:00:00 +00:00
gfw-report
8931902416 Fix Xue2023b -> Xue2024a. 2024-02-16 00:00:00 +00:00
Philipp Winter
2744da5a0e Fix identifier collision. 2023-12-02 16:49:23 -06:00
Philipp Winter
0fe5eb819e Merge branch 'master' of github.com:NullHypothesis/censorbib 2023-12-02 16:46:19 -06:00
Philipp Winter
bad6b65c1a
Merge pull request #24 from gfw-report/master
Add one S&P'24 paper, one NDSS'24 paper, and one USENIX Security'24 paper.
2023-12-02 16:45:52 -06:00
Philipp Winter
9c24065173
Merge branch 'master' into master 2023-12-02 16:45:34 -06:00