Commit graph

260 commits

Author SHA1 Message Date
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
Philipp Winter
ff8a41032b Fix capitalization. 2023-12-02 16:39:32 -06:00
Philipp Winter
8b23a43ea3
Merge pull request #22 from anadahz/master
Add one article
2023-12-02 16:32:54 -06:00
gfw-report
94f72f2ae9 Add one USENIX Security'24 paper. 2023-12-02 00:00:00 +00:00
gfw-report
6d0bac049e Update the "Last update" date. 2023-11-30 00:00:00 +00:00
gfw-report
029558ee7c Add one NDSS'24 paper.
Homepage: https://www.robgjansen.com/publications/precisedetect-ndss2024.html
Reading group: https://github.com/net4people/bbs/issues/312
2023-11-30 00:00:00 +00:00
gfw-report
c8053396f7 Add one S&P'24 paper. 2023-11-30 00:00:00 +00:00
anadahz
14df3b738d Add one article 2023-10-05 17:44:20 +03:00
Philipp Winter
2edf7b4b25
Merge pull request #21 from gfw-report/master
Add one technical report.
2023-09-15 14:20:33 -05:00
gfw-report
c285c85621 Add one technical report.
source: https://www.bamsoftware.com/papers/fep-flaws/
discussion: https://github.com/net4people/bbs/issues/287
2023-09-15 00:00:00 +00:00
Philipp Winter
cd1b678a37 Fix broken URLs. 2023-08-23 15:40:47 -05:00
Philipp Winter
b1e47710ad Add SIGCOMM'23 paper. 2023-08-23 15:38:21 -05:00
Philipp Winter
7c1ad425b5 Merge branch 'master' of github.com:NullHypothesis/censorbib 2023-07-27 12:04:14 -05:00
Philipp Winter
fa82a4b7a4
Merge pull request #20 from np-tokumei/master
Update references.bib
2023-07-27 11:54:49 -05:00
Phong
fda430bb34
format consistency 2023-07-24 10:38:58 -05:00
Phong
e5e7221a2d
format consistency 2023-07-24 10:37:43 -05:00
Phong
037f2663f9
Update references.bib
Add recent papers from WWW, USENIX, and KDD
2023-07-22 18:30:55 -05:00
Philipp Winter
0a48de8d64 Add bracket that went missing in merge. 2023-07-16 16:34:21 -05:00
Philipp Winter
c5c9475e5e
Merge pull request #19 from gfw-report/master
Add eight FOCI'23 papers.
2023-07-16 16:32:44 -05:00
Philipp Winter
022d552f4c
Merge branch 'master' into master 2023-07-16 16:32:33 -05:00
Philipp Winter
f221d8414f Update 'last updated' field. 2023-07-16 16:28:39 -05:00