forked from maartenteaches/mkproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmp_longt.mpp
48 lines (42 loc) · 1.7 KB
/
mp_longt.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
47
48
<header>
<mkproject> project
<version> 2.1.0
<label> based on (Long 2009), display project with dirtree
<reqs> dirtree
<description>
{pstd}
This template starts a project folder for a medium sized a 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 ...
{pstd}
The only difference with the {help mp_p_long:long} template is that this template
shows the content of the created project folder using {help dirtree}, and the
{it:long} template does 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> dirtree
</body> ------------------------------------------------------------------------