-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fix: peer review landing page #287
Conversation
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.
Editing for content
_pages/about-peer-review.md
Outdated
|
||
### Who can submit a package? | ||
|
||
<!-- ### Who can submit a package? |
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.
Unless you are going to use this in the next week or so, I would remove all comments as they clutter the content and can always be resurrected from the repo history.
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.
great point - i'll do that now!!
margin-bottom: 2em; | ||
border-bottom: 1px solid $border-color; | ||
margin-bottom: .02em; //used to be 2em | ||
// border-bottom: 1px solid $border-color; |
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.
remove
@@ -85,8 +86,8 @@ | |||
max-width: 362px; | |||
background-color: #f1f0f1;; | |||
border-radius: 4px; | |||
padding: 32px 24px; | |||
margin: 12px; | |||
// padding: 32px 24px; |
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.
// padding: 32px 24px; |
transition: transform 0.15s ease-out; | ||
} | ||
|
||
// &:before { |
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.
Remove the block 😄
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.
@willingc 😆 you have caught me in my usual pattern of being nervous to sometimes delete things so i comment it out until i'm sure i want to really delete it! i'll go through and cleanup comments. this was me removing the circles on our people cards but i think i want to keep them for other content cards . so i'll make that fix locally!!
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.
Looking good Leah. Most are small content tweaks.
to view the rendered page you can go here in the artifacts section of our circleci build!! i will swap out images with more fitting graphics once we have stable content . right now i just used the same image over and over as a placeholder. |
It looks great @lwasser. ☀️ |
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.
Looking good.
Co-authored-by: Carol Willing <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
thank you so much @willingc will be making and integrating all of these changes in the next day. |
the related fix to the author page in our peer review guide here the idea being that an author hits the peer review page and then can be directed to the author guide in the "Ready to submit" section. That guide page then has relevant sections of the guide for them to review creating an author content pathway. ![]() |
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.
CI is passing. I'm going to approve. @lwasser 🚢 it.
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.
added some copy suggestions!
_pages/about-peer-review.md
Outdated
JOSS where you can submit your package to us for review. If your package is accepted | ||
and if it is in scope for JOSS, it will then be fast tracked through JOSS' | ||
review process; they will only review your paper.md file. Consider this a | ||
win-win! |
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.
win-win! | |
excerpt: "Our collaboration with JOSS means that you don't have to chose between pyOpenSci and JOSS. Submit your package to pyOS for review, and if your package is accepted and in scope for JOSS, it will be fast-tracked through JOSS' review process; they will only review your `paper.md` file. It's a win-win!" |
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.
i want to commit this one but i suspect this edit needs to be applied to lines 38-42 and here it's replacing just line 42 with that entire blog of text. i'll come back to this edit !! the text is excellent!
Co-authored-by: Jesse Mostipak <[email protected]>
ok updates! what's left
The current rendered page can be seen here @kierisi please in working on this page i realized the JOSS section had been removed so i added it back. i'm going to open a separate PR to update our partners page. @kierisi i suspect you'll have really good feedback for that page as well. it's a similar style but also needs some cleanup of messaging and brand. i might be able to create better diagrams now that i'm using canva more but it still has some AI generated images of people (we do want representations of people all over!!) |
@lwasser @kierisi May I make a small suggestion about PRs... When making changes that are fluid (I.e. text, images, styling), it's often easier to create multiple PRs instead of combining into one PR. I typically ask myself:
For example, I would recommend landing all of the content changes in this PR, create another PR for the images, and another for the styling. |
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.
Small typo and clarifying text. 🚢
Thank you @willingc this is helpful. i will definitely think about this more carefully for future pr's. In this case when i went to edit the page there was a lot of inline HTML with styles applied there that made the content more difficult to review. so i pulled that html out and tried to move all of the text to the front matter for simplified editing and then templated content via includes and styles that could be resused. it was easier for me to do this all at once but i can see how as a reviewer it would make for a more complex review. i'll think about how to parse those elements out separately in the future. it's just a bit tricky when some of these pages were created a bit haphazardly (by me!) we have asana tasks locally to track updates to images. But we can't edit alt tags on the page until images are fixed. i'm open to suggestions that you have about how to chunk the work buckets out a bit more cleanly as well. |
Co-authored-by: Carol Willing <[email protected]>
Co-authored-by: Carol Willing <[email protected]>
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.
Let's land this PR 😄
@lwasser Looks like there is a merge conflict here. |
ok! the only downside of merging it now is there is one image i used 3-4 times on the page. but i suppose we could just embrace a second pr that updates those images knowing not that many people will be on the page nor will they judge us for using an image several times? but i'll go ahead and merge and might just put other placeholder images in via a later pr (from the partners page) . |
This is an attempt the make the peer review landing page on our website a bit more user focused with a narrative.
it breaks the page into sections.
Current status: