Skip to content

Commit 531e02f

Browse files
committed
Merge branch 'main' into 27-categorize-article-collection-by-date
2 parents 6ad77d6 + 41afe32 commit 531e02f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/data-search.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export async function getData () {
6868
for (const paper of papers) {
6969
const finalURL = `https://www.${paper.server}.org/content/${paper.doi}v${paper.version}`;
7070
paper.finalURL = finalURL;
71+
paper.journal = paper.server;
7172
}
7273
return _.assign({}, config, { papers });
7374
};

0 commit comments

Comments
 (0)