diff --git a/Codes/Conditional_incidence_and_reconstruction.R b/Codes/Conditional_incidence_and_reconstruction.R
index c2699e25e7268f26e8931daf91e13d41940c4f29..d29dac7c8c14e289f771d6f674832774acff6cc7 100644
--- a/Codes/Conditional_incidence_and_reconstruction.R
+++ b/Codes/Conditional_incidence_and_reconstruction.R
@@ -1,8 +1,8 @@
 # The code estimate the  incidence of the diseases conditional to local environmental variables. It perform a series of diagnostic and 
 # then reconstruct the time series of cases given the local environmental factors in England and Wales
 
-### Require Relevant R Packages ###########
-rm(list=ls(all=TRUE)) 
+### Require Relevant R Packages ########### 
+rm(list=ls(all=TRUE))  
 
 library(data.table)
 library(readr)
diff --git a/Codes/Conditional_incidence_and_reconstruction_factors_4_factors.R b/Codes/Conditional_incidence_and_reconstruction_factors_4_factors.R
index e64740dbb34b3efcb150b275888582d1b04d44f0..a7d4b2934fccc3ceec7555f6edbd40a782fd3a79 100644
--- a/Codes/Conditional_incidence_and_reconstruction_factors_4_factors.R
+++ b/Codes/Conditional_incidence_and_reconstruction_factors_4_factors.R
@@ -71,7 +71,7 @@ by_y<-0.25
 by_x<-0.1
 
 
-# Potential Variables to use:
+# Potential Variables to use: 
 #"Maximum_air_temperature",
 #"Minimum_air_temperature",
 #"Mean_wind_speed",
diff --git a/Codes/Conditional_incidence_and_reconstruction_for_constant_situation.R b/Codes/Conditional_incidence_and_reconstruction_for_constant_situation.R
index 5e77509021321ec869bb768bfcfb263cbec0bcd1..3d78c57853546e4c2235b77d91730763ba67ea3a 100644
--- a/Codes/Conditional_incidence_and_reconstruction_for_constant_situation.R
+++ b/Codes/Conditional_incidence_and_reconstruction_for_constant_situation.R
@@ -1,7 +1,7 @@
 # The code estimate the  incidence of the diseases conditional to local environmental variables. It perform a series of diagnostic and 
 # then reconstruct the time series of cases given the local environmental factors in England and Wales
 
-### Require Relevant R Packages ###########
+### Require Relevant R Packages ########### 
 rm(list=ls(all=TRUE)) 
 
 library(data.table)
diff --git a/Codes/Conditional_incidence_and_reconstruction_one_factor.R b/Codes/Conditional_incidence_and_reconstruction_one_factor.R
index 28d6b7d6c62c0b9e561383be6a8823d1ffed0dc0..5a08a5068ce0e2ef300ce56bbd9f60a50451f7d3 100644
--- a/Codes/Conditional_incidence_and_reconstruction_one_factor.R
+++ b/Codes/Conditional_incidence_and_reconstruction_one_factor.R
@@ -3,7 +3,7 @@
 
 ### Require Relevant R Packages ###########
 rm(list=ls(all=TRUE)) 
-
+ 
 library(data.table)
 library(readr)
 library(dplyr)
diff --git a/Codes/Conditional_incidence_and_reconstruction_two_factors.R b/Codes/Conditional_incidence_and_reconstruction_two_factors.R
index 127e7fb508f3218f9ff5ed98a3d9496069ec4a96..a49c5edea4020a5849278840c3b673556dcacd56 100644
--- a/Codes/Conditional_incidence_and_reconstruction_two_factors.R
+++ b/Codes/Conditional_incidence_and_reconstruction_two_factors.R
@@ -77,7 +77,7 @@ by_x<-0.1
 #"Mean_Precipitation"
 #"Relative_humidity"
 #"daylength"
-
+ 
 
 
 
diff --git a/Codes/Spatial_simulation comparative_Campy.R b/Codes/Spatial_simulation comparative_Campy.R
index bab13f07e8969430ca571300eaad0bbb4be42303..d53d517ffd3348eef956a9b529577525206ae0a6 100644
--- a/Codes/Spatial_simulation comparative_Campy.R	
+++ b/Codes/Spatial_simulation comparative_Campy.R	
@@ -1,9 +1,7 @@
-# 05/05/2022
 
-# What the code does
-#setwd("C:/Users/LG00757/OneDrive - University of Surrey/Campy paper")
+# the code compare the reported and predicted daily number of campylobacteriosis per catchment area
+#averaged over the entire 19 years. 
 
-#### 1. Upload "real" incidence data (for the filtered cases of foodborne interest and without travel link and corrected for incubation period, Time to healthcare and time to diagnosis) and sum the cases per PC per month, from 1999-2016. #### 
 library(readr)
 library(lubridate)
 
diff --git a/Content_of_Codes_used_in_the_Campylobacter_project.pdf b/Content_of_Codes_used_in_the_Campylobacter_project.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..04fe581c951e25e12887b35ffe97393dec8a370a
Binary files /dev/null and b/Content_of_Codes_used_in_the_Campylobacter_project.pdf differ