Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Apr 19, 2024
1 parent 672902b commit 0874210
Show file tree
Hide file tree
Showing 31 changed files with 1,655 additions and 92 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ <h2>Latest</h2>

<li><a href="/talk/example/">Example Talk</a></li>

<li><a href="/post/micronutr/">Determining vitamin and mineral status in populations</a></li>

<li><a href="/post/ppitables-update/">ppitables R package update</a></li>

<li><a href="/post/nipn-toolkit/">National Information Platforms for Nutrition Data Quality Toolkit</a></li>
Expand All @@ -554,8 +556,6 @@ <h2>Latest</h2>

<li><a href="/publication/preprint/">An example preprint / working paper</a></li>

<li><a href="/slides/example/">Slides</a></li>

</ul>


Expand Down
6 changes: 5 additions & 1 deletion author/ernest-guevarra/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<meta property="og:description" content="A collective of public health and nutrition experts and practitioners"><meta property="og:image" content="https://katilingban.io/img/katilingban_bw.png">
<meta property="twitter:image" content="https://katilingban.io/img/katilingban_bw.png"><meta property="og:locale" content="en-gb">

<meta property="og:updated_time" content="2024-04-19T01:27:00&#43;00:00">
<meta property="og:updated_time" content="2024-04-19T03:30:00&#43;00:00">



Expand Down Expand Up @@ -725,6 +725,10 @@ <h3>Education</h3>
<h3>Latest</h3>
<ul>

<li>
<a href="/post/micronutr/">Determining vitamin and mineral status in populations</a>
</li>

<li>
<a href="/post/ppitables-update/">ppitables R package update</a>
</li>
Expand Down
33 changes: 32 additions & 1 deletion author/ernest-guevarra/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,44 @@
<link>https://katilingban.io/author/ernest-guevarra/</link>
<atom:link href="https://katilingban.io/author/ernest-guevarra/index.xml" rel="self" type="application/rss+xml" />
<description>Ernest Guevarra</description>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-gb</language><copyright>©Katilingban `2024`</copyright><lastBuildDate>Fri, 19 Apr 2024 01:27:00 +0000</lastBuildDate>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-gb</language><copyright>©Katilingban `2024`</copyright><lastBuildDate>Fri, 19 Apr 2024 03:30:00 +0000</lastBuildDate>
<image>
<url>https://katilingban.io/img/katilingban_bw.png</url>
<title>Ernest Guevarra</title>
<link>https://katilingban.io/author/ernest-guevarra/</link>
</image>

<item>
<title>Determining vitamin and mineral status in populations</title>
<link>https://katilingban.io/post/micronutr/</link>
<pubDate>Fri, 19 Apr 2024 03:30:00 +0000</pubDate>
<guid>https://katilingban.io/post/micronutr/</guid>
<description>&lt;p&gt;Vitamin and mineral deficiencies continue to be a significant public health problem. This is particularly critical in developing countries where deficiencies to vitamin A, iron, iodine, and other micronutrients lead to adverse health consequences. Cross-sectional surveys are helpful in answering questions related to the magnitude and distribution of deficiencies of selected vitamins and minerals.&lt;/p&gt;
&lt;p&gt;Our work on micronutrient surveys motivated us to develop an R package that aids in the processing and analysis of micronutrient biomarkers data taken during cross-sectional surveys. Our
&lt;a href=&#34;https://nutriverse.io/micronutr&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;code&gt;micronutr&lt;/code&gt; package&lt;/a&gt; has been released recently on
&lt;a href=&#34;https://cran.r-project.org&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CRAN&lt;/a&gt;. This package provides tools for determining select vitamin and mineral deficiencies based on World Health Organization (WHO) guidelines found
&lt;a href=&#34;https://www.who.int/teams/nutrition-and-food-safety/databases/vitamin-and-mineral-nutrition-information-system&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;what-does-micronutr-do&#34;&gt;What does &lt;code&gt;micronutr&lt;/code&gt; do?&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;micronutr&lt;/code&gt; package provides tools for determining select vitamin and mineral deficiencies using R. Currently, &lt;code&gt;micronutr&lt;/code&gt; has functions for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Detecting &lt;strong&gt;haemoglobinaemia&lt;/strong&gt; or anaemia based on an individual&amp;rsquo;s &lt;em&gt;serum haemoglobin&lt;/em&gt; level;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Detecting &lt;strong&gt;inflammation&lt;/strong&gt; status based on &lt;em&gt;c-reactive protein (CRP)&lt;/em&gt; and &lt;em&gt;alpha(1)-acid-glycoprotein (AGP)&lt;/em&gt;;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Detecting &lt;strong&gt;iron deficiency&lt;/strong&gt; status based on an individual&amp;rsquo;s &lt;em&gt;serum ferritin&lt;/em&gt; level;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Detecting &lt;strong&gt;iodine deficiency&lt;/strong&gt; status based on a population&amp;rsquo;s mean urinary iodine concentration.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;br&gt;
</description>
</item>

