File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ @inproceedings{Bocovich2024a
25
25
publisher = { USENIX} ,
26
26
year = { 2024} ,
27
27
url = { https://www.usenix.org/system/files/sec24fall-prepub-1998-bocovich.pdf} ,
28
- net4people_url = { https://github.com/net4people/bbs/issues/366} ,
28
+ discussion_url = { https://github.com/net4people/bbs/issues/366} ,
29
29
}
30
30
31
31
@inproceedings {Moon2024a ,
@@ -91,7 +91,7 @@ @inproceedings{Sakamoto2024a
91
91
publisher = { } ,
92
92
year = { 2024} ,
93
93
url = { https://www.petsymposium.org/foci/2024/foci-2024-0002.pdf} ,
94
- net4people_url = { https://github.com/net4people/bbs/issues/367} ,
94
+ discussion_url = { https://github.com/net4people/bbs/issues/367} ,
95
95
}
96
96
97
97
@inproceedings {Chi2024a ,
Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ func makeBibEntryTitle(entry *bibEntry) string {
75
75
func makeIcons (entry * bibEntry ) []string {
76
76
var icons = []string {`<span class="icons">` }
77
77
78
- // Not all references have a corresponding net4people discussion but if they
79
- // do, add an icon.
80
- if field , ok := entry .Fields ["net4people_url " ]; ok {
78
+ // Not all references have a corresponding discussion (e.g., on net4people)
79
+ // but if they do, add an icon.
80
+ if field , ok := entry .Fields ["discussion_url " ]; ok {
81
81
s := fmt .Sprintf ("<a href='%s'>" , field .String ()) +
82
- `<img class="icon" title="net4people discussion" src="assets/discussion-icon.svg" alt="Discussion icon">` +
82
+ `<img class="icon" title="Online discussion" src="assets/discussion-icon.svg" alt="Discussion icon">` +
83
83
`</a>`
84
84
icons = append (icons , s )
85
85
}
You can’t perform that action at this time.
0 commit comments