diff --git a/404.html b/404.html index e56fa55..c85df38 100644 --- a/404.html +++ b/404.html @@ -20,7 +20,7 @@ - + @@ -542,17 +542,19 @@

Latest

  • Example Talk
  • -
  • An example preprint / working paper
  • +
  • National Information Platforms for Nutrition Data Quality Toolkit
  • -
  • Slides
  • +
  • ennet: Utilities to Extract and Analyse Text Data from the Emergency Nutrition Network (en-net) Forum
  • -
  • External Project
  • +
  • Poverty Probability Index
  • -
  • Internal Project
  • +
  • We are Katilingban
  • -
  • An example journal article
  • +
  • An example preprint / working paper
  • -
  • An example conference paper
  • +
  • Slides
  • + +
  • External Project
  • diff --git a/author/abdoul-aziz-goza/index.html b/author/abdoul-aziz-goza/index.html index 91ac4ad..cb93f88 100644 --- a/author/abdoul-aziz-goza/index.html +++ b/author/abdoul-aziz-goza/index.html @@ -20,7 +20,7 @@ - + diff --git a/author/emmanuel-mandalazi/index.html b/author/emmanuel-mandalazi/index.html index 918a5d7..aa7e58b 100644 --- a/author/emmanuel-mandalazi/index.html +++ b/author/emmanuel-mandalazi/index.html @@ -20,7 +20,7 @@ - + diff --git a/author/ernest-guevarra/index.html b/author/ernest-guevarra/index.html index e62e63f..3165e11 100644 --- a/author/ernest-guevarra/index.html +++ b/author/ernest-guevarra/index.html @@ -20,7 +20,7 @@ - + @@ -283,7 +283,7 @@ - + @@ -721,6 +721,29 @@

    Education

    +
    +

    Latest

    + +
    + diff --git a/author/ernest-guevarra/index.xml b/author/ernest-guevarra/index.xml index fa78609..5f8a67d 100644 --- a/author/ernest-guevarra/index.xml +++ b/author/ernest-guevarra/index.xml @@ -5,12 +5,165 @@ https://katilingban.io/author/ernest-guevarra/ Ernest Guevarra - Source Themes Academic (https://sourcethemes.com/academic/)en-gb©Katilingban `2024` + Source Themes Academic (https://sourcethemes.com/academic/)en-gb©Katilingban `2024`Mon, 30 Nov 2020 00:30:00 +0000 https://katilingban.io/img/katilingban_bw.png Ernest Guevarra https://katilingban.io/author/ernest-guevarra/ + + National Information Platforms for Nutrition Data Quality Toolkit + https://katilingban.io/post/nipn-toolkit/ + Mon, 30 Nov 2020 00:30:00 +0000 + https://katilingban.io/post/nipn-toolkit/ + + + +<p><a href="http://www.nipn-nutrition-platforms.org">National Information Platforms for Nutrition (NiPN)</a> is an initiative of the European Commission to provide support to countries to strengthen their information systems for nutrition and to improve the analysis of data so as to better inform the strategic decisions they are faced with to prevent malnutrition and its consequences.</p> +<p>As part of this mandate, <a href="http://www.nipn-nutrition-platforms.org">NiPN</a> has commissioned work on the development of a toolkit to assess the quality of various nutrition-specific and nutrition-related data. This is a companion R package to the toolkit of practical analytical methods that can be applied to variables in datasets to assess their quality.</p> +<p>The focus of the toolkit is on data required to assess anthropometric status such as measurements of weight, height or length, MUAC, sex and age. The focus is on anthropometric status but many of presented methods could be applied to other types of data. <a href="http://www.nipn-nutrition-platforms.org">NiPN</a> may commission additional toolkits to examine other variables or other types of variables.</p> +<p>Data quality is assessed by:</p> +<ol style="list-style-type: decimal"> +<li><p>Range checks and value checks to identify univariate outliers</p></li> +<li><p>Scatterplots and statistical methods to identify bivariate outliers</p></li> +<li><p>Use of flags to identify outliers in anthropometric indices</p></li> +<li><p>Examining the distribution and the statistics of the distribution of measurements and anthropometric indices</p></li> +<li><p>Assessing the extent of digit preference in recorded measurements</p></li> +<li><p>Assessing the extent of age heaping in recorded ages</p></li> +<li><p>Examining the sex ratio</p></li> +<li><p>Examining age distributions and age by sex distributions</p></li> +</ol> +<p>To read more about <code>nipnTK</code>, visit the package <a href="https://nutriverse.io/nipnTK">website</a> where you can read more about the package and learn how the data quality assessment is performed in <a href="https://cran.r-project.org">R</a>.</p> +<p><br> +<br></p> + + + + + ennet: Utilities to Extract and Analyse Text Data from the Emergency Nutrition Network (en-net) Forum + https://katilingban.io/post/extract-analyse-ennet-forum/ + Tue, 24 Nov 2020 00:30:00 +0000 + https://katilingban.io/post/extract-analyse-ennet-forum/ + + + +<p><a href="https://www.en-net.org"><strong>en-net</strong></a> is the go to online forum for field practitioners requiring prompt technical advice for operational +challenges for which answers are not readily accessible in current guidelines. The questions and the corresponding answers raised within +<a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> can provide insight into what the key topics of discussion are within the nutrition sector. +This package provides utility functions for the extraction, processing and analysis of text data from the online forum.</p> +<div id="what-does-ennet-do" class="section level2"> +<h2>What does <code>ennet</code> do?</h2> +<p>The <code>ennet</code> package has two key sets of functions:</p> +<ol style="list-style-type: decimal"> +<li><p>The first set of functions facilitates the extraction of text data from the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a>.</p></li> +<li><p>The second set of functions supports the analysis of the extracted datasets to produce summary measures and statistics of the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a>.</p></li> +</ol> +</div> +<div id="usage" class="section level2"> +<h2>Usage</h2> +<div id="the-ennet-data-extraction-workflow" class="section level3"> +<h3>The <code>ennet</code> data extraction workflow</h3> +<p><code>ennet</code> package provides a set of functions that extracts information from the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a>. This set of +functions was built on top of the <a href="https://rvest.tidyverse.org"><code>rvest</code></a> package which provides robust and performant web scraping functions and +the <a href="https://dplyr.tidyverse.org"><code>dplyr</code></a> package which provides a full suite of data manipulation functions. The <code>ennet</code> package was designed +to be able to interact with how the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> has been structured.</p> +<div id="en-net-website-structure" class="section level4"> +<h4>en-net website structure</h4> +<p>The <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> website has a very clear and clean structure. The opening page is a list of <strong>thematic +areas</strong> which are linked to each of their respective webpages. In each of these <strong>thematic area</strong> webpages is another list, this time a list of +<strong>topics</strong> raised within the <strong>thematic area</strong>. These <strong>topics</strong> are the text that an online user provides as the title for the question she/he +is going to ask. Each of the <strong>topics</strong> are then again linked to their respective webpages that show the actual full question raised and the +ensuing responses and <strong>discussion</strong> stemming from that question.</p> +<p><img src="ennet_structure.png" width="100%" style="display: block; margin: auto;" /></p> +<p>Based on this structure, the following functions are available from the <code>ennet</code> package for extracting text data:</p> +<ul> +<li><p><code>get_themes</code> - function to get a list of thematic areas in the forum;</p></li> +<li><p><code>get_theme_topics</code> and <code>get_themes_topics</code> - functions to get list of topics for a specific thematic area or thematic areas; and,</p></li> +<li><p><code>get_topic_discussions</code> and <code>get_topics_discussions</code> - functions to get list of discussions for a specific topic or topics,</p></li> +</ul> +<p>For a more detailed discussion of the data extraction workflow via the <code>ennet</code> package, read <a href="https://katilingban.io/ennet/articles/extract.html">Utilities to Extract Text Data from en-net</a>.</p> +</div> +</div> +<div id="the-ennet-analytics-functions" class="section level3"> +<h3>The <code>ennet</code> analytics functions</h3> +<p>The <code>ennet</code> package also includes analytic functions that summarises the text data available from the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a>. Currently, there are four analytic functions available from <code>ennet</code>:</p> +<ul> +<li><p><code>count_topics</code> - function to count the number of topics or questions by theme and date;</p></li> +<li><p><code>count_authors</code> - function to count the number of topics attributed to a specific author;</p></li> +<li><p><code>arrange_views</code> - function to arrange topics by number of views; and,</p></li> +<li><p><code>arrange_replies</code> - function to arrange topics by number of replies.</p></li> +</ul> +<p>For a more detailed discussion of the analytics functions available from the <code>ennet</code> package, read <a href="https://katilingban.io/ennet/articles/analytics.html">Summarising en-net online forum statistics</a>.</p> +</div> +<div id="utilities-and-datasets" class="section level3"> +<h3>Utilities and datasets</h3> +<p>In addition to these two sets of key functions, <code>ennet</code> package also includes a function - <code>update_topics</code> - that extracts the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> dataset and updates it at a given time interval. This is a convenience wrapper function to <code>get_themes_topics</code> that is potentially useful for those who wants to build dashboards or applications that uses data from the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a>.</p> +<p>Two datasets are also included in the <code>en-net</code> package. The first dataset is a data.frame of <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> themes and the second dataset is a data.frame of <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> topics.</p> +</div> +</div> +<div id="practical-applications" class="section level2"> +<h2>Practical applications</h2> +<p>The <a href="https://www.en-net.org/"><strong>en-net</strong></a> online forum is a rich resource for understanding the community of users that participate in it. And given how an online forum is designed, that resource can be tapped relatively easily given that the documentation of the interaction and discussion between its users happens in real-time. The <code>ennet</code> package facilitates the access to that information through the statistical analysis tool <a href="https://cran.r-project.org">R</a> with which further levels of analysis can be applied to generate meaningful and valuable understanding of this specific community and to some extent the greater nutrition sector at large.</p> +<p>Following are a few practical and meaningful applications of the information generated by the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a>.</p> +<div id="assess-effectiveness-of-the-en-net-online-forum" class="section level3"> +<h3>Assess effectiveness of the en-net online forum</h3> +<p>The data from the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> can be used to assess effectiveness of the forum. Effectiveness can be defined as whether the forum has been able to achieve its stated aims/objectives when it was started. Effectiveness can also be expressed in terms of indicators or metrics that reflect overarching principles, ideals or values that those who started the forum adhere to or that the community of users and the wider sector or society believe in. These may include values of inclusion, participation, scientific rigour among others. Given that the forum has been in existence for many years now, information is available over the same period allowing for assessing temporal variation in effectiveness (as defined). This application is a more <strong>normative approach</strong> and will involve creating or developing metrics or taking relevant metrics from other sectors and applying those to this case.</p> +</div> +<div id="identify-gaps-in-information-knowledge-andor-skills" class="section level3"> +<h3>Identify gaps in information, knowledge and/or skills</h3> +<p>Given the nature of the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> as a quick point of recourse for field practitioners to seek answers to practical questions and challenges faced, it can be expected that the data from the forum contains information on what these topics are. These information can then be used to identify most common or most important information, knowledge and skills that have been asked about. By identifying these gaps in information, knowledge and/or skills and by understanding the evolution of these needs over time, we can potentially predict training needs in the near term and over time. This application is a more <strong>formative approach</strong> in that we let the data tell us what information it holds.</p> +</div> +</div> +<div id="summary" class="section level2"> +<h2>Summary</h2> +<p>The <code>ennet</code> package provides <a href="https://cran.r-project.org">R</a> users access to text data from the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> which can be used for various purposes. In the coming weeks, we’ll be using the <code>ennet</code> package to draw data from the <a href="https://www.en-net.org"><strong>en-net</strong> online forum</a> to analyse the topics and discussions in the forum and answer questions that may offer a deeper insight into the community that the online forum fosters.</p> +<p>If you have ideas of questions to explore through the <code>ennet</code> package, let us know <a href="https://github.com/katilingban/ennet/issues">here</a>.</p> +<p><br> +<br></p> +</div> + + + + + Poverty Probability Index + https://katilingban.io/post/ppitables/ + Mon, 21 Sep 2020 00:30:00 +0000 + https://katilingban.io/post/ppitables/ + + + +<p>We just launched the eighth release (version 0.5.3) of <code>ppitables</code>, our <a href="https://cran.r-project.org">R</a> package containing <a href="https://www.povertyindex.org">Poverty Probability Index (PPI®)</a> lookup tables for the 61 countries where <a href="https://www.povertyindex.org">PPI®</a> can be calculated. The <a href="https://www.povertyindex.org">PPI®</a> is a poverty measurement tool for organisations and businesses with a mission to serve the poor created by <a href="https://www.poverty-action.org">Innovations for Poverty Action (IPA)</a>.</p> +<p><a href="https://katilingban.io/ppitables/" target="_blank"><img src="https://katilingban.io/img/ppitables.png" width="300px" align="center"></a></p> +<p>Initially released in March of 2018, <code>ppitables</code> has now been downloaded by more than 12,000 <a href="https://cran.r-project.org">R</a> users averaging more than 500 downloads per month.</p> +<p>We developed <code>ppitables</code> to support our use of the <a href="https://www.povertyindex.org">PPI®</a> for surveys and assessments we have conducted. Our main use case for <a href="https://www.povertyindex.org">PPI®</a> is as an alternative means to classify wealth in our survey sample as opposed to the more widely used and traditional household asset listing and application of <em>principal components analysis (PCA)</em> for household wealth ranking used by the <a href="https://www.worldbank.org">World Bank</a> and by the <a href="https://dhsprogram.com">Demographic and Health Surveys (DHS)</a>. Using the answers to just 10 questions about a household’s characteristics and asset ownership, a score is calculated and the likelihood of a household living below poverty line is computed. To learn more about the <a href="https://www.povertyindex.org">PPI®</a>, its history and development, go <a href="https://www.povertyindex.org/about-ppi">here</a>. To read more about how to use <a href="https://www.povertyindex.org">PPI®</a>, click <a href="https://www.povertyindex.org/get-started-ppi">here</a>.</p> +<p>The <code>ppitables</code> package is aimed at <a href="https://cran.r-project.org">R</a> users whose work and/or research includes the use of the <a href="https://www.povertyindex.org">PPI®</a>. The package facilitates the conversion of country-specific household <a href="https://www.povertyindex.org">PPI®</a> score into a poverty likelihood value for a household. Users can immediately write appropriate scripts to convert data they may have of a sample of households in a particular country into the respective poverty probabilities using the country-specific lookup tables.</p> +<p>In this eighth iteration of the package, we have added the most recently released lookup tables for Malawi that uses <a href="https://www.poverty-action.org">IPA</a>’s current approach to calculating poverty probabilities. For more information about <code>ppitables</code> and how to use it, visit the package <a href="https://katilingban.io/ppitables/">website</a>. To view the package source code, see the package’s <a href="https://github.com/katilingban/ppitables">GitHub repository</a>.</p> +<p>If you have used <code>ppitables</code> before or have used it recently, we’d love to hear from you for feedback and comments. If you find a bug or error or would like to request additional feature/s, file an issue <a href="https://github.com/katilingban/ppitables/issues">here</a>.</p> +<p><br> +<br></p> + + + + + We are Katilingban + https://katilingban.io/post/we-are-katilingban/ + Fri, 10 Jul 2020 00:30:00 +0000 + https://katilingban.io/post/we-are-katilingban/ + + + +<blockquote> +<p><strong>katilingban</strong> - <em>[ka-ti-ling-ban]</em>: (n.) A Cebuano word meaning 1) a group or a community of people; 2) society, organisation or club.</p> +</blockquote> +<p>It is at times of extreme social struggle and difficulty that we are reminded of the <em>primacy of the collective</em> and the value of working towards the <em>common good</em>. The current global health crisis brought about by the <strong>COVID-19</strong> pandemic along with the social upheaval caused by the continuing and persistent racial injustice in the United States recently sparked by the death of George Floyd at the hands of a white police officer and which has grown into a worldwide <strong>Black Lives Matter</strong> movement are the signs of the times. And these are the times when the power of collective action towards the common good is even more crucial.</p> +<p>It is against this backdrop that I, together with three other colleagues, have founded <strong>Katilingban</strong>, <em>a collective of multi-disciplinary experts and practitioners in public health and nutrition</em>. Though coming from different nationalities and diverse backgrounds and experiences, one of our main commonalities is our community-based orientation - from a doctor who ran a community-based mental health programme for civil war-affected children and youth in the Philippines, to a public health practitioner who studies and works with communities to understand their context to inform health and nutrition programming, to a community health and nutrition expert who has performed multiple coverage assessments and evaluations of community-based nutrition programmes in the past decade illustrating how the community aspect of these programmes has mostly been poorly done, and to a nutrition data expert who has implemented numerous nutrition surveys to aid in the design and planning of nutrition programmes advocating for more community participation in programme design and planning. And it is this community-based orientation that inspired us to form our own collective, to form <strong>Katilingban</strong>.</p> +<p>For the remainder of 2020, we would like to once again emphasise the importance of coverage of health and nutrition programming more so in the light of the COVID-19 pandemic. The pandemic has disrupted health and nutrition in more ways than just the infection itself. The global focus on COVID-19 has potentially further widened disparities in other health and nutrition outcomes particularly in low and middle income countries through a variety of mechanisms. We would like to collaborate with other organisations and researchers who are keen on assessing the impact of the pandemic on various aspects of health and nutrition in low and middle income countries. And given the limitations posed by the pandemic, we would like to explore the use of relatively new or less utilised modalities of primary data collection and to test and utilise other analytical techniques on already existing secondary data and routine programme data taht would allow us to still examine and understand the on-going health and nutrition situation other than COVID-19.</p> +<p>Interested in collaborating? <a href="https://katilingban.io/#contact">Contact</a> us.</p> +<p><br> +<br></p> + + + diff --git a/author/katilingban/index.html b/author/katilingban/index.html index 7e74a85..9b665c1 100644 --- a/author/katilingban/index.html +++ b/author/katilingban/index.html @@ -20,7 +20,7 @@ - + diff --git a/author/lionella-fieschi/index.html b/author/lionella-fieschi/index.html index 5bad85a..83c1f57 100644 --- a/author/lionella-fieschi/index.html +++ b/author/lionella-fieschi/index.html @@ -20,7 +20,7 @@ - + diff --git a/author/robert-ford/index.html b/author/robert-ford/index.html index fb3a27a..f0f7c93 100644 --- a/author/robert-ford/index.html +++ b/author/robert-ford/index.html @@ -20,7 +20,7 @@ - + diff --git a/authors/index.html b/authors/index.html index 954307d..96382e4 100644 --- a/authors/index.html +++ b/authors/index.html @@ -20,7 +20,7 @@ - + @@ -283,7 +283,7 @@ - + @@ -556,6 +556,9 @@

    Authors

    +
  • Ernest Guevarra
  • + +
  • Katilingban
  • @@ -568,9 +571,6 @@

    Authors

  • Emmanuel Mandalazi
  • -
  • Ernest Guevarra
  • - -
  • Lionella Fieschi
  • diff --git a/authors/index.xml b/authors/index.xml index 817c560..b56eccc 100644 --- a/authors/index.xml +++ b/authors/index.xml @@ -5,7 +5,7 @@ https://katilingban.io/authors/ Authors - Source Themes Academic (https://sourcethemes.com/academic/)en-gb©Katilingban `2024`Sun, 07 Apr 2019 00:00:00 +0000 + Source Themes Academic (https://sourcethemes.com/academic/)en-gb©Katilingban `2024`Mon, 30 Nov 2020 00:30:00 +0000 https://katilingban.io/img/katilingban_bw.png Authors diff --git a/categories/index.html b/categories/index.html index 02e603a..4ef5357 100644 --- a/categories/index.html +++ b/categories/index.html @@ -20,7 +20,7 @@ - + @@ -283,7 +283,7 @@ - + @@ -552,6 +552,36 @@

    Categories

    + + + +
    +

    R

    +
    + +
    +
    + + + + +
    +

    Software

    +
    + +
    +
    + + + + +
    +

    Announcement

    +
    + +
    +
    + diff --git a/categories/index.xml b/categories/index.xml index 11dc347..70c7dcc 100644 --- a/categories/index.xml +++ b/categories/index.xml @@ -5,7 +5,7 @@ https://katilingban.io/categories/ Categories - Source Themes Academic (https://sourcethemes.com/academic/)en-gb©Katilingban `2024` + Source Themes Academic (https://sourcethemes.com/academic/)en-gb©Katilingban `2024`Mon, 30 Nov 2020 00:30:00 +0000 https://katilingban.io/img/katilingban_bw.png Categories diff --git a/courses/example/example1/index.html b/courses/example/example1/index.html index 8432ed1..f760df3 100644 --- a/courses/example/example1/index.html +++ b/courses/example/example1/index.html @@ -20,7 +20,7 @@ - + diff --git a/courses/example/example2/index.html b/courses/example/example2/index.html index 060bc16..5c1374c 100644 --- a/courses/example/example2/index.html +++ b/courses/example/example2/index.html @@ -20,7 +20,7 @@ - + diff --git a/courses/example/index.html b/courses/example/index.html index 7f49a75..c55f8e0 100644 --- a/courses/example/index.html +++ b/courses/example/index.html @@ -20,7 +20,7 @@ - + diff --git a/courses/index.html b/courses/index.html index 24452a1..17f1f3b 100644 --- a/courses/index.html +++ b/courses/index.html @@ -20,7 +20,7 @@ - + diff --git a/index.html b/index.html index db08703..906409b 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ - + @@ -745,11 +745,11 @@

    Founders

    - Avatar + Avatar
    -

    Abdoul-Aziz Goza

    +

    Ernest Guevarra

    Founding Member