<item>
<title>ppitables R package update</title>
<link>https://katilingban.io/post/ppitables-update/</link>
Expand Down
2 changes: 1 addition & 1 deletion authors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<meta property="og:description" content="A collective of public health and nutrition experts and practitioners"><meta property="og:image" content="https://katilingban.io/img/katilingban_bw.png">
<meta property="twitter:image" content="https://katilingban.io/img/katilingban_bw.png"><meta property="og:locale" content="en-gb">

<meta property="og:updated_time" content="2024-04-19T01:27:00&#43;00:00">
<meta property="og:updated_time" content="2024-04-19T03:30:00&#43;00:00">



Expand Down
2 changes: 1 addition & 1 deletion authors/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>https://katilingban.io/authors/</link>
<atom:link href="https://katilingban.io/authors/index.xml" rel="self" type="application/rss+xml" />
<description>Authors</description>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-gb</language><copyright>©Katilingban `2024`</copyright><lastBuildDate>Fri, 19 Apr 2024 01:27:00 +0000</lastBuildDate>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-gb</language><copyright>©Katilingban `2024`</copyright><lastBuildDate>Fri, 19 Apr 2024 03:30:00 +0000</lastBuildDate>
<image>
<url>https://katilingban.io/img/katilingban_bw.png</url>
<title>Authors</title>
Expand Down
8 changes: 4 additions & 4 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<meta property="og:description" content="A collective of public health and nutrition experts and practitioners"><meta property="og:image" content="https://katilingban.io/img/katilingban_bw.png">
<meta property="twitter:image" content="https://katilingban.io/img/katilingban_bw.png"><meta property="og:locale" content="en-gb">

<meta property="og:updated_time" content="2024-04-19T01:27:00&#43;00:00">
<meta property="og:updated_time" content="2024-04-19T03:30:00&#43;00:00">



Expand Down Expand Up @@ -556,7 +556,7 @@ <h1>Categories</h1>


<div>
<h2><a href="/category/r/" >R</a></h2>
<h2><a href="/category/announcement/" >Announcement</a></h2>
<div class="article-style">

</div>
Expand All @@ -566,7 +566,7 @@ <h2><a href="/category/r/" >R</a></h2>


<div>
<h2><a href="/category/software/" >Software</a></h2>
<h2><a href="/category/r/" >R</a></h2>
<div class="article-style">

</div>
Expand All @@ -576,7 +576,7 @@ <h2><a href="/category/software/" >Software</a></h2>


<div>
<h2><a href="/category/announcement/" >Announcement</a></h2>
<h2><a href="/category/software/" >Software</a></h2>
<div class="article-style">

</div>
Expand Down
2 changes: 1 addition & 1 deletion categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>https://katilingban.io/categories/</link>
<atom:link href="https://katilingban.io/categories/index.xml" rel="self" type="application/rss+xml" />
<description>Categories</description>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-gb</language><copyright>©Katilingban `2024`</copyright><lastBuildDate>Fri, 19 Apr 2024 01:27:00 +0000</lastBuildDate>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-gb</language><copyright>©Katilingban `2024`</copyright><lastBuildDate>Fri, 19 Apr 2024 03:30:00 +0000</lastBuildDate>
<image>
<url>https://katilingban.io/img/katilingban_bw.png</url>
<title>Categories</title>
Expand Down
14 changes: 13 additions & 1 deletion category/announcement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<meta property="og:description" content="A collective of public health and nutrition experts and practitioners"><meta property="og:image" content="https://katilingban.io/img/katilingban_bw.png">
<meta property="twitter:image" content="https://katilingban.io/img/katilingban_bw.png"><meta property="og:locale" content="en-gb">

