Skip to content

Commit

Permalink
Added missed posts
Browse files Browse the repository at this point in the history
  • Loading branch information
crlsierra committed Oct 6, 2018
1 parent 5295470 commit 91bd9e0
Show file tree
Hide file tree
Showing 14 changed files with 248 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gems: [jekyll-paginate]
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 20
paginate: 50
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md", "content"]

# Jekyll Settings
Expand Down
10 changes: 10 additions & 0 deletions _posts/2018-10-06-Chemical-fractions.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Chemical fractions"
#author: "Kristy Lam"
layout: post
level2: Fractionations
level1: Quantitative Methods
tags: fractionation
#figures: /img/4cv/
---

11 changes: 11 additions & 0 deletions _posts/2018-10-06-Climate-Soil-Geo.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Climate and soil development, geomorphology"
# author: "Casey McGrath"
layout: post
level2: Climate controls
level1: Primary controls on soil carbon development
tags: State factors, Soil formation
category: Climate and carbon stocks
# figures: /img/2av/
---

12 changes: 12 additions & 0 deletions _posts/2018-10-06-Microbial-control.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Microbial control of carbon flow"
#author: "Hannah L. Hubanks"
date: "2018-10-06"
level1: Primary controls on soil carbon development
level2: Biotic controls
layout: post
tags: carbon fixation above ground below ground allocation
#figures: /img/2bi/
---


10 changes: 10 additions & 0 deletions _posts/2018-10-06-Mineral-fractions.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Mineral fractions"
#author: "Kristy Lam"
layout: post
level2: Fractionations
level1: Quantitative Methods
tags: fractionation
#figures: /img/4cv/
---

12 changes: 12 additions & 0 deletions _posts/2018-10-06-Observations-theory.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Observations and SOM theory"
#author: "Jacqueline E. Pitts"
layout: post
tags: ["organomineral", "mineral associations"]
level1: Scientific process
level2: Observations and theory
#figures: /img/3bii/
---



13 changes: 13 additions & 0 deletions _posts/2018-10-06-Physical-protection.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Physical protection within aggregates"
#author: "Jacqueline E. Pitts"
layout: post
tags: ["organomineral", "mineral associations"]
level1: Secondary controls on carbon turnover
level2: Stabilization-mechanisms
category: "Secondary controls on carbon turnover"
#figures: /img/3bii/
---



12 changes: 12 additions & 0 deletions _posts/2018-10-06-Radiocarbon.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Radiocarbon"
#author: "Jacqueline E. Pitts"
layout: post
tags: ["organomineral", "mineral associations"]
level1: Quantitative methods
level2: Isotopic
#figures: /img/3bii/
---



12 changes: 12 additions & 0 deletions _posts/2018-10-06-Soil-health.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Soil C contribution to soil health and climate change mitigation"
#author: "Jacqueline E. Pitts"
layout: post
tags: ["organomineral", "mineral associations"]
level1: Problem-based questions
level2: Soil health
#figures: /img/3bii/
---



11 changes: 11 additions & 0 deletions _posts/2018-10-06-Soil-profile.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Soil profile"
# author: "Casey McGrath"
layout: post
level2: Climate controls
level1: Primary controls on soil carbon development
tags: Depth fractions, transport modeling
category: Climate and carbon stocks
# figures: /img/2av/
---

12 changes: 12 additions & 0 deletions _posts/2018-10-06-Stable-isotopes.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Scientific method"
#author: "Jacqueline E. Pitts"
layout: post
tags: ["organomineral", "mineral associations"]
level1: Scientific process
level2: Scientific method
#figures: /img/3bii/
---



12 changes: 12 additions & 0 deletions _posts/2018-10-06-Stock-partitioning.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Partitioning of SOM stocks (methods, models, theory)"
#author: "Jacqueline E. Pitts"
layout: post
tags: ["organomineral", "mineral associations"]
level1: Scientific process
level2: Stock partitioning
#figures: /img/3bii/
---



12 changes: 12 additions & 0 deletions _posts/2018-10-06-Storage-capacity.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "SOM storage capacity, carbon saturation"
#author: "Jacqueline E. Pitts"
layout: post
tags: ["organomineral", "mineral associations"]
level1: Problem-based questions
level2: Capacity
#figures: /img/3bii/
---



