corrected bibtex interaction
All checks were successful
Next.js App CI / docker (push) Successful in 8m25s
All checks were successful
Next.js App CI / docker (push) Successful in 8m25s
This commit is contained in:
@@ -35,12 +35,10 @@ export function getPublicationsData(): Publication[] {
|
||||
: ''}},
|
||||
`;
|
||||
} else {
|
||||
if (Array.isArray(value)) {
|
||||
bibtexEntryString += ` ${key} = {${value.join(" ")}},
|
||||
bibtexEntryString += ` ${key} = {${value}},
|
||||
`;
|
||||
}
|
||||
}
|
||||
}
|
||||
bibtexEntryString += `}`
|
||||
|
||||
const journalField = entry.fields.booktitle || entry.fields.journal;
|
||||
|
||||
Reference in New Issue
Block a user