-
Notifications
You must be signed in to change notification settings - Fork 6
/
CITATION.cff
35 lines (33 loc) · 1.2 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: python-icat – Python interface to ICAT and IDS
type: software
authors:
- given-names: Rolf
family-names: Krahl
email: [email protected]
affiliation: >-
Helmholtz-Zentrum Berlin für Materialien und
Energie
orcid: 'https://orcid.org/0000-0002-1266-3819'
- name: The ICAT project
website: 'https://icatproject.org/'
repository-code: 'https://github.com/icatproject/python-icat'
repository-artifact: 'https://github.com/icatproject/python-icat/releases/latest'
abstract: >-
The ICAT server is a metadata catalogue to support Large
Facility experimental data, linking all aspects of the
research chain from proposal through to publication. It
provides SOAP and RESTful web service interfaces to an
underlying database.
python-icat is a Python package that provides a collection
of modules for writing programs that access an ICAT
service using the SOAP interface. It is based on Suds and
extends it with ICAT specific features.
keywords:
- python
- metadata
- scientific-data
- metadata-catalogue
license: Apache-2.0