* [PATCH 1/8] bib/WFS: Add 'eprint' field to DanAlitarh2013PracticalProgress
2017-01-29 15:26 [PATCH 0/8] Bibliography update round 3 Akira Yokosawa
@ 2017-01-29 15:27 ` Akira Yokosawa
2017-01-29 15:28 ` [PATCH 2/8] bib/swtools: Fix url of SaeedDehnadi2009SheepGoats Akira Yokosawa
` (7 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Akira Yokosawa @ 2017-01-29 15:27 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From 50b85227c26de44aa0926d44067767f8d7a003f9 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sat, 5 Nov 2016 00:34:08 +0900
Subject: [PATCH 1/8] bib/WFS: Add 'eprint' field to DanAlitarh2013PracticalProgress
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/WFS.bib | 1 +
1 file changed, 1 insertion(+)
diff --git a/bib/WFS.bib b/bib/WFS.bib
index 2913043..43dfe3d 100644
--- a/bib/WFS.bib
+++ b/bib/WFS.bib
@@ -444,5 +444,6 @@ William N. {Scherer III} and Nir Shavit}
,Title="Are Lock-Free Concurrent Algorithms Practically Wait-Free?"
,month="December"
,year="2013"
+,eprint="1311.3200v2"
,note="ArXiv:1311.3200v2"
}
--
2.7.4
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 2/8] bib/swtools: Fix url of SaeedDehnadi2009SheepGoats
2017-01-29 15:26 [PATCH 0/8] Bibliography update round 3 Akira Yokosawa
2017-01-29 15:27 ` [PATCH 1/8] bib/WFS: Add 'eprint' field to DanAlitarh2013PracticalProgress Akira Yokosawa
@ 2017-01-29 15:28 ` Akira Yokosawa
2017-01-29 15:29 ` [PATCH 3/8] bib/WFS: Add doi to Herlihy93 Akira Yokosawa
` (6 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Akira Yokosawa @ 2017-01-29 15:28 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From b823ed348c5c8f8abb075886c6ac3d30ab06ed48 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sat, 12 Nov 2016 15:39:31 +0900
Subject: [PATCH 2/8] bib/swtools: Fix url of SaeedDehnadi2009SheepGoats
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/swtools.bib | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bib/swtools.bib b/bib/swtools.bib
index 7a2241d..cbf0612 100644
--- a/bib/swtools.bib
+++ b/bib/swtools.bib
@@ -276,7 +276,8 @@ Retracted in July 2014:
,numpages = {13}
,publisher = {Psychology of Programming Interest Group}
,address = {University of Limerick, Ireland}
-,url={http://www.ppig.org/papers/21st-muller.pdf}
+,url={http://www.ppig.org/papers/21st-dehnadi.pdf}
+,lastchecked="November 12, 2016"
}
@unpublished{RegBraithwaite2007FizzBuzz
--
2.7.4
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 3/8] bib/WFS: Add doi to Herlihy93
2017-01-29 15:26 [PATCH 0/8] Bibliography update round 3 Akira Yokosawa
2017-01-29 15:27 ` [PATCH 1/8] bib/WFS: Add 'eprint' field to DanAlitarh2013PracticalProgress Akira Yokosawa
2017-01-29 15:28 ` [PATCH 2/8] bib/swtools: Fix url of SaeedDehnadi2009SheepGoats Akira Yokosawa
@ 2017-01-29 15:29 ` Akira Yokosawa
2017-01-29 15:30 ` [PATCH 4/8] bib/syncrefs: Add doi to Kontothanassis97a Akira Yokosawa
` (5 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Akira Yokosawa @ 2017-01-29 15:29 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From 37c4141719c8771582a7b5c0b072a9493979307c Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 13 Nov 2016 08:45:11 +0900
Subject: [PATCH 3/8] bib/WFS: Add doi to Herlihy93
Also fix the title to match the article.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/WFS.bib | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bib/WFS.bib b/bib/WFS.bib
index 43dfe3d..a6f76b8 100644
--- a/bib/WFS.bib
+++ b/bib/WFS.bib
@@ -60,13 +60,14 @@ and Practice of Parallel Programming"
@article{Herlihy93
,author="Maurice Herlihy"
-,title="Implementing Highly Concurrent Data Objects"
+,title="A Methodology for Implementing Highly Concurrent Data Objects"
,Year="1993"
,Month="November"
,journal="{ACM} Transactions on Programming Languages and Systems"
,volume="15"
,number="5"
,pages="745-770"
+,doi="10.1145/161468.161469"
}
@techreport{JohnsonLockFreePerf93
--
2.7.4
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 4/8] bib/syncrefs: Add doi to Kontothanassis97a
2017-01-29 15:26 [PATCH 0/8] Bibliography update round 3 Akira Yokosawa
` (2 preceding siblings ...)
2017-01-29 15:29 ` [PATCH 3/8] bib/WFS: Add doi to Herlihy93 Akira Yokosawa
@ 2017-01-29 15:30 ` Akira Yokosawa
2017-01-30 19:58 ` Paul E. McKenney
2017-01-29 15:34 ` [PATCH 5/8] bib/TM: Fix doi of DBLomet1977SIGSOFT Akira Yokosawa
` (4 subsequent siblings)
8 siblings, 1 reply; 12+ messages in thread
From: Akira Yokosawa @ 2017-01-29 15:30 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From ab76f3f9691060ea7b88561e6027a9ee65857f45 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 13 Nov 2016 13:23:45 +0900
Subject: [PATCH 4/8] bib/syncrefs: Add doi to Kontothanassis97a
Also fix publication info to match what is found in ACM Digital
Library.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/syncrefs.bib | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bib/syncrefs.bib b/bib/syncrefs.bib
index aa2baad..073ada8 100644
--- a/bib/syncrefs.bib
+++ b/bib/syncrefs.bib
@@ -311,11 +311,12 @@ Symposium on Computer Architecture"
,author="Leonidas Kontothanassis and Robert W. Wisniewski and Michael L. Scott"
,title="Scheduler-Conscious Synchronization"
,Year="1997"
-,Month="January"
-,journal="Communications of the {ACM}"
+,Month="Feburuary"
+,journal="{ACM} Transactions on Computer Systems"
,volume="15"
,number="1"
,pages="3--40"
+,doi="10.1145/244764.244765"
}
@Conference{HubertusFrancke2002Futex
--
2.7.4
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [PATCH 4/8] bib/syncrefs: Add doi to Kontothanassis97a
2017-01-29 15:30 ` [PATCH 4/8] bib/syncrefs: Add doi to Kontothanassis97a Akira Yokosawa
@ 2017-01-30 19:58 ` Paul E. McKenney
2017-01-30 22:21 ` Akira Yokosawa
0 siblings, 1 reply; 12+ messages in thread
From: Paul E. McKenney @ 2017-01-30 19:58 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
On Mon, Jan 30, 2017 at 12:30:48AM +0900, Akira Yokosawa wrote:
> >From ab76f3f9691060ea7b88561e6027a9ee65857f45 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Sun, 13 Nov 2016 13:23:45 +0900
> Subject: [PATCH 4/8] bib/syncrefs: Add doi to Kontothanassis97a
>
> Also fix publication info to match what is found in ACM Digital
> Library.
>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> ---
> bib/syncrefs.bib | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/bib/syncrefs.bib b/bib/syncrefs.bib
> index aa2baad..073ada8 100644
> --- a/bib/syncrefs.bib
> +++ b/bib/syncrefs.bib
> @@ -311,11 +311,12 @@ Symposium on Computer Architecture"
> ,author="Leonidas Kontothanassis and Robert W. Wisniewski and Michael L. Scott"
> ,title="Scheduler-Conscious Synchronization"
> ,Year="1997"
> -,Month="January"
> -,journal="Communications of the {ACM}"
> +,Month="Feburuary"
I fixed this to "February" while applying to my private bibtex archive. ;-)
Thanx, Paul
> +,journal="{ACM} Transactions on Computer Systems"
> ,volume="15"
> ,number="1"
> ,pages="3--40"
> +,doi="10.1145/244764.244765"
> }
>
> @Conference{HubertusFrancke2002Futex
> --
> 2.7.4
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [PATCH 4/8] bib/syncrefs: Add doi to Kontothanassis97a
2017-01-30 19:58 ` Paul E. McKenney
@ 2017-01-30 22:21 ` Akira Yokosawa
0 siblings, 0 replies; 12+ messages in thread
From: Akira Yokosawa @ 2017-01-30 22:21 UTC (permalink / raw)
To: paulmck; +Cc: perfbook, Akira Yokosawa
On 2017/01/30 11:58:55 -0800, Paul E. McKenney wrote:
> On Mon, Jan 30, 2017 at 12:30:48AM +0900, Akira Yokosawa wrote:
>> >From ab76f3f9691060ea7b88561e6027a9ee65857f45 Mon Sep 17 00:00:00 2001
>> From: Akira Yokosawa <akiyks@gmail.com>
>> Date: Sun, 13 Nov 2016 13:23:45 +0900
>> Subject: [PATCH 4/8] bib/syncrefs: Add doi to Kontothanassis97a
>>
>> Also fix publication info to match what is found in ACM Digital
>> Library.
>>
>> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
>> ---
>> bib/syncrefs.bib | 5 +++--
>> 1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/bib/syncrefs.bib b/bib/syncrefs.bib
>> index aa2baad..073ada8 100644
>> --- a/bib/syncrefs.bib
>> +++ b/bib/syncrefs.bib
>> @@ -311,11 +311,12 @@ Symposium on Computer Architecture"
>> ,author="Leonidas Kontothanassis and Robert W. Wisniewski and Michael L. Scott"
>> ,title="Scheduler-Conscious Synchronization"
>> ,Year="1997"
>> -,Month="January"
>> -,journal="Communications of the {ACM}"
>> +,Month="Feburuary"
>
> I fixed this to "February" while applying to my private bibtex archive. ;-)
Oops, thanks for the fix!
Akira
>
> Thanx, Paul
>
>> +,journal="{ACM} Transactions on Computer Systems"
>> ,volume="15"
>> ,number="1"
>> ,pages="3--40"
>> +,doi="10.1145/244764.244765"
>> }
>>
>> @Conference{HubertusFrancke2002Futex
>> --
>> 2.7.4
>>
>>
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 5/8] bib/TM: Fix doi of DBLomet1977SIGSOFT
2017-01-29 15:26 [PATCH 0/8] Bibliography update round 3 Akira Yokosawa
` (3 preceding siblings ...)
2017-01-29 15:30 ` [PATCH 4/8] bib/syncrefs: Add doi to Kontothanassis97a Akira Yokosawa
@ 2017-01-29 15:34 ` Akira Yokosawa
2017-01-29 15:35 ` [PATCH 6/8] bib/TM: Correct url of YujieLiu2011ToxicTransactions Akira Yokosawa
` (3 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Akira Yokosawa @ 2017-01-29 15:34 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From 88436828ca2e23c48dbecf883284b6d081a1c668 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 13 Nov 2016 15:25:47 +0900
Subject: [PATCH 5/8] bib/TM: Fix doi of DBLomet1977SIGSOFT
Also append redirect info in case the redirection stop working.
They are ignored by alphapf style.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/TM.bib | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/bib/TM.bib b/bib/TM.bib
index f175966..9ec6214 100644
--- a/bib/TM.bib
+++ b/bib/TM.bib
@@ -7,12 +7,15 @@
,Number={2}
,issn={0163-5948}
,pages="128--137"
-,doi={10.1145/390017.808319}
+,doi={10.1145/390019.808319}
,publisher={ACM}
,address={New York, NY, USA}
-,note="Available:
+,note="URL:
\url{http://portal.acm.org/citation.cfm?id=808319#}
-[Viewed June 27, 2008]"
+"
+,lastchecked="June 27, 2008"
+,redirected="http://dl.acm.org/citation.cfm?id=808319"
+,redirectchecked="November 13, 2016"
}
@conference{CMohan1992LessOptimism
--
2.7.4
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 6/8] bib/TM: Correct url of YujieLiu2011ToxicTransactions
2017-01-29 15:26 [PATCH 0/8] Bibliography update round 3 Akira Yokosawa
` (4 preceding siblings ...)
2017-01-29 15:34 ` [PATCH 5/8] bib/TM: Fix doi of DBLomet1977SIGSOFT Akira Yokosawa
@ 2017-01-29 15:35 ` Akira Yokosawa
2017-01-29 15:35 ` [PATCH 7/8] bib/hw: Add doi to TrevorMudge2000Power Akira Yokosawa
` (2 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Akira Yokosawa @ 2017-01-29 15:35 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From d72467f0d44b847f4bddd358bd741755d4539000 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 13 Nov 2016 15:43:04 +0900
Subject: [PATCH 6/8] bib/TM: Correct url of YujieLiu2011ToxicTransactions
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/TM.bib | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bib/TM.bib b/bib/TM.bib
index 9ec6214..07b39e2 100644
--- a/bib/TM.bib
+++ b/bib/TM.bib
@@ -847,7 +847,8 @@ for Programming Languages and Operating Systems (ASPLOS '09)"
,day="5"
,publisher="ACM SIGPLAN"
,location="San Jose, CA, USA"
-,url="http://www.cs.purdue.edu/transact11/web/presentations/Pohlack-slides.pdf"
+,url="https://www.cs.purdue.edu/transact11/web/papers/Liu.pdf"
+,lastchecked="November 13, 2016"
}
@inproceedings{EgeAkpinar2011HTM2TLE
--
2.7.4
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 7/8] bib/hw: Add doi to TrevorMudge2000Power
2017-01-29 15:26 [PATCH 0/8] Bibliography update round 3 Akira Yokosawa
` (5 preceding siblings ...)
2017-01-29 15:35 ` [PATCH 6/8] bib/TM: Correct url of YujieLiu2011ToxicTransactions Akira Yokosawa
@ 2017-01-29 15:35 ` Akira Yokosawa
2017-01-29 15:37 ` [PATCH 8/8] bib/parallelsys: Fix typo of OpenMPI2008's title Akira Yokosawa
2017-01-30 20:05 ` [PATCH 0/8] Bibliography update round 3 Paul E. McKenney
8 siblings, 0 replies; 12+ messages in thread
From: Akira Yokosawa @ 2017-01-29 15:35 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From b0677c29afc3b790b3452e1606107d458c9f2268 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Mon, 14 Nov 2016 09:24:46 +0900
Subject: [PATCH 7/8] bib/hw: Add doi to TrevorMudge2000Power
Also fix volume no. and year of publication.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/hw.bib | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bib/hw.bib b/bib/hw.bib
index f996b35..7ed7381 100644
--- a/bib/hw.bib
+++ b/bib/hw.bib
@@ -674,12 +674,13 @@ Luis Stevens and Anoop Gupta and John Hennessy"
@article{TrevorMudge2000Power
,author="Trevor Mudge"
,title="{POWER}: A First-Class Architectural Design Constraint"
-,Year="2000"
+,Year="2001"
,journal="IEEE Computer"
-,volume="33"
+,volume="34"
,number="4"
,month="April"
,pages="52-58"
+,doi="10.1109/2.917539"
}
--
2.7.4
^ permalink raw reply related [flat|nested] 12+ messages in thread* [PATCH 8/8] bib/parallelsys: Fix typo of OpenMPI2008's title
2017-01-29 15:26 [PATCH 0/8] Bibliography update round 3 Akira Yokosawa
` (6 preceding siblings ...)
2017-01-29 15:35 ` [PATCH 7/8] bib/hw: Add doi to TrevorMudge2000Power Akira Yokosawa
@ 2017-01-29 15:37 ` Akira Yokosawa
2017-01-30 20:05 ` [PATCH 0/8] Bibliography update round 3 Paul E. McKenney
8 siblings, 0 replies; 12+ messages in thread
From: Akira Yokosawa @ 2017-01-29 15:37 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From f49e93ec4178feeb7b7fdbeb4291051541daf9de Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sat, 19 Nov 2016 14:26:37 +0900
Subject: [PATCH 8/8] bib/parallelsys: Fix typo in OpenMPI2008's title
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
bib/parallelsys.bib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bib/parallelsys.bib b/bib/parallelsys.bib
index 3346c9d..1f1b1f2 100644
--- a/bib/parallelsys.bib
+++ b/bib/parallelsys.bib
@@ -275,7 +275,7 @@ and Victor Basili"
@unpublished{OpenMPI2008
,author="{The Open MPI Project}"
-,title="{MySQL Downloads}"
+,title="{Open MPI}"
,Year="2008"
,Month="November"
,Day="26"
--
2.7.4
^ permalink raw reply related [flat|nested] 12+ messages in thread* Re: [PATCH 0/8] Bibliography update round 3
2017-01-29 15:26 [PATCH 0/8] Bibliography update round 3 Akira Yokosawa
` (7 preceding siblings ...)
2017-01-29 15:37 ` [PATCH 8/8] bib/parallelsys: Fix typo of OpenMPI2008's title Akira Yokosawa
@ 2017-01-30 20:05 ` Paul E. McKenney
8 siblings, 0 replies; 12+ messages in thread
From: Paul E. McKenney @ 2017-01-30 20:05 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
On Mon, Jan 30, 2017 at 12:26:05AM +0900, Akira Yokosawa wrote:
> >From f49e93ec4178feeb7b7fdbeb4291051541daf9de Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Sun, 29 Jan 2017 19:57:24 +0900
> Subject: [PATCH 0/8] Bibliography update round 3
>
> Hi Paul,
>
> In this patch set, I picked up updates which contain some fixes
> other than just appending url or doi.
> They seem OK to me, but I want you to check yourself.
>
> The "eprint" field appended in patch 1 is a field whose support has been
> added to alphapf style by "urlbst" package. This is the first entry
> it is utilized.
Applied, and thank you for your attention to detail!
Thanx, Paul
> Thanks, Akira
> --
> Akira Yokosawa (8):
> bib/WFS: Add 'eprint' field to DanAlitarh2013PracticalProgress
> bib/swtools: Fix url of SaeedDehnadi2009SheepGoats
> bib/WFS: Add doi to Herlihy93
> bib/syncrefs: Add doi to Kontothanassis97a
> bib/TM: Fix doi of DBLomet1977SIGSOFT
> bib/TM: Correct url of YujieLiu2011ToxicTransactions
> bib/hw: Add doi to TrevorMudge2000Power
> bib/parallelsys: Fix typo of OpenMPI2008's title
>
> bib/TM.bib | 12 ++++++++----
> bib/WFS.bib | 4 +++-
> bib/hw.bib | 5 +++--
> bib/parallelsys.bib | 2 +-
> bib/swtools.bib | 3 ++-
> bib/syncrefs.bib | 5 +++--
> 6 files changed, 20 insertions(+), 11 deletions(-)
>
> --
> 2.7.4
>
^ permalink raw reply [flat|nested] 12+ messages in thread