-
Notifications
You must be signed in to change notification settings - Fork 1
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
Peak performance paper #17
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.
👍👍 with a few smaller edits
What is the raw format for that table? Inkscape SVG?
If we can print it to a PDF that would render the text selectable for the output.
I tried to format Table 2 as a pandoc grid table. Using VS Code multiline cursor this was reasonably comfortable to edit. I used https://pandoc.org/try/ to convert the table to HTML and viewed it using https://html.onlineviewer.net/ and got something that might actually compile 👀 |
1f492d7
to
7c2fe31
Compare
With the following raw markup this is the best I got:
I reverted to embedding Table 2 from the SVG... |
e6e592f
to
70e5470
Compare
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Documentation build ❌ because Sphinx released 8.1.0 which broke |
Co-authored-by: Michael Osthege <[email protected]>
If this does not work, rever to ``` ![](./summary_joint.svg){width="100%"} ```
5a206ef
to
4d02029
Compare
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.
We discussed to merge this and continue refactoring the paper/documentation on main
.
Add the PeakPerformance paper and associated files to the repository in order to submit it to JOSS.