-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0wikijournal.xml
More file actions
54 lines (38 loc) · 1.46 KB
/
Copy path0wikijournal.xml
File metadata and controls
54 lines (38 loc) · 1.46 KB
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
49
50
51
52
53
54
=0 Getting Started=
=='''''0.1 Plagiarism and Academic Integrity'''''==
===Objective===
: Avoid academic offense and abide courteous academic culture.
===Full Disclosure Policy===
* Anything idea that's not my own has a source that needs to be referenced.
* You can never have too many references.
* APA citation format
* The code should produce the exact results claimed. Otherwise: falsified results
* Reference by commenting in R-code
===Conclusion===
When in doubt, reference it or consult [http://steipe.biochemistry.utoronto.ca/abc/index.php/FND-Wiki_editing this page].
== 0.2 Project: Template for Journal ==
===Objective===
: goal of activity
<div class="time-estimate">
Time estimated: 0.75 h; taken 1 h; date started: 2019-10-03; date completed: 2019-10-03
</div>
===Progress===
;Activity 1
* Procedure: concise but sufficient so that it's reproducible
* Results: static data, variable data, analysis results
;Activity 2
* Cross-referencing with anchors
* Images: compressed; stereo views for images of molecules; should convey what I'm trying to show effectively
* Here's the R-code
<div class="toccolours mw-collapsible mw-collapsed" style="width:90%; margin-left: 10px; padding-right: 15px">
My R code below ...
<div class="mw-collapsible-content">
<source lang="R">
#R-code here
</source>
</div>
</div>
===Conclusion and outlook===
Interpretation of results.
Next step and link to the next step.
{{Vspace}}