Skip to content

Commit fd1f183

Browse files
committed
update readme + add zenodo metadata file [skip ci]
1 parent d7530d0 commit fd1f183

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

.zenodo.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"title": "WPS-CMake",
3+
"description": "<p>WPS-CMake adds CMake support to the latest versions of the WRF Preprocessing System (WPS). This page is used to maintain a permanent DOI for versions of WPS-CMake. For information about WPS-CMake, please refer to the <a href='https://github.com/WRF-CMake/wps#readme'>WPS-CMake repository on GitHub</a>.</p>",
4+
"keywords": [
5+
"cmake",
6+
"fortran",
7+
"meteorology",
8+
"weather",
9+
"modelling",
10+
"nwp",
11+
"wps"
12+
],
13+
"upload_type": "software",
14+
"access_right": "open",
15+
"license": "MIT",
16+
"creators": [
17+
{
18+
"orcid": "0000-0003-3299-1382",
19+
"name": "Riechert, M."
20+
},
21+
{
22+
"orcid": "0000-0002-7071-7547",
23+
"name": "Meyer, D."
24+
}
25+
],
26+
"related_identifiers": [
27+
{
28+
"relation": "isSupplementedBy",
29+
"identifier": "10.21105/joss.01468"
30+
}
31+
]
32+
}

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# WPS-CMake [![Build status Appveyor](https://ci.appveyor.com/api/projects/status/8axylclvn10h32kk/branch/wps-cmake?svg=true)](https://ci.appveyor.com/project/WRF-CMake/wps/branch/wps-cmake) [![Build Status Travis CI](https://travis-ci.com/WRF-CMake/wps.svg?branch=wps-cmake)](https://travis-ci.com/WRF-CMake/wps) [![Build Status Azure Pipelines](https://dev.azure.com/WRF-CMake/wrf/_apis/build/status/WPS%20(full)?branchName=wps-cmake)](https://dev.azure.com/WRF-CMake/wrf/_build/latest?definitionId=6&branchName=wps-cmake)
1+
# WPS-CMake
2+
[![Build status Appveyor](https://ci.appveyor.com/api/projects/status/8axylclvn10h32kk/branch/wps-cmake?svg=true)](https://ci.appveyor.com/project/WRF-CMake/wps/branch/wps-cmake) [![Build Status Travis CI](https://travis-ci.com/WRF-CMake/wps.svg?branch=wps-cmake)](https://travis-ci.com/WRF-CMake/wps) [![Build Status Azure Pipelines](https://dev.azure.com/WRF-CMake/wrf/_apis/build/status/WPS%20(full)?branchName=wps-cmake)](https://dev.azure.com/WRF-CMake/wrf/_build/latest?definitionId=6&branchName=wps-cmake)
23

4+
## Installation
35

4-
**Please see the [WRF-CMake repository](https://github.com/WRF-CMake/wrf#readme) for information on how to install WPS-CMake**
6+
Please see the [WRF-CMake repository](https://github.com/WRF-CMake/wrf#installation) for information on how to install WPS-CMake.
7+
8+
9+
## How to cite
10+
Permanent DOIs for versions of the WPS-CMake extension are avalable on Zenodo at XXX.
11+
For information on how to cite WRF-CMake, please see the [How to cite section](https://github.com/WRF-CMake/wrf#how-to-cite) in the WRF-CMake repository.
512

613

714
## Changes to be upstreamed

0 commit comments

Comments
 (0)