mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
110 lines
4.4 KiB
JavaScript
110 lines
4.4 KiB
JavaScript
module.exports = {
|
|
'informs.org': {
|
|
_name: 'INFORMS',
|
|
pubsonline: [
|
|
{
|
|
title: 'Decision Analysis',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/deca', '/toc/deca/0/0'],
|
|
target: `/informs/deca`,
|
|
},
|
|
{
|
|
title: 'Marketing Science',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/mksc', '/toc/mksc/0/0'],
|
|
target: `/informs/mksc`,
|
|
},
|
|
{
|
|
title: 'Information Systems Research',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/isrc', '/toc/isrc/0/0'],
|
|
target: `/informs/isrc`,
|
|
},
|
|
{
|
|
title: 'Mathematics of Operations Research',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/moor', '/toc/moor/0/0'],
|
|
target: `/informs/moor`,
|
|
},
|
|
{
|
|
title: 'INFORMS Journal on Applied Analytics',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/inte', '/toc/inte/0/0'],
|
|
target: `/informs/inte`,
|
|
},
|
|
{
|
|
title: 'Operations Research',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/opre', '/toc/opre/0/0'],
|
|
target: `/informs/opre`,
|
|
},
|
|
{
|
|
title: 'INFORMS Journal on Computing',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/ijoc', '/toc/ijoc/0/0'],
|
|
target: `/informs/ijoc`,
|
|
},
|
|
{
|
|
title: 'Organization Science',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/orsc', '/toc/orsc/0/0'],
|
|
target: `/informs/orsc`,
|
|
},
|
|
{
|
|
title: 'INFORMS Journal on Data Science',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/ijds', '/toc/ijds/0/0'],
|
|
target: `/informs/ijds`,
|
|
},
|
|
{
|
|
title: 'Service Science',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/serv', '/toc/serv/0/0'],
|
|
target: `/informs/serv`,
|
|
},
|
|
{
|
|
title: 'INFORMS Journal on Optimization',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/ijoo', '/toc/ijoo/0/0'],
|
|
target: `/informs/ijoo`,
|
|
},
|
|
{
|
|
title: 'Stochastic Systems',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/stsy', '/toc/stsy/0/0'],
|
|
target: `/informs/stsy`,
|
|
},
|
|
{
|
|
title: 'INFORMS Transactions on Education',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/ited', '/toc/ited/0/0'],
|
|
target: `/informs/ited`,
|
|
},
|
|
{
|
|
title: 'Strategy Science',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/stsc', '/toc/stsc/0/0'],
|
|
target: `/informs/stsc`,
|
|
},
|
|
{
|
|
title: 'Management Science',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/mnsc', '/toc/mnsc/0/0'],
|
|
target: `/informs/mnsc`,
|
|
},
|
|
{
|
|
title: 'Transportation Science',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/trsc', '/toc/trsc/0/0'],
|
|
target: `/informs/trsc`,
|
|
},
|
|
{
|
|
title: 'Manufacturing & Service Operations Management',
|
|
docs: 'https://docs.rsshub.app/journal.html#ieee-xplore',
|
|
source: ['/journal/msom', '/toc/msom/0/0'],
|
|
target: `/informs/msom`,
|
|
},
|
|
],
|
|
},
|
|
};
|