NEMO-publications


NameNEMO-publications JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://gitlab.com/nemo-community/atlantis-labs/nemo-publications
SummaryInstall Publications plugin for NEMO
upload_time2024-01-16 00:49:22
maintainer
docs_urlNone
authorAtlantis Labs LLC
requires_python>=3.8
licenseMIT
keywords nemo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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`

# 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": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "NEMO",
    "author": "Atlantis Labs LLC",
    "author_email": "atlantis@atlantislabs.io",
    "download_url": "",
    "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\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.2.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/nemo-community/atlantis-labs/nemo-publications"
    },
    "split_keywords": [
        "nemo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57c0c1f51e6cfeb290b5aab4cac8e88d67f7aca4803966d9d90adf956e9a57df",
                "md5": "32e12690e2000c8b6168affd9c23fc55",
                "sha256": "cb0a4d77a0e656bb9dc8d03a9380136e27c8336d545dc7276e9120015135d4dd"
            },
            "downloads": -1,
            "filename": "NEMO_publications-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "32e12690e2000c8b6168affd9c23fc55",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 29213,
            "upload_time": "2024-01-16T00:49:22",
            "upload_time_iso_8601": "2024-01-16T00:49:22.045247Z",
            "url": "https://files.pythonhosted.org/packages/57/c0/c1f51e6cfeb290b5aab4cac8e88d67f7aca4803966d9d90adf956e9a57df/NEMO_publications-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-16 00:49:22",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "nemo-community",
    "gitlab_project": "atlantis-labs",
    "lcname": "nemo-publications"
}
        
Elapsed time: 0.17330s