We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a442906 + 113fe11 commit 41afe32Copy full SHA for 41afe32
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