Skip to content

RaoOfPhysics/201604_PCST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attitudes towards outreach in particle physics

DOI Achintya's PhD repos

Presentation prepared for my talk at PCST 2016, showing early results from my PhD research. The presentation itself can be found at https://via.hypothes.is/https://raoofphysics.github.io/201604_PCST

The slides should also be available on a mobile browser, although Firefox isn't loading the interactive plots for some reason. Against my better judgement, I recommend you use Chrome on Android to view the content.

If you use hypothes.is, please annotate the presentation! I will be grateful for any notes you leave.

Build information

This presentation is put together using:

knitr takes the .Rmd (R Markdown) file and through some wizardry produces a standalone .html file that serves as the presentation.

Please note that efforts to take the index.Rmd and build index.html will fail, since I cannot make the underlying research data public yet. In particular, when the following line is called in the code, the file it refers to (final_dataset.csv) can only be found in my private storage space on CERN's internal servers:

dat <- read.csv(file = "../quant_analysis/final_dataset.csv", header = TRUE)

Licence

Creative Commons License
Attitudes towards outreach in particle physics by Achintya Rao is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Acknowledgements

This presentation is part of my PhD research, which is supported by the CMS Collaboration at CERN under the CERN Doctoral Student Programme.

I would like to thank my supervisors for guiding me on this project:

  • Dr. Emma Weitkamp (UWE), Director of Studies
  • Dr. Clare Wilkinson (UWE)
  • Dr. Erik Stengler (UWE)
  • Dr. Christine Sutton (CERN)

I would also like to thank Richard Smith-Unna (@blahah) for his invaluable help with R.