-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #799 from DiamondLightSource/nics_tools
citation doc
- Loading branch information
Showing
10 changed files
with
141 additions
and
98 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
How to cite Savu software | ||
========================= | ||
|
||
.. start_of_main_text | ||
The relevant citations for your Savu job are contained in the "citations.txt" file in the Savu output folder, in BibTeX and EndNote formats. These include: | ||
|
||
* Savu framework citations | ||
* Plugin citations - specific to your process list | ||
|
||
All citations are also contained in both the Savu process list and output Savu nexus file and can be extracted into BibTeX and EndNote formats using the savu_citations tool. From the command line run: | ||
|
||
>>> savu_citations <your_nxs_file> <out_file_name> | ||
|
||
Where the output file is the name of the file you would like to extract this information to. | ||
|
||
For example, | ||
|
||
>>> savu_citations process_lists.nxs citations.txt | ||
|
||
*** Please include all Savu citations in your relevant publications *** | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Installation notes (for creating a new release and installing at Diamond) | ||
========================================================================= | ||
|
||
- Freeze on pull requests | ||
- Install latest version of Savu from Master into /dls_sw/apps/savu | ||
- Create savu_plugins folder in /dls_sw/apps/savu/$release/ | ||
- Create a new module file | ||
- Test new installation | ||
- Update Savu/install/latest_version.py to contain the new version number (and the corresponding file) | ||
- Update installation notes with the latest tested versions of libraries | ||
- Create tar.gz of the new install folder | ||
>>> tar -zcvf savu_installer.tar.gz Savu/install/savu_hpc/savu_installer | ||
- Push all changes to Github (ensure all tests passing) and check download link works correctly | ||
- Collate release notes | ||
Get all Git commits since the last release: git log --oneline v3.0.. HEAD > a.txt | ||
Get all Git files added since the last release: git diff v3.0 HEAD --name-status | grep A | ||
- Create release on Github | ||
- Reinstall Savu into new release Conda environment | ||
- Further testing | ||
- (Make this module default load if during shutdown) | ||
- Email beamlines | ||
|
Binary file not shown.
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
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
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