Santos1984 - #272
Conversation
ktoddbrown
left a comment
There was a problem hiding this comment.
Some files need to be moved and you need to be sure the updated the cross checks execute.
| format: | ||
| html: | ||
| toc: true | ||
| eval: false #default to not evaluating the chunks, override this the template is completed |
| - Dimitrakopoulos2010_Methods.bib #contains the citations in the methods section | ||
| - Dimitrakopoulos2010.bib #contains citation for the data source, generally a single citation of the primary paper | ||
| - Santos1984_Methods.bib #contains the citations in the methods section | ||
| - Santos1984.bib #contains citation for the data source, generally a single citation of the primary paper | ||
| authors: #author scheme from https://quarto.org/docs/journals/authors.html | ||
| - id: ktoddbrown #use the github name as an id |
There was a problem hiding this comment.
Remove me from this list of rescue authors :D
| #| label: compareTable1 | ||
| #| eval: true | ||
| #| label: compareTableN | ||
| #| eval: false |
There was a problem hiding this comment.
Switch to TRUE, this should evaluate now that we have included a temp folder with the second transcriptions.
| ## Methods | ||
|
|
||
| Any different to the cross check for the methods section will be output after this line. | ||
|
|
||
| ```{bash} | ||
| #| label: compareMethods | ||
| #| eval: true | ||
| #| eval: false |
There was a problem hiding this comment.
Same above, switch the eval to TRUE or remove it entirely and rely on the true eval in the yaml
| # You will want to repeat the line below to cross check each csv and md file in the | ||
| #... data rescue. Having no lines flagged by this command will ensure that each character matches exactly. | ||
| diff --strip-trailing-cr --suppress-common-lines -y temp/Dimitrakopoulos2010_SRS.md Dimitrakopoulos2010_Methods.md | ||
| diff --strip-trailing-cr --suppress-common-lines -y temp/AuthorYYYY_Methods_ABC.md AuthorYYYY_Methods.md |
There was a problem hiding this comment.
Put this file in a temp folder using git mv Update the cross check chunk to refer to the new filename.
| Data were analyzed for each collection date by ANOVA and Tukey's Q. | ||
| Because some marking tags were lost, we did not recover all litter bags placed in the field. | ||
| Where there were insufficient bags for the minimal sample sizes described above, the reduced sample sizes are noted on the summary tables. | ||
| Climate data were obtained from National Oceanic and Atmospheric Administration (**1979_MISSING BIB**). |
There was a problem hiding this comment.
Is this not in the paper bibliography? Then you should have a note in the Readme to that effect. If it's in the bib list but you can't find the reference online or at the library, then transcribe the information provided into a bibtex entry (you might need to use the @misc type.
There was a problem hiding this comment.
Move this to the temp folder using the git mv command
There was a problem hiding this comment.
move to a temp folder using the git mv command
No description provided.