We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ad77d6 + 41afe32 commit 531e02fCopy full SHA for 531e02f
1 file changed
src/data-search.js
@@ -68,6 +68,7 @@ export async function getData () {
68
for (const paper of papers) {
69
const finalURL = `https://www.${paper.server}.org/content/${paper.doi}v${paper.version}`;
70
paper.finalURL = finalURL;
71
+ paper.journal = paper.server;
72
}
73
return _.assign({}, config, { papers });
74
};
0 commit comments