import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: 'Nature Journal',
    url: 'nature.com',
    description: `::: tip
You can get all short name of a journal from [https://www.nature.com/siteindex](https://www.nature.com/siteindex) or [Journal List](#nature-journal-journal-list).
:::`,
    lang: 'en',
};
