[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NEMO-Publications?label=python)](https://www.python.org/downloads/release/python-3110/)
[![PyPI](https://img.shields.io/pypi/v/nemo-publications?label=pypi%20version)](https://pypi.org/project/NEMO-Publications/)
# NEMO Publications
This plugin for NEMO adds the ability to manage Publications.
* Search and add publication using DOI
* Link publications to authors (NEMO Users), Tools and Projects
# Compatibility:
### NEMO-Publications >= 1.0.0
* NEMO >= 4.7.0
* NEMO-CE >= 1.7.0
# Installation
`pip install NEMO-publications`
# Add NEMO Publications
in `settings.py` add to `INSTALLED_APPS`:
```python
INSTALLED_APPS = [
'...',
'NEMO_publications',
'...'
'NEMO',
'...'
]
```
# Usage
Add choice to "Landing page choices" in Detailed Administration
* Set URL to `/publications/`
* Use suggested icon located in `resources/icons/publications.png`
For the publication jumbotron, you can use the URL `/publications/jumbotron/`
# Customizations
Go to `Customization -> Publications` to enable the landing page widget and set parameters for the carousel like interval time and number of recent publications to display.
# Settings
The following settings are used by default:
```python
PUBLICATION_SETTINGS = {
"timeout": 15,
"doi_search_url": "http://dx.doi.org/{}",
"headers": [
{"Accept": "application/x-bibtex"},
{"Accept": "text/bibliography; style=bibtex"}
]
}
```
To override any of them, simply add the ones you want to replace in `settings.py` as follows:
```python
PUBLICATION_SETTINGS = {
"timeout": 45, # Increase timeout to 45s
}
```
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/nemo-community/atlantis-labs/nemo-publications",
"name": "NEMO-publications",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "NEMO",
"author": "Atlantis Labs LLC",
"author_email": "atlantis@atlantislabs.io",
"download_url": null,
"platform": null,
"description": "[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NEMO-Publications?label=python)](https://www.python.org/downloads/release/python-3110/)\n[![PyPI](https://img.shields.io/pypi/v/nemo-publications?label=pypi%20version)](https://pypi.org/project/NEMO-Publications/)\n\n# NEMO Publications\n\nThis plugin for NEMO adds the ability to manage Publications.\n* Search and add publication using DOI\n* Link publications to authors (NEMO Users), Tools and Projects\n\n# Compatibility:\n\n### NEMO-Publications >= 1.0.0\n* NEMO >= 4.7.0\n* NEMO-CE >= 1.7.0\n\n# Installation\n\n`pip install NEMO-publications`\n\n# Add NEMO Publications\n\nin `settings.py` add to `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n '...',\n 'NEMO_publications',\n '...'\n 'NEMO',\n '...'\n]\n```\n\n# Usage\nAdd choice to \"Landing page choices\" in Detailed Administration\n* Set URL to `/publications/`\n* Use suggested icon located in `resources/icons/publications.png`\n\nFor the publication jumbotron, you can use the URL `/publications/jumbotron/`\n\n# Customizations\nGo to `Customization -> Publications` to enable the landing page widget and set parameters for the carousel like interval time and number of recent publications to display. \n\n# Settings\nThe following settings are used by default:\n\n```python\nPUBLICATION_SETTINGS = {\n \"timeout\": 15,\n \"doi_search_url\": \"http://dx.doi.org/{}\",\n \"headers\": [\n {\"Accept\": \"application/x-bibtex\"}, \n {\"Accept\": \"text/bibliography; style=bibtex\"}\n ]\n}\n```\n\nTo override any of them, simply add the ones you want to replace in `settings.py` as follows:\n```python\nPUBLICATION_SETTINGS = {\n \"timeout\": 45, # Increase timeout to 45s\n}\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Install Publications plugin for NEMO",
"version": "1.3.4",
"project_urls": {
"Homepage": "https://gitlab.com/nemo-community/atlantis-labs/nemo-publications"
},
"split_keywords": [
"nemo"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2b20d58bc7e73855d06e94a4350152687ca8dbb632574373139562b0edd9a37c",
"md5": "4c4acc00ff39831120200d7eb44db903",
"sha256": "814af95da143b5872b13184e68d2d4af0ba53e573c76669ae1b988e98e478d60"
},
"downloads": -1,
"filename": "NEMO_publications-1.3.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4c4acc00ff39831120200d7eb44db903",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 38460,
"upload_time": "2024-07-03T19:18:19",
"upload_time_iso_8601": "2024-07-03T19:18:19.191812Z",
"url": "https://files.pythonhosted.org/packages/2b/20/d58bc7e73855d06e94a4350152687ca8dbb632574373139562b0edd9a37c/NEMO_publications-1.3.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-03 19:18:19",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "nemo-community",
"gitlab_project": "atlantis-labs",
"lcname": "nemo-publications"
}