From caf99c71bd2d541b6381ba6cf5df24b321219b8c Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Wed, 6 May 2015 18:42:15 +0100
Subject: [PATCH] updated notes/comments

---
 ONS-UK-EFS-time-series-extract.do | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ONS-UK-EFS-time-series-extract.do b/ONS-UK-EFS-time-series-extract.do
index a68ec3b..917f3f5 100755
--- a/ONS-UK-EFS-time-series-extract.do
+++ b/ONS-UK-EFS-time-series-extract.do
@@ -1,5 +1,5 @@
 *********************************************************************
-* Extracting variables from EFS 2001/2 - 2010 to produce a 'harmonised' microdata time series
+* Extracting variables from EFS 2001/2 onwards to produce a 'harmonised' microdata time series
 * mainly for use as input to a number of spatial microsimulation models to produce
 * small area estimates of consumption. The variables names:
 *  - c_* are designed to match to the UK 2001 Census household table/variable definitions
@@ -10,7 +10,7 @@
 
 /************************
 
-Copyright (c) 2002-2012 University of Essex, (c) 2012-2014  University of Southampton
+Copyright (c) 2002-2012 University of Essex, (c) 2012-2015  University of Southampton
 
 Author: Ben Anderson (b.anderson@soton.ac.uk, @dataknut, https://github.com/dataknut) 
 	[Energy & Climate Change, Faculty of Engineering & Environment, University of Southampton]
@@ -51,7 +51,6 @@ GNU General Public License for more details.
 
 set more off
 
-* /Users/benander/Documents/Sociology/CRESI/Data/Social Science Datatsets/Expenditure and Food Survey
 local place = "/Users/ben/Documents/Work"
local efsd = "`place'/Data/Social Science Datatsets/Expenditure and Food Survey"
 local logd = "`efsd'/log_files"
local outd = "`efsd'/processed"
 
-- 
GitLab