14 lines
413 B
JavaScript
14 lines
413 B
JavaScript
module.exports = {
|
|
'ieee-security.org': {
|
|
_name: 'IEEE Computer Society',
|
|
'.': [
|
|
{
|
|
title: 'IEEE Symposium on Security and Privacy',
|
|
docs: 'https://docs.rsshub.app/routes/journal#ieee-computer-society',
|
|
source: ['/TC/SP-Index.html', '/'],
|
|
target: '/ieee-security/security-privacy',
|
|
},
|
|
],
|
|
},
|
|
};
|