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
}
Release files for NEMO-publications 1.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nemo_publications-1.5.1.tar.gz | 34.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nemo_publications-1.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 81.4 kB
Release files / nemo_publications-1.5.1.tar.gz
| Download URL | nemo_publications-1.5.1.tar.gz |
|---|---|
| Size | 34.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ee8f7d99d69260e596a18c6df4225206830d7102c7e87c9287f0f75536e4c853
|
|
BLAKE2b-256 checksum How to use checksums |
512d98a7432bd288342c9d9a519cc33644cfc702f100a50291649f6d98181c31
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / nemo_publications-1.5.1-py3-none-any.whl
| Download URL | nemo_publications-1.5.1-py3-none-any.whl |
|---|---|
| Size | 47.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9a1fe525f42baf17c94166b1df4670f552fc2a3261bdeea94399e1815d8fce11
|
|
BLAKE2b-256 checksum How to use checksums |
8aaa92806ba491cd3130f78451c289a8f5ae5ae1bedf189c60ddbaf3739f059a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|