Skip to content

Commit 7b7c3c4

Browse files
committed
Fix bib and add country to affiliations
1 parent bff3b9c commit 7b7c3c4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

paper/paper.bib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ @article{IEEE754:2008
1111
}
1212

1313
@misc{boost,
14-
author = {Boost Authors},
14+
author = {{Boost Authors}},
1515
title = {Boost C++ Libraries Version},
1616
year = {2025},
1717
publisher = {GitHub},
@@ -20,7 +20,7 @@ @misc{boost
2020
}
2121

2222
@misc{ibm_libdfp,
23-
author = {IBM Corporation},
23+
author = {{IBM Corporation}},
2424
title = {Decimal Floating Point C Library},
2525
year = {2010},
2626
publisher = {GitHub},
@@ -29,7 +29,7 @@ @misc{ibm_libdfp
2929
}
3030

3131
@misc{intel_dfp,
32-
author = {Intel Corporation},
32+
author = {{Intel Corporation}},
3333
title = {Intel(R) Decimal Floating-Point Math Library v2.3},
3434
year = {2023},
3535
publisher = {netlib},

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
- name: Christopher Kormanyos
1010
affiliation: 2
1111
affiliations:
12-
- name: The C++ Alliance
12+
- name: The C++ Alliance, United States
1313
index: 1
1414
- name: Independent Researcher, Germany
1515
index: 2

0 commit comments

Comments
 (0)