This pull request includes multiple changes to the codebase, primarily aimed at rebranding the project from JOSS to JOSE. The changes involve modifications to the project's documentation, its conflict of interest policy, email notifications, and the project's workflows.
Here are the top five most important changes, grouped by theme:
Rebranding:
COI.md: The Conflict of Interest policy has been changed from JOSS to JOSE.
app/mailers/notifications.rb: The EDITOR_EMAILS array now includes "gorjor@umich.edu". Additionally, the subject of the editor_invite_email method has been changed from "JOSS editorial invite" to "JOSE editorial invite". [1][2]
Workflow Changes:
.github/workflows/tests.yml: The Elasticsearch URL used in the workflow has been updated from "joss-production" to "jose-production".
Codebase Modifications:
app/models/paper.rb: The searchkick index name has been changed from "joss-production" to "jose-production". A new method bibtex_authors has also been added. [1][2]
This pull request includes multiple changes to the codebase, primarily aimed at rebranding the project from JOSS to JOSE. The changes involve modifications to the project's documentation, its conflict of interest policy, email notifications, and the project's workflows.
Here are the top five most important changes, grouped by theme:
Rebranding:
COI.md
: The Conflict of Interest policy has been changed from JOSS to JOSE.app/views/content/about/_general.html.erb
: The general information about the project has been updated to reflect the change from JOSS to JOSE.app/views/content/layout/_navbar.html.erb
: The logo in the navigation bar has been changed from JOSS to JOSE.Email Notifications:
app/mailers/notifications.rb
: TheEDITOR_EMAILS
array now includes "gorjor@umich.edu". Additionally, the subject of theeditor_invite_email
method has been changed from "JOSS editorial invite" to "JOSE editorial invite". [1] [2]Workflow Changes:
.github/workflows/tests.yml
: The Elasticsearch URL used in the workflow has been updated from "joss-production" to "jose-production".Codebase Modifications:
app/models/paper.rb
: Thesearchkick
index name has been changed from "joss-production" to "jose-production". A new methodbibtex_authors
has also been added. [1] [2]