-
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
Develop #3
Conversation
This file contains 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
…ests. - Began writing Statement of Need section in Paper. - Added license badge to README. - Removed some deprecated tests.
- Added references to paper.bib. - Still need to integrate the references into the correct places in the paper.
Paper compilation through JOSS' Whedon paper preview service is failing silently. Not sure what to do to fix it, so attempting to debug. First attempt is removing text after the 'References' header.
Adding the example paper and bib from JOSS to see if it will correctly compile through the Whedon paper preview service.
I made a stupid mistake. The paper was not compiling through Whedon because my repo was private... Made it public and now the template paper compiles correctly. Now attempting to compile my actual paper. D'oh!
Apparently you can't have multiple paper.md files even if they are in different subdirectories such as paper/ and paper_template/. I renamed the files in an attempt to fix this and trying the Whedon compilation again. I will attempt to get Whedon working locally in the future in order to make debugging easier...
Turns out I had a missing author name in paper.bib.
Preparing a very preliminary draft to share during today's lab meeting.
Made a small mistake in my citations. I will transition to compiling the paper locally in the next few days. This will allow me to combine commits when making changes to the paper frequently.
Turning analysis into its own branch and removing from dev and master for now.
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.
Continued progress on the development of the library as a whole as well as documentation and unit tests.