<meta property="og:updated_time" content="2020-07-10T00:30:00&#43;00:00">
<meta property="og:updated_time" content="2024-04-19T03:30:00&#43;00:00">



Expand Down Expand Up @@ -555,6 +555,18 @@ <h1>Announcement</h1>



<div>
<h2><a href="/post/micronutr/" >Determining vitamin and mineral status in populations</a></h2>
<div class="article-style">

We are a collective of multi-disciplinary experts and practitioners of public health and nutrition.

</div>
</div>




<div>
<h2><a href="/post/we-are-katilingban/" >We are Katilingban</a></h2>
<div class="article-style">
Expand Down
33 changes: 32 additions & 1 deletion category/announcement/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,44 @@
<link>https://katilingban.io/category/announcement/</link>
<atom:link href="https://katilingban.io/category/announcement/index.xml" rel="self" type="application/rss+xml" />
<description>Announcement</description>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-gb</language><copyright>©Katilingban `2024`</copyright><lastBuildDate>Fri, 10 Jul 2020 00:30:00 +0000</lastBuildDate>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-gb</language><copyright>©Katilingban `2024`</copyright><lastBuildDate>Fri, 19 Apr 2024 03:30:00 +0000</lastBuildDate>
<image>
<url>https://katilingban.io/img/katilingban_bw.png</url>
<title>Announcement</title>
<link>https://katilingban.io/category/announcement/</link>
</image>

<item>
<title>Determining vitamin and mineral status in populations</title>
<link>https://katilingban.io/post/micronutr/</link>
<pubDate>Fri, 19 Apr 2024 03:30:00 +0000</pubDate>
<guid>https://katilingban.io/post/micronutr/</guid>
<description>&lt;p&gt;Vitamin and mineral deficiencies continue to be a significant public health problem. This is particularly critical in developing countries where deficiencies to vitamin A, iron, iodine, and other micronutrients lead to adverse health consequences. Cross-sectional surveys are helpful in answering questions related to the magnitude and distribution of deficiencies of selected vitamins and minerals.&lt;/p&gt;
&lt;p&gt;Our work on micronutrient surveys motivated us to develop an R package that aids in the processing and analysis of micronutrient biomarkers data taken during cross-sectional surveys. Our
&lt;a href=&#34;https://nutriverse.io/micronutr&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;code&gt;micronutr&lt;/code&gt; package&lt;/a&gt; has been released recently on
&lt;a href=&#34;https://cran.r-project.org&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CRAN&lt;/a&gt;. This package provides tools for determining select vitamin and mineral deficiencies based on World Health Organization (WHO) guidelines found
&lt;a href=&#34;https://www.who.int/teams/nutrition-and-food-safety/databases/vitamin-and-mineral-nutrition-information-system&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;what-does-micronutr-do&#34;&gt;What does &lt;code&gt;micronutr&lt;/code&gt; do?&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;micronutr&lt;/code&gt; package provides tools for determining select vitamin and mineral deficiencies using R. Currently, &lt;code&gt;micronutr&lt;/code&gt; has functions for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Detecting &lt;strong&gt;haemoglobinaemia&lt;/strong&gt; or anaemia based on an individual&amp;rsquo;s &lt;em&gt;serum haemoglobin&lt;/em&gt; level;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Detecting &lt;strong&gt;inflammation&lt;/strong&gt; status based on &lt;em&gt;c-reactive protein (CRP)&lt;/em&gt; and &lt;em&gt;alpha(1)-acid-glycoprotein (AGP)&lt;/em&gt;;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Detecting &lt;strong&gt;iron deficiency&lt;/strong&gt; status based on an individual&amp;rsquo;s &lt;em&gt;serum ferritin&lt;/em&gt; level;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Detecting &lt;strong&gt;iodine deficiency&lt;/strong&gt; status based on a population&amp;rsquo;s mean urinary iodine concentration.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;br&gt;
</description>
</item>

<item>
<title>We are Katilingban</title>
<link>https://katilingban.io/post/we-are-katilingban/</link>
Expand Down
Loading

0 comments on commit 0874210

Please sign in to comment.