Conversation
Member
Author
|
@Romain-Thomas-Shef – one quick question: Do we need to link anywhere, or to anything (i.e., similar to how the AAS papers work?) |
|
Hi @arfon Thank for creating this. I think we can probably link to the rsecon26 website (https://rsecon26.society-rse.org/). |
Collaborator
|
The build-error seems to be caused by a stray newline, we can fix that later. @arfon, please merge once this is ready. |
Member
Author
I'm not sure about this. I think we should only really link to things where we're sure the URL will be around for a looong time? Are we ok with no link, just logos? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds support for displaying the RSECon26 partnership and logo in the document templates. The changes ensure that, when the relevant metadata is present, the RSECon26 logo and associated text are included in the generated output, similar to how other partner logos are handled.
Metadata and logo support:
rsecon26_logo_pathto the default metadata inresources/joss/defaults.yamlto specify the path to the RSECon26 logo.data/filters/add-images.luato insert the RSECon26 logo when thersecon26flag and logo path are present in metadata.How to use
Add
rsecon26: acceptedto the paper.md's YAML frontmatter to mark it as a RSECon26 Research SoftwareTemplate updates:
data/templates/default.latexto include a new section for RSECon26 partnership, displaying the logo and a special issue note when thersecon26flag is set./ cc @Romain-Thomas-Shef