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

feat: add support for ROR #2851

Merged
merged 5 commits into from
Feb 28, 2025
Merged

feat: add support for ROR #2851

merged 5 commits into from
Feb 28, 2025

Conversation

maelle
Copy link
Collaborator

@maelle maelle commented Feb 4, 2025

Fix #2850

@@ -312,6 +312,11 @@ dt:target + dd {
color: #A6CE39;
margin-right: 4px;
}
// ror badge
.ror {
height: 16px;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it should be bigger

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

16px seems like a fine place to start

Copy link

github-actions bot commented Feb 4, 2025

@maelle
Copy link
Collaborator Author

maelle commented Feb 4, 2025

image
image

@jayhesselberth
Copy link
Collaborator

@maelle This looks good, did you want to do anything else before mergine?

@jayhesselberth
Copy link
Collaborator

@maelle Can you add a news bullet?

@maelle maelle marked this pull request as ready for review February 28, 2025 07:02
@maelle
Copy link
Collaborator Author

maelle commented Feb 28, 2025

@jayhesselberth Thank you! Not sure why I had left it as draft. 😅 In any case I was waiting for a review 😁


paste0(
"<a href='https://ror.org/", ror, "'>",
"<img src='https://raw.githubusercontent.com/ror-community/ror-logos/main/ror-icon-rgb.svg' class='ror' alt='ROR'></a>"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use the version with transparent background?

https://github.com/ror-community/ror-logos/blob/main/ror-icon-rgb-transparent.svg

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it look worse in dark mode?

@@ -312,6 +312,11 @@ dt:target + dd {
color: #A6CE39;
margin-right: 4px;
}
// ror badge
.ror {
height: 16px;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

16px seems like a fine place to start

@jayhesselberth jayhesselberth merged commit af686c8 into main Feb 28, 2025
17 checks passed
@jayhesselberth jayhesselberth deleted the ror2 branch February 28, 2025 13:15
@jayhesselberth
Copy link
Collaborator

Thanks!

@maelle
Copy link
Collaborator Author

maelle commented Feb 28, 2025

Thank you!

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

Successfully merging this pull request may close these issues.

Add support for ROR IDs
2 participants