====== Academic Integrity ====== ==== Graphs ==== Graphs can be generated from the html results to display the lines and percentages matched between assignments. This can be done using the {{ :sysadmin:procedures:acinteg_chart_template.xlsx |Acinteg Chart Excel Template}}. To extract the data, save the text from the main comparison page to a text file. The run the following command to get the lines percentage and line matches. `awk '{print $2, $5;}' | sed 's/[\(\)%]//g'` On OSX you can pipe to pbcopy to automatically put the output on the clipboard.