Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add organisation type for supplying contact information #79

Open
flrnslbch opened this issue Mar 27, 2024 · 1 comment
Open

Add organisation type for supplying contact information #79

flrnslbch opened this issue Mar 27, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@flrnslbch
Copy link

We would like to add a general email as maintainer contact, for example:

pyproject.toml:

[[project.maintainers]]
name = "Institute of Interesting Research"
email = "[email protected]"

codemeta.json:

"maintainer": [
  {
    "@type": "Organisation",
    "name": "Institute of Interesting Research",
    "emai": "[email protected]",
    "@id": "https://orcid.org/xxxx-xxxx-xxxx-xxxx"
  },

citation.cff

contact:
  - name: Institute of Interesting Research
  - email: [email protected]

Other projects such as NumPy also just have a general mail adress listed under maintainers/contact on PyPi.
CFF, codemeta and pyproject.toml all support this feature (the above examples should be valid).

Could you add this functionality to your datamodel and conversion tool?

@flrnslbch flrnslbch added the enhancement New feature or request label Mar 27, 2024
@mustafasoylu mustafasoylu self-assigned this Apr 2, 2024
@mustafasoylu mustafasoylu added this to the v0.5.0 milestone Apr 3, 2024
@mustafasoylu
Copy link
Collaborator

@flrnslbch Thanks for the information, we are planning to implement this feature in the next iteration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants