Skip to content

Commit 1f4030b

Browse files
committed
Minor tweaks in CITATION.cff
1 parent c2be11e commit 1f4030b

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

CITATION.cff

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
cff-version: 1.2.0
55
title: python-icat – Python interface to ICAT and IDS
6-
message: Please cite this software using these metadata.
76
type: software
87
authors:
98
- given-names: Rolf
@@ -13,22 +12,21 @@ authors:
1312
Helmholtz-Zentrum Berlin für Materialien und
1413
Energie
1514
orcid: 'https://orcid.org/0000-0002-1266-3819'
16-
- name: "The ICAT project"
17-
website: https://icatproject.org/
15+
- name: The ICAT project
16+
website: 'https://icatproject.org/'
1817
repository-code: 'https://github.com/icatproject/python-icat'
19-
repository-artifact: 'https://pypi.org/project/python-icat/'
18+
repository-artifact: 'https://github.com/icatproject/python-icat/releases/latest'
2019
abstract: >-
21-
The ICAT server is a metadata catalogue to support
22-
Large Facility experimental data, linking all
23-
aspects of the research chain from proposal through
24-
to publication. It provides SOAP and RESTful web
25-
service interfaces to an underlying database.
20+
The ICAT server is a metadata catalogue to support Large
21+
Facility experimental data, linking all aspects of the
22+
research chain from proposal through to publication. It
23+
provides SOAP and RESTful web service interfaces to an
24+
underlying database.
2625
27-
python-icat is a Python package that provides a
28-
collection of modules for writing programs that
29-
access an ICAT service using the SOAP interface. It
30-
is based on Suds and extends it with ICAT specific
31-
features.
26+
python-icat is a Python package that provides a collection
27+
of modules for writing programs that access an ICAT
28+
service using the SOAP interface. It is based on Suds and
29+
extends it with ICAT specific features.
3230
keywords:
3331
- python
3432
- metadata

0 commit comments

Comments
 (0)