-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
166 lines (149 loc) · 4 KB
/
.gitignore
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
.RDataTmp
# User-specific files
.Ruserdata
# Example code in package build process
*-Ex.R
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# RStudio files
.Rproj.user/
# produced vignettes
vignettes/*.html
vignettes/*.pdf
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
# knitr and R markdown default cache directories
*_cache/
/cache/
# Temporary files created by R markdown
*.utf8.md
*.knit.md
# R Environment Variables
.Renviron
# pkgdown site
docs/
# translation temp files
po/*~
# RStudio Connect folder
rsconnect/
# Mac OS Files
.DS_Store
# files not needed in review
do not commit/
# Adding folders to ignore - commented these out so they remain in GitHub for now, but these are the files to exclude during publishing
data/Archive/
data/BSLE_Data_Package_v3
data/summary_leachate_conc.csv
data/summary_NMR_spike.csv
data/summary_solids_conc.csv
data/summary_solids_nmr.csv
data/solids_nmrEE.csv
data/summary_stoich.csv
figures/Archive
figures/leach.Pnorm.conc.mbd.pdf
figures/leachPnorm.conc.pdf
figures/pH_BS.pdf
figures/aq_pH.pdf
figures/LCF72.pdf
figures/LCF11.pdf
figures/LCF14.pdf
figures/LCF50.pdf
figures/LCF2.pdf
figures/LCF7.pdf
figures/LCF13.pdf
figures/XANES_stacked_spectra_rc.pdf
figures/SB.mod.xanes.pdf
figures/SB.low.xanes.pdf
figures/SB.raw.xanes.pdf
figures/DF.high.xanes.pdf
figures/DF.mod.xanes.pdf
figures/DF.low.xanes.pdf
figures/DF.raw.xanes.pdf
figures/xanes.legend.pdf
figures/XANES_stacked_spectra_sb.pdf
figures/XANES_stacked_spectra_df.pdf
figures/mono_die_loss.pdf
figures/SB.mod.nmr.pdf
figures/SB.low.nmr.pdf
figures/SB.raw.nmr.pdf
figures/DF.high.nmr.pdf
figures/DF.mod.nmr.pdf
figures/DF.low.nmr.pdf
figures/DF.raw.nmr.pdf
figures/nmr.legend.pdf
figures/NMR_stacked_spectra_sb.pdf
figures/NMR_stacked_spectra_df.pdf
figures/solid.P.BS.fig.pdf
figures/leach.Pnorm.conc.mbd2.pdf
figures/Char_Photos_Figure.pdf
figures/Char_Photos_Figure.pptx
figures/XANES_LCF_individual_sample_table
figures/XANES_LCF_individual_sample_table
figures/pH_fig.pdf
figures/pH_fig.pptx
figures/Path_Analysis_Conceptual_Model.pdf
figures/Path_Analysis_Conceptual_Model.pptx
figures/Path_Analysis.pdf
figures/Path_Analysis.pptx
figures/XANES_Spectra_Pie.pdf
figures/XANES_Spectra_Pie.pptx
figures/NMR_Spectra_Pie.pdf
figures/NMR_Spectra_Pie.pptx
figures/LCF_Eample_Samples_Tall.pdf
figures/LCF_Eample_Samples_Tall.pptx
figures/NMR_Methods.pdf
figures/NMR_Methods.pptx
figures/NMR_spiking.pdf
figures/NMR_spiking.pptx
figures/NMR_regions.pdf
figures/NMR_regions.pptx
figures/NMR region example sample.pdf
figures/spike example figure_solid 11.pdf
figures/spike example figure_solid 11.mnova
figures/LCF_Example_Samples.pptx
figures/Graphical_Abstract_final.pptx
figures/Graphical_Abstract_final.pdf
figures/leach.Pnorm.conc copy.pdf
figures/Leachate_P_Conc.pdf
figures/Leachate_P_Conc.pptx
figures/Solid_P_Conc.pdf
figures/Solid_P_Conc.pptx
figures/conceptual_model.pdf
figures/conceptual_model.pptx
figures/Graphical_Abstract.pdf
figures/Graphical_Abstract.pptx
figures/burn_conditions_pca.pdf
figures/Mono_Di_Percent_Loss.pdf
figures/Mono_Di_perc_loss_fig.pdf
figures/Mono_Di_Percent_Loss.png
figures/XANES_RefCompd_Table_SubsetforLCF.xlsx
figures/SEM3.pdf
figures/Stoichiometry_table.xlsx
figures/LCF_Example_Samples.pdf
figures/each.charnorm.conc.pdf
figures/p_pa.pdf
figures/SEM1.pdf
figures/p_pa2.pdf
figures/corr_element_char_sage.pdf
figures/corr_element_char_doug.pdf
figures/corr_element_char_allecosystem.pdf
figures/solid.element.corr.all.pdf
figures/leach.conc.pdf
figures/Leachate_stacked_bar.pdf
figures/Leachate.unfilt.total.P.BS.boxplot.pdf
figures/Leachate.filt0.7.total.P.BS.boxplot.pdf
figures/Leachate.total.P.BS.boxplot.pdf
figures/MBD.BS.fig.pdf
figures/Solid_Conc_Table.xlsx
figures/leachate_conc.pptx
scripts/Archive
data/.DS_Store
figures/.DS_Store
figures/Final_Figures_for_Publication/.DS_Store