Nasjonalt vitenarkiv (NVA)
This module integrates with NVA (National Knowledge Archive) to display publications and projects through blocks. It also offers an API client for making requests to the NVA API to retrieve and search for various types of data, including publications, people, and projects.
This module integrates with NVA (Nasjonaltiv vitenarkiv). It provides some blocks to display people's publications and projects. Blocks can be placed via block layout or for instance with the use of twig. Example:
{{ drupal_block('nva_list_publications', {
'label': 'My publications',
'authorName': node.label,
'results_per_page': 15,
}) }}It also provides an API Client service that makes it simple and efficient to make requests to this API, allowing you to search for publications, persons and other related data. It uses the library https://packagist.org/packages/stinis87/nva. The client can be used to:
Get all Cristin categories
Get Cristin person by organization
Get Cristin organization
Get Cristin organization by query parameters
Get Cristin supported countries
Get Cristin funding sources
Get Cristin funding source by id
Get Cristin project by id
Get Cristin project by query parameters
Get Cristin person by id
Get Cristin person by query parameters
Get Cristin keyword by id
Get Cristin keywords
Get Cristin projects by organization
Search publications
Export publications
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.11 | Stable | 10–11 | Apr 27, 2026 | ||
| 1.0.10 | Stable | 10–11 | Apr 27, 2026 | ||
| 1.0.8 | Stable | 10–11 | Jan 29, 2026 | ||
| 1.0.7 | Stable | 10–11 | Nov 21, 2025 | ||
| 1.0.6 | Stable | 10–11 | Oct 28, 2025 | ||
| 1.0.5 | Stable | 10–11 | Jul 30, 2025 | ||
| 1.0.0 | Stable | 10–11 | Jul 30, 2025 | ||
| 1.0.5-alpha1 | Pre-release | 10–11 | Jul 18, 2025 | ||
| 1.0.4-alpha1 | Pre-release | 10–11 | Jul 18, 2025 | ||
| 1.0.2-alpha1 | Pre-release | 10–11 | Jul 18, 2025 | ||
| 1.0.1-alpha1 | Pre-release | 10–11 | Nov 24, 2024 |