Skip to content

Commit

Permalink
added Pol as author in Citation
Browse files Browse the repository at this point in the history
This is not to diminish other contributors.
Pol has made tremendous contributions.
This is a delicate decision, and is in no
way a discouragement of other contributions made.

Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Feb 14, 2024
1 parent be67d5c commit 4e7ac99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ authors:
given-names: Nick
orcid: "https://orcid.org/0000-0003-3038-1855"
alias: zerothi
- family-names: Febrer
given-names: Pol
alias: pfebrer
title: sisl
identifiers:
- description: "Collection DOI for any sisl version."
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ analysis = [
]

viz = [
"netCDF4",
"dill >= 0.3.2",
"pathos",
"netCDF4",
"scikit-image",

"plotly",
Expand All @@ -148,34 +148,34 @@ viz = [
]

viz-plotly = [
"netCDF4",
"dill >= 0.3.2",
"pathos",
"netCDF4",
"scikit-image",

"plotly",
]

viz-matplotlib = [
"netCDF4",
"dill >= 0.3.2",
"pathos",
"netCDF4",
"scikit-image",

"matplotlib",
]

viz-blender = [
"netCDF4",
"dill >= 0.3.2",
"pathos",
"netCDF4",
"scikit-image",
]

viz-ase = [
"netCDF4",
"dill >= 0.3.2",
"pathos",
"netCDF4",
"scikit-image",

"ase",
Expand All @@ -187,10 +187,10 @@ test = [
"pytest-env",
"pytest-faulthandler",
"coveralls",
"netCDF4",
"tqdm",
"dill >= 0.3.2",
"pathos",
"netCDF4",
"scikit-image",
"matplotlib",
"plotly",
Expand Down

0 comments on commit 4e7ac99

Please sign in to comment.