You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -406,3 +406,21 @@ hood, you use `somesy` (or anything like it) or not - they can use the
406
406
corresponding files they already know to get the information they need.
407
407
So there is no "risk" involved in adopting `somesy`, because it does not try to
408
408
abolish any other formats or standards or becoming such.
409
+
410
+
### In my project, the effective authors and the publication authors are not the same! What to do?
411
+
412
+
The `author` flag in `somesy` is intended to mark people who significantly contributed
413
+
to the project in a hands-on way and are closely familiar with details, i.e. can answer
414
+
specific questions. A reason to stick with this strict understanding of "author"
415
+
is that a user will be usually interested in contacting such a person to help
416
+
them with problems.
417
+
418
+
However, we are aware that acknowledgement practices in different scientific
419
+
communities vary and current practices in academic publication do not allow for
420
+
sufficiently granular distinction of contributor roles.
421
+
Even though the proper solution to problem would be improving community practices,
422
+
`somesy` supports the `publication_author` flag, that can be set independently of the
423
+
`author` flag and will make sure that certain contributors **will** appear as authors
424
+
in an academic citation context (i.e. reflected in the `CITATION.cff` file, which can be
425
+
used for [Zenodo publications](https://docs.software-metadata.pub/en/latest/tutorials/automated-publication-with-ci.html)), but **will not** appear as authors in a technical context
426
+
(such as the metadata in a software registry like [PyPI](https://pypi.org)).
0 commit comments