20 lines
634 B
JavaScript
20 lines
634 B
JavaScript
module.exports = {
|
|
'nber.org': {
|
|
_name: 'National Bureau of Economic Research',
|
|
'.': [
|
|
{
|
|
title: 'New working paper',
|
|
docs: 'https://docs.rsshub.app/routes/en/journal#national-bureau-of-economic-research',
|
|
source: ['/papers'],
|
|
target: '/nber/news',
|
|
},
|
|
{
|
|
title: 'All working paper',
|
|
docs: 'https://docs.rsshub.app/routes/en/journal#national-bureau-of-economic-research',
|
|
source: ['/papers'],
|
|
target: '/nber/papers',
|
|
},
|
|
],
|
|
},
|
|
};
|