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,10 +35,8 @@ export function getPublicationsData(): Publication[] {
|
|||||||
: ''}},
|
: ''}},
|
||||||
`;
|
`;
|
||||||
} else {
|
} else {
|
||||||
if (Array.isArray(value)) {
|
bibtexEntryString += ` ${key} = {${value}},
|
||||||
bibtexEntryString += ` ${key} = {${value.join(" ")}},
|
|
||||||
`;
|
`;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
bibtexEntryString += `}`
|
bibtexEntryString += `}`
|
||||||
|
|||||||
Reference in New Issue
Block a user