Skip to content

Commit

Permalink
config: update authors and copyright date
Browse files Browse the repository at this point in the history
Also add a new CITATION.cff file for making it easier to indicate in a
paper that Odemis was used. (for whoever feels like, there is no
requirement to do so!)
  • Loading branch information
pieleric committed Apr 7, 2022
1 parent 3202d58 commit 30c1516
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 7 deletions.
62 changes: 62 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
cff-version: 1.2.0
title: Open Delmic Microscope Software
message: You may cite this software using these metadata.
type: software
authors:
- family-names: Piel
given-names: Éric
affiliation: Delmic B.V.
email: piel@delmic.com
- family-names: de Laat
given-names: Rinze
affiliation: Delmic B.V.
- family-names: Tsitsikas
given-names: Kimon
affiliation: Delmic B.V.
- family-names: Winkler
given-names: Philip
affiliation: Delmic B.V.
- family-names: Muskens
given-names: Anders
affiliation: Delmic B.V.
- family-names: Rossberger
given-names: Sabrina
affiliation: Delmic B.V.
email: rossberger@delmic.com
- family-names: Pals
given-names: Thera
affiliation: Delmic B.V.
email: pals@delmic.com
- family-names: Mavrikopoulou
given-names: Victoria
affiliation: Delmic B.V.
- family-names: Kleijwegt
given-names: Kornee
affiliation: Delmic B.V.
email: kleijwegt@delmic.com
- family-names: Lazem
given-names: Bassim
affiliation: Delmic B.V.
- family-names: Barazi
given-names: Mahmoud
affiliation: Delmic B.V.
- family-names: Helsloot
given-names: Arthur
affiliation: Delmic B.V.
contact:
- name: "Delmic B.V."
website: 'https://www.delmic.com/'
email: info@delmic.com
url: 'https://www.delmic.com/'
version: 3.2.0
repository: 'https://github.com/delmic/odemis'
abstract: >-
Odemis (Open Delmic Microscope Software) is the open-source microscopy
software of Delmic B.V. . Odemis is used for controlling microscopes of
Delmic and the Odemis Viewer allows to load previous experimental data
for visualization, analysis, and export.
keywords:
- microscope
- software
license: GPL-2.0
date-released: '2022-04-01'
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
</p>

# Odemis
Odemis (_Open Delmic Microscope Software_) is the open-source microscopy software of [Delmic B.V](https://www.delmic.com). Odemis is used for controlling microscopes of Delmic and the Odemis viewer allows to load previous experimental data for visualization, analysis and export.
Odemis (_Open Delmic Microscope Software_) is the open-source microscopy software of [Delmic B.V.](https://www.delmic.com). Odemis is used for controlling microscopes of Delmic and the Odemis viewer allows to load previous experimental data for visualization, analysis and export.
Delmic’s mission is to empower companies and researchers by helping them achieve results that can be trusted implicitly with powerful and user-friendly solutions.

## Requirements
* Linux (tested on Ubuntu 16.04 and 18.04 x86 32-bits and 64-bits)
* Python (v3.5+)
* Linux (tested on Ubuntu 18.04 and 20.04 x86)
* Python (v3.6+)
* Special (forked) version of Pyro4 from Delmic

Note: the viewer part is also tested to run on Windows (7 and 10).
Note: the viewer part is also tested to run on Windows (10+).

For the complete list of dependencies, see the file `requirements.txt`.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def _get_version_git():
dist = setup(name='Odemis',
version=VERSION,
description='Open Delmic Microscope Software',
author=u'Éric Piel, Rinze de Laat, Kimon Tsitsikas, Philip Winkler, Anders Muskens, Sabrina Rossberger, Thera Pals, Victoria Mavrikopoulou, Kornee Kleijwegt, Bassim Lazem',
author_email='piel@delmic.com, laat@delmic.com, tsitsikas@delmic.com, winkler@delmic.com, muskens@delmic.com, rossberger@delmic.com, pals@delmic.com, mavrikopoulou@delmic.com, kleijwegt@delmic.com, lazem@delmic.com',
author=u'Éric Piel, Rinze de Laat, Kimon Tsitsikas, Philip Winkler, Anders Muskens, Sabrina Rossberger, Thera Pals, Victoria Mavrikopoulou, Kornee Kleijwegt, Bassim Lazem, Mahmoud Barazi, Arthur Helsloot',
author_email='piel@delmic.com, laat@delmic.com, tsitsikas@delmic.com, winkler@delmic.com, muskens@delmic.com, rossberger@delmic.com, pals@delmic.com, mavrikopoulou@delmic.com, kleijwegt@delmic.com, lazem@delmic.com, barazi@delmic.com, helsloot@delmic.com',
url='https://github.com/delmic/odemis',
classifiers=["License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: POSIX :: Linux",
Expand Down
2 changes: 1 addition & 1 deletion src/odemis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_version_simplified():
__version__ = _get_version()
__fullname__ = "Open Delmic Microscope Software"
__shortname__ = "Odemis"
__copyright__ = "Copyright © 2012-2021 Delmic"
__copyright__ = "Copyright © 2012-2022 Delmic"
__authors__ = ["Éric Piel", "Rinze de Laat", "Kimon Tsitsikas",
"Philip Winkler", "Anders Muskens", "Sabrina Rossberger",
"Thera Pals", "Victoria Mavrikopoulou", "Kornee Kleijwegt",
Expand Down

0 comments on commit 30c1516

Please sign in to comment.