-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from tgwoodcock/develop
Adding CITATION.cff
- Loading branch information
Showing
11 changed files
with
88 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
authors: | ||
- family-names: Swarbrick | ||
given-names: Martin | ||
- family-names: Woodcock | ||
given-names: Thomas George | ||
orcid: "https://orcid.org/0000-0003-2351-973X" | ||
affiliation: "Leibniz Institute for Solid State and Materials Research (ROR: https://ror.org/04zb59n70)" | ||
- name: The hdf5view Developers | ||
website: "https://github.com/tgwoodcock/hdf5view/graphs/contributors" | ||
cff-version: 1.2.0 | ||
date-released: "2024-11-28" | ||
keywords: | ||
- research | ||
- data | ||
- plantuml | ||
- chada | ||
- moda | ||
- workflow | ||
license: MIT | ||
message: "Please use these metadata in any citations of the software." | ||
repository-code: "https://github.com/tgwoodcock/hdf5view" | ||
title: "hdf5view" | ||
version: 0.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
==================== | ||
Contribution Credits | ||
==================== | ||
|
||
We maintain a `Citation File Format (CFF) <https://citation-file-format.github.io/>`_ file: | ||
`CITATION.cff <https://github.com/tgwoodcock/hdf5view/blob/main/CITATION.cff>`_ in order to | ||
give credit to contributors and to provide metadata for citing hdf5view. | ||
|
||
Under the ``Authors`` key, the initial author is listed first, followed by the current project host and maintainer, then | ||
the collective term ``The hdf5view Developers``, which includes all contributors to hdf5view as shown in the | ||
`contributors graph of the repository <https://github.com/tgwoodcock/hdf5view/graphs/contributors>`_. | ||
|
||
If you are one of ``The hdf5view Developers`` and would prefer to be additionally named as an author, in ``CITATION.cff`` please | ||
open an `issue <https://github.com/tgwoodcock/hdf5view/issues>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
docs/reference/generated/hdf5view.mainwindow.MainWindow.handle_open_docs.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
handle\_open\_docs | ||
================== | ||
|
||
.. currentmodule:: hdf5view.mainwindow | ||
|
||
.. automethod:: MainWindow.handle_open_docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,9 @@ | |
MainWindow.handle_open_about | ||
|
||
|
||
MainWindow.handle_open_docs | ||
|
||
|
||
MainWindow.handle_open_file | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""hdf5view: a simple viewer for HDF5 files.""" | ||
|
||
__version__ = "0.2.0" | ||
__version__ = "0.2.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters