Skip to content

Commit 41afe32

Browse files
authored
Merge pull request #44 from PathwayCommons/add-back-journal
Add back journal field to data.
2 parents a442906 + 113fe11 commit 41afe32

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)