* [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries
@ 2023-08-12 8:41 Akira Yokosawa
2023-08-12 8:43 ` [PATCH -perfbook 2/4] bib/hw: Salvage URL of MIPSvII-A-2016 Akira Yokosawa
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Akira Yokosawa @ 2023-08-12 8:41 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
Museum Victoria Australia's web site was reorganized in 2020.
It has a nice "CSIRAC Collection" page now.
The page at University of Melboune was also expanded in 2017.
Update their bibliographic info.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/hw.bib | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/bib/hw.bib b/bib/hw.bib
index 164af19a5ebf..6b35552ba94f 100644
--- a/bib/hw.bib
+++ b/bib/hw.bib
@@ -145,20 +145,20 @@ and technical workloads.
@unpublished{CSIRACMuseumVictoria,
Author="{Museum Victoria Australia}",
- Title="{CSIRAC}: {Australia's} First Computer",
- year="2004",
+ Title="{CSIRAC} Collection",
+ year="2020?",
note="URL:
-\url{http://museumvictoria.com.au/csirac/}",
- lastchecked="November 14, 2016",
+\url{https://collections.museumsvictoria.com.au/articles/3145}",
+ lastchecked="August 10, 2023",
}
@unpublished{CSIRACUniversityMelbourne,
Author="{Department of Computing and Information Systems, University
of Melbourne}",
- Title="{CSIRAC}",
- year="2006",
+ Title="{CSIRAC}: Our first computer",
+ year="2017?",
note="\url{https://cis.unimelb.edu.au/about/csirac/}",
- lastchecked="February 27, 2021",
+ lastchecked="August 10, 2023",
}
@unpublished{z80Wikipedia,
base-commit: 11e363b6d3d9c6df03067807beff2262d0654a69
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH -perfbook 2/4] bib/hw: Salvage URL of MIPSvII-A-2016
2023-08-12 8:41 [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries Akira Yokosawa
@ 2023-08-12 8:43 ` Akira Yokosawa
2023-08-12 8:44 ` [PATCH -perfbook 3/4] bib/hw: Salvage URL of HewlettPackard05a from archive.org Akira Yokosawa
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Akira Yokosawa @ 2023-08-12 8:43 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
The landing page at the old URL has disappeared.
Use the direct link to AWS instead.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/hw.bib | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bib/hw.bib b/bib/hw.bib
index 6b35552ba94f..70073f786ec2 100644
--- a/bib/hw.bib
+++ b/bib/hw.bib
@@ -555,7 +555,8 @@ Set Reference Manual",
organization="{Wave Computing, Inc.}",
year="2016",
number="MD00087 Rev. 6.06",
- note={URL: \url{https://www.mips.com/downloads/the-mips64-instruction-set-v6-06/}},
+ note={URL: \url{https://s3-eu-west-1.amazonaws.com/downloads-mips/documents/MD00087-2B-MIPS64BIS-AFP-6.06.pdf}},
+ lastchecked="August 10, 2023",
}
@manual{MIPSvII-A-2017,
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH -perfbook 3/4] bib/hw: Salvage URL of HewlettPackard05a from archive.org
2023-08-12 8:41 [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries Akira Yokosawa
2023-08-12 8:43 ` [PATCH -perfbook 2/4] bib/hw: Salvage URL of MIPSvII-A-2016 Akira Yokosawa
@ 2023-08-12 8:44 ` Akira Yokosawa
2023-08-12 8:50 ` [PATCH -perfbook 4/4] bib/hw: Declare URL of MichaelLyons05a as broken Akira Yokosawa
2023-08-12 22:57 ` [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries Paul E. McKenney
3 siblings, 0 replies; 5+ messages in thread
From: Akira Yokosawa @ 2023-08-12 8:44 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/hw.bib | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/bib/hw.bib b/bib/hw.bib
index 70073f786ec2..905e3f7d9ebe 100644
--- a/bib/hw.bib
+++ b/bib/hw.bib
@@ -285,9 +285,8 @@ System Programming",
Author="{Hewlett Packard}",
Title="{HP} {OpenVMS} Systems Documentation",
year="2005",
- note="Available:
-\url{http://h71000.www7.hp.com/doc/72final/4515/4515pro_contents.html}
-[Viewed: February 27, 2005]",
+ note="Archived at
+\url{https://web.archive.org/web/20040907082451/http://h71000.www7.hp.com/doc/72final/4515/4515pro_contents.html}",
}
@book{ALPHA95,
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH -perfbook 4/4] bib/hw: Declare URL of MichaelLyons05a as broken
2023-08-12 8:41 [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries Akira Yokosawa
2023-08-12 8:43 ` [PATCH -perfbook 2/4] bib/hw: Salvage URL of MIPSvII-A-2016 Akira Yokosawa
2023-08-12 8:44 ` [PATCH -perfbook 3/4] bib/hw: Salvage URL of HewlettPackard05a from archive.org Akira Yokosawa
@ 2023-08-12 8:50 ` Akira Yokosawa
2023-08-12 22:57 ` [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries Paul E. McKenney
3 siblings, 0 replies; 5+ messages in thread
From: Akira Yokosawa @ 2023-08-12 8:50 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
Looks like there is no way to see the article of 2005.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
web.archive.org doesn't help here...
--
bib/hw.bib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bib/hw.bib b/bib/hw.bib
index 905e3f7d9ebe..b0885e746d2f 100644
--- a/bib/hw.bib
+++ b/bib/hw.bib
@@ -380,7 +380,7 @@ System Programming",
month="November",
year="2005",
day="16",
- note="\url{http://www.ibm.com/developerworks/systems/articles/powerpc.html}",
+ note="\nolinkurl{http://www.ibm.com/developerworks/systems/articles/powerpc.html} [broken, August 2023]",
}
@unpublished{IBMzSeries04a,
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries
2023-08-12 8:41 [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries Akira Yokosawa
` (2 preceding siblings ...)
2023-08-12 8:50 ` [PATCH -perfbook 4/4] bib/hw: Declare URL of MichaelLyons05a as broken Akira Yokosawa
@ 2023-08-12 22:57 ` Paul E. McKenney
3 siblings, 0 replies; 5+ messages in thread
From: Paul E. McKenney @ 2023-08-12 22:57 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
On Sat, Aug 12, 2023 at 05:41:36PM +0900, Akira Yokosawa wrote:
> Museum Victoria Australia's web site was reorganized in 2020.
> It has a nice "CSIRAC Collection" page now.
> The page at University of Melboune was also expanded in 2017.
>
> Update their bibliographic info.
>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Very nice!!! Queued and pushed, thank you!
Thanx, Paul
> ---
> bib/hw.bib | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/bib/hw.bib b/bib/hw.bib
> index 164af19a5ebf..6b35552ba94f 100644
> --- a/bib/hw.bib
> +++ b/bib/hw.bib
> @@ -145,20 +145,20 @@ and technical workloads.
>
> @unpublished{CSIRACMuseumVictoria,
> Author="{Museum Victoria Australia}",
> - Title="{CSIRAC}: {Australia's} First Computer",
> - year="2004",
> + Title="{CSIRAC} Collection",
> + year="2020?",
> note="URL:
> -\url{http://museumvictoria.com.au/csirac/}",
> - lastchecked="November 14, 2016",
> +\url{https://collections.museumsvictoria.com.au/articles/3145}",
> + lastchecked="August 10, 2023",
> }
>
> @unpublished{CSIRACUniversityMelbourne,
> Author="{Department of Computing and Information Systems, University
> of Melbourne}",
> - Title="{CSIRAC}",
> - year="2006",
> + Title="{CSIRAC}: Our first computer",
> + year="2017?",
> note="\url{https://cis.unimelb.edu.au/about/csirac/}",
> - lastchecked="February 27, 2021",
> + lastchecked="August 10, 2023",
> }
>
> @unpublished{z80Wikipedia,
>
> base-commit: 11e363b6d3d9c6df03067807beff2262d0654a69
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-12 22:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12 8:41 [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries Akira Yokosawa
2023-08-12 8:43 ` [PATCH -perfbook 2/4] bib/hw: Salvage URL of MIPSvII-A-2016 Akira Yokosawa
2023-08-12 8:44 ` [PATCH -perfbook 3/4] bib/hw: Salvage URL of HewlettPackard05a from archive.org Akira Yokosawa
2023-08-12 8:50 ` [PATCH -perfbook 4/4] bib/hw: Declare URL of MichaelLyons05a as broken Akira Yokosawa
2023-08-12 22:57 ` [PATCH -perfbook 1/4] bib/hw: Update CSIRAC entries Paul E. McKenney
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.