110 changes: 108 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,24 @@ <h3 class="post-subtitle">
{% endfor %}

<h2> Isotopic characterization of SOM </h2>
{% for post in paginator.posts %}
{% if post.level2 == "Isotopic" %}
<div class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h3 class="post-subtitle"> {{ post.title }}
</h3>
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
</a>
<p class="post-meta" style="margin-bottom:5px">Posted by {{ post.author }} on {{ post.date | date: "%B %-d, %Y" }}</p>
</div>
<hr>
{% endif %}
{% endfor %}

<h2> Fractionation of SOM (biological, chemical, physical) </h2>
{% for post in paginator.posts %}
{% if post.level2 == "Fractionations" %}
Expand All @@ -151,6 +169,24 @@ <h3 class="post-subtitle">

<h1> Scientific Process </h1>
<h2> Scientific Method and hypothesis testing </h2>
{% for post in paginator.posts %}
{% if post.level2 == "Scientific method" %}
<div class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h3 class="post-subtitle"> {{ post.title }}
</h3>
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
</a>
<p class="post-meta" style="margin-bottom:5px">Posted by {{ post.author }} on {{ post.date | date: "%B %-d, %Y" }}</p>
</div>
<hr>
{% endif %}
{% endfor %}

<h2> Big data - how it can be used to solve problems </h2>
{% for post in paginator.posts %}
{% if post.level2 == "Big data" %}
Expand All @@ -171,7 +207,43 @@ <h3 class="post-subtitle">
{% endfor %}

<h2> Observations and SOM theory </h2>
{% for post in paginator.posts %}
{% if post.level2 == "Observations and theory" %}
<div class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h3 class="post-subtitle"> {{ post.title }}
</h3>
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
</a>
<p class="post-meta" style="margin-bottom:5px">Posted by {{ post.author }} on {{ post.date | date: "%B %-d, %Y" }}</p>
</div>
<hr>
{% endif %}
{% endfor %}

<h2> Partitioning of SOM stocks (methods, models, theory) </h2>
{% for post in paginator.posts %}
{% if post.level2 == "Stock partitioning" %}
<div class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h3 class="post-subtitle"> {{ post.title }}
</h3>
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
</a>
<p class="post-meta" style="margin-bottom:5px">Posted by {{ post.author }} on {{ post.date | date: "%B %-d, %Y" }}</p>
</div>
<hr>
{% endif %}
{% endfor %}

<h2> Models of SOM dynamics </h2>
{% for post in paginator.posts %}
{% if post.level2 == "Models" %}
Expand All @@ -193,7 +265,24 @@ <h3 class="post-subtitle">

<h1> Problem-based questions - case studies </h1>
<h2> Capacity </h2>
<h3> SOM storage capacity, carbon saturation </h3>
{% for post in paginator.posts %}
{% if post.level2 == "Capacity" %}
<div class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h3 class="post-subtitle"> {{ post.title }}
</h3>
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
</a>
<p class="post-meta" style="margin-bottom:5px">Posted by {{ post.author }} on {{ post.date | date: "%B %-d, %Y" }}</p>
</div>
<hr>
{% endif %}
{% endfor %}

<h2> Change </h2>
{% for post in paginator.posts %}
{% if post.level2 == "SOM Change" %}
Expand All @@ -214,7 +303,24 @@ <h3 class="post-subtitle">
{% endfor %}

<h2> Soil health </h2>
<h3> Soil C contribution to soil health and climate change mitigation </h3>
{% for post in paginator.posts %}
{% if post.level2 == "Soil health" %}
<div class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h3 class="post-subtitle"> {{ post.title }}
</h3>
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
</a>
<p class="post-meta" style="margin-bottom:5px">Posted by {{ post.author }} on {{ post.date | date: "%B %-d, %Y" }}</p>
</div>
<hr>
{% endif %}
{% endfor %}

<h2> Bridging the gap </h2>
{% for post in paginator.posts %}
{% if post.level2 == "Bridging-the-gap" %}
Expand Down

0 comments on commit 91bd9e0

Please sign in to comment.