-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmp_long.mpp
46 lines (41 loc) · 1.6 KB
/
mp_long.mpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<header>
<mkproject> project
<version> 2.1.0
<label> based on (Long 2009)
<description>
{pstd}
This template starts a project folder for a medium sized research project. It
is loosely based on J. Scott Long (2009) The workflow of data analysis using Stata.
College Station, TX: Stata Press.
{pstd}
The work folder is where you do most of the work. You can change its content freely.
{pstd}
The posted folder is there to store snapshots of your project. A snapshot is just
a copy of the content of the work folder. Important is that you can only add to
the posted folder, but never change files stored in it. That way you can return to
that state if you need to. For example, you presented your work at a conference
and afterwards continued to work on it. After a while someone comes up to you and
asks you how you did something for that presentation. If you have taken a snapshot
of your project just before the presentation, you can return to that state and
answer the question. If not ...
</description>
</header>
<body> -------------------------------------------------------------------------
<dir> docu
<dir> posted
<dir> posted/data
<dir> posted/analysis
<dir> posted/txt
<dir> work
<dir> work/analysis
<dir> work/txt
<file> rlog docu/research_log.md
<file> main work/analysis/<abbrev>_main.do
<file> dta work/analysis/<abbrev>_dta01.do
<file> ana work/analysis/<abbrev>_ana01.do
<cmd> qui cd work/analysis
<cmd> projmanager "<abbrev>.stpr"
<cmd> doedit "<abbrev>_main.do"
<cmd> doedit "<abbrev>_dta01.do"
<cmd> doedit "<abbrev>_ana01.do"
</body> ------------------------------------------------------------------------