[PATCH -perfbook 1/5] bib: Replace citeseer{x} URLs

Akira Yokosawa <[email protected]> Thu, 29 Aug 2024 10:54:20 +0900
Newsgroups org.kernel.vger.perfbook
Message-ID <[email protected]>
Lots of URLs at citeseer and citeseerx.ist.psu.edu have stopped
working at least since December 2023.

There is an open issue titled "Error 502s using direct links or
the search form" at https://github.com/SeerLabs/CiteSeerX/issues/84,
which has got no response for more than 8 month.

As there is no sign of the issue resolved soon, replace those URLs
with direct links or DOIs.

For a USENIX paper who has a DOI, provide a URL under www.usenix.org
as a notes as well.

Signed-off-by: Akira Yokosawa <[email protected]>
---
 bib/RCU.bib      |  2 +-
 bib/WFS.bib      |  4 +---
 bib/hw.bib       |  2 +-
 bib/os.bib       | 11 ++++++-----
 bib/syncrefs.bib |  2 +-
 5 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/bib/RCU.bib b/bib/RCU.bib
index 0d188b99..9ec242e6 100644
--- a/bib/RCU.bib
+++ b/bib/RCU.bib
@@ -1732,7 +1732,7 @@ lot of {Linux} into your technology!!!",
  title="Read-Copy-Update for OpenSolaris",
  school="Charles University in Prague",
  year="2010",
- url="https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.185.1547&rep=rep1&type=pdf",
+ url="http://hdl.handle.net/20.500.11956/61313",
 }
 
 @unpublished{LinusTorvalds2011Linux2:6:38:rc1:NPigginVFS,
diff --git a/bib/WFS.bib b/bib/WFS.bib
index 1b153523..89227822 100644
--- a/bib/WFS.bib
+++ b/bib/WFS.bib
@@ -89,9 +89,7 @@ and Practice of Parallel Programming",
  booktitle = "International Conference on Distributed Computing Systems",
  pages = "264--273",
  year = "1993",
- url="Available:
-\url{http://citeseer.ist.psu.edu/cache/papers/cs/3947/ftp:zSzzSzftp.cs.cmu.eduzSzprojectzSzmachzSzdoczSzpublishedzSznon-blocking.pdf/bershad93practical.pdf}
-[Viewed March 1, 2005]",
+ doi = "10.1109/ICDCS.1993.287700",
 }
 
 @article{Kirousis94,
diff --git a/bib/hw.bib b/bib/hw.bib
index 5ddf0a39..63cc906e 100644
--- a/bib/hw.bib
+++ b/bib/hw.bib
@@ -106,7 +106,7 @@ and Zurek",
  number = "2/3",
  pages = "72-109",
  Year = "1994",
- url = "citeseer.ist.psu.edu/alpern92uniform.html",
+ doi = "10.1007/BF01185206",
 }
 
 @Book{IEEE1596SCI91,
diff --git a/bib/os.bib b/bib/os.bib
index a9666f94..75e5a9bb 100644
--- a/bib/os.bib
+++ b/bib/os.bib
@@ -266,7 +266,7 @@ Systems Principles ({SOSP})",
  number="5",
  pages="191--201",
  year="1989",
- url="citeseer.ist.psu.edu/massalin95threads.html",
+ doi="10.1145/74850.74869",
 }
 
 @Techreport{Massalin91,
@@ -562,7 +562,8 @@ Design and Implementation (OSDI)",
  Month="November",
  Year="1994",
  pages="179-193",
- url="citeseer.ist.psu.edu/cheriton94caching.html",
+ doi="10.1145/202453.202476",
+ note="Available: \url{https://www.usenix.org/conference/osdi-94/caching-model-operating-system-kernel-functionality}",
 }
 
 @Inproceedings{Cheriton96a,
@@ -687,8 +688,7 @@ Self-Healing Systems)",
 ({USENIX'01})",
  pages = "217-230",
  year = "2001",
- note="Available: \url{http://citeseer.ist.psu.edu/cache/papers/cs/21999/http:zSzzSzos.inf.tu-dresden.dezSzpapers_pszSzusenix2001.pdf/hohmuth01pragmatic.pdf}
-[Viewed January 30, 2005]",
+ url = "https://www.usenix.org/conference/2001-usenix-annual-technical-conference/pragmatic-nonblocking-synchronization-real-time",
 }
 
 
@@ -1240,7 +1240,8 @@ Placement",
  booktitle = "{USENIX} Summer Technical Conference",
  pages = "87-98",
  year = "1994",
- url = "citeseer.nj.nec.com/bonwick94slab.html",
+ url = "https://www.usenix.org/legacy/publications/library/proceedings/bos94/bonwick.html",
+ acmurl = "https://dl.acm.org/doi/10.5555/1267257.1267263",
 }
 
 @inproceedings{Bonwick01slab,
diff --git a/bib/syncrefs.bib b/bib/syncrefs.bib
index 92d9d1ff..2957ed64 100644
--- a/bib/syncrefs.bib
+++ b/bib/syncrefs.bib
@@ -364,7 +364,7 @@ Technology Symposium},
  pages={43--56},
  address={San Jose, CA},
  month="May~6-7",
- url={citeseer.ist.psu.edu/uhlig04towards.html},
+ url="https://www.usenix.org/legacy/events/vm04/tech/full_papers/uhlig/uhlig.pdf",
 }
 
 @phdthesis{BilgeEbruSaglamAkgul,
-- 
2.34.1