Install Publications plugin for NEMO
Project description
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
:
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:
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:
PUBLICATION_SETTINGS = {
"timeout": 45, # Increase timeout to 45s
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file NEMO_publications-1.3.4-py3-none-any.whl
.
File metadata
- Download URL: NEMO_publications-1.3.4-py3-none-any.whl
- Upload date:
- Size: 38.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 814af95da143b5872b13184e68d2d4af0ba53e573c76669ae1b988e98e478d60 |
|
MD5 | 4c4acc00ff39831120200d7eb44db903 |
|
BLAKE2b-256 | 2b20d58bc7e73855d06e94a4350152687ca8dbb632574373139562b0edd9a37c |