Writing Report#

At this stage, you will write the final version of the report.

Signalling where you are#

Move the Jira issue to “Writing report”.

Move to Writing report

In order to do so:

  • Check that both sub-tasks (part A and part B) are marked as “Done”.

You should now be able to select “Write report” from the dropdown menu. A pop-up will appear, asking you to fill out the fields and confirm the transition.

Write report modal

Important!

You should choose here the “Resolution” that corresponds to the outcome of the replication. This is preliminary - you will be able to adjust it after completing Part C, but based on what you observed in Part B, you may already have a good idea of the outcome. If uncertain at this point, choose x-------x.

Run the Merge Pipeline#

At this point, there will be two parts of the report: REPLICATION-partA.md and REPLICATION-partB.md. To facilitate further editing, we will merge these two parts into a single file, REPLICATION.md. This can be done manually, or using the pipeline.

Run the pipeline to merge the two parts.

Important!

Be sure to have committed and pushed all changes to the repository before running the pipeline.

  • Choose “2-merge-report” (might change in the future), and hit Run.

select pipeline

  • Your pipeline will start. It will be very quick, and update the repository with the merged file.

  • Back on your computer, pull the changes from the repository. You should now see a new file, REPLICATION.md.

git pull

If you want to do this on your own computer, you can use one of two methods:

  • Using the command line:

cat REPLICATION-partA.md REPLICATION-partB.md > REPLICATION.md
  • Manually, using a text editor:

    • Open the two files REPLICATION-partA.md and REPLICATION-partB.md in a text editor

    • Copy the contents of REPLICATION-partB.md and paste them at the end of REPLICATION-partA.md

    • Save the file as REPLICATION.md

  • In both cases, you now need to remove the parts, and add the combined file:

git rm REPLICATION-partA.md REPLICATION-partB.md
git add REPLICATION.md
git commit -m "Merged parts A and B"
git push

Standard steps#

  • Compare images and tables

    • Some of this may involve “squinting” at images…

    • For tables that are output to Excel, you may be able to use some Excel tools (copy the old numbers, create a difference function between all cells). This is hard to provide examples for, as every table differs.

    • For tables that are output as LaTeX (files ending with tex) or as CSV files, and if the authors provided previous versions, you may be able to use Bitbucket to compare them globally, without looking at individual numbers (see Comparing TeX files on Bitbucket).

Warning

We want to learn about ALL differences that you see, even if minor.

  • When there are differences: Include images of figures and screenshots of tables (both paper and as-reproduced) in the report

    • For paper images, use a screenshot tool to grab them from the PDF_Proof.PDF and save them as PNG.

    • For reproduced images, reference the location within the replication directory.

    • Using an annotation tool on your computer, circle or highlight where you see differences.

Tip

See detailed step-by-step guidance in the Appendix.

Example:

Figure 5 in the paper:

![Figure 5 in paper](figure5-paper.PNG)

Figure 5 as reproduced:

![Figure 5 reproduced](12345/results/figure5.png)
  • Highlight differences:

    • if only a small number of table entries: mention them by table in the report

    • if a larger number: Highlight on the reproduced images (of figures, screenshots of tables) the differences you have observed

  • If there are too many differences, let us know immediately, we may then simply send back to the authors with the raw output, and let them address it.

  • There is sample language for commonly encountered problems at the sample-language-report.md link in the tall grey bar

Cleaning up#

  • Clean up the REPLICATION.md - it should be factual, objective, and not written in the first person.

  • Copy-and-paste from the code-check.xlsx, including the column “Reproduced?” and any notes column, into the “Findings” part. Use the Excel-to-Markdown plugin for VSCode.

  • Delete all of the instructional lines in REPLICATION.md before finishing the report.

On Jira#

  • Check that the DataCitationSummary field is filled out indicating how many data citations are in order: all, some, or none.

  • Check that the Report Location is filled out.

    • If it is, do not change it.

    • If for some reason, it is missing, enter the full URL from the repository, e.g. https://bitbucket.org/aeaverification/aearep-123/src/master/REPLICATION.md

You can now submit your report for review by changing the status to Under Review

Move to Under Review