-
Notifications
You must be signed in to change notification settings - Fork 0
fix: replace iberi22@gmail.com with github profile #2
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ type: software | |||||
| authors: | ||||||
| - family-names: "Belalcazar" | ||||||
| given-names: "Ivan" | ||||||
| email: "iberi22@gmail.com" | ||||||
| email: "https://github.com/iberi22" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: # Find and examine the CITATION.cff file
git ls-files | grep -i citationRepository: iberi22/photon-core Length of output: 76 🏁 Script executed: # Read the CITATION.cff file
cat -n CITATION.cff | head -20Repository: iberi22/photon-core Length of output: 929 🌐 Web query:
💡 Result: In the Citation File Format (CFF) 1.2.0 schema, the 'author' fields (email and website) are specified for both person and entity objects within the 'authors' array (and similarly for 'contact', 'editors', etc.). For person objects (individual authors): - email: type definitions.email (nonempty string, required: false). Usage example: email: "mail@research-project.org" under family-names/given-names. - website: type definitions.url (nonempty string matching URL pattern, required: false). Usage example: website: "https://research-project.org". For entity objects (groups/organizations): - email: type definitions.email (nonempty string, required: false). Usage example: email: "team@research-project.org" under name. - website: type definitions.url (nonempty string matching URL pattern, required: false). Usage example: website: "https://research-software-project.org". These fields are optional and part of the definitions.entity and definitions.person objects used in arrays like authors. The schema is outlined in schema.json (tag 1.2.0), with full details in schema-guide.md. Citations:
Fix CFF schema violation: replace The Proposed fix- email: "https://github.com/iberi22"
+ website: "https://github.com/iberi22"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| orcid: "" # Add your ORCID if you have one | ||||||
| affiliation: "Independent Researcher" | ||||||
| version: "0.1.0" | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
El campo
emailen el archivoCITATION.cffdebe contener una dirección de correo electrónico válida según la especificación del Citation File Format (CFF). Proporcionar una URL de GitHub en este campo es técnicamente incorrecto y puede causar que las herramientas que procesan este archivo (como el sistema de citación de GitHub o gestores bibliográficos) no funcionen correctamente. Para incluir un enlace a su perfil de GitHub, se debe utilizar el campowebsite, que es el campo apropiado para este propósito en la versión 1.2.0 de CFF.