<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
  <channel>
    <title>DSpace Community: Faculty of Informatics</title>
    <link>http://etd.aau.edu.et:80/dspace/handle/123456789/7</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li resource="http://etd.aau.edu.et:80/dspace/handle/123456789/4748" />
        <rdf:li resource="http://etd.aau.edu.et:80/dspace/handle/123456789/4708" />
        <rdf:li resource="http://etd.aau.edu.et:80/dspace/handle/123456789/4707" />
        <rdf:li resource="http://etd.aau.edu.et:80/dspace/handle/123456789/4705" />
      </rdf:Seq>
    </items>
  </channel>
  <textInput>
    <title>The Community's search engine</title>
    <description>Search the Channel</description>
    <name>search</name>
    <link>http://etd.aau.edu.et:80/dspace/simple-search</link>
  </textInput>
  <item rdf:about="http://etd.aau.edu.et:80/dspace/handle/123456789/4748">
    <title>DEVELOPING A PREDICTIVE MODEL FOR FERTILITY PREFERENCE OF WOMEN OF REPRODUCTIVE AGE USING DATA MINING TECHNIQUES</title>
    <link>http://etd.aau.edu.et:80/dspace/handle/123456789/4748</link>
    <description>Title: DEVELOPING A PREDICTIVE MODEL FOR FERTILITY PREFERENCE OF WOMEN OF REPRODUCTIVE AGE USING DATA MINING TECHNIQUES
&lt;br/&gt;
&lt;br/&gt;Authors: TARIKU, DEBELA
&lt;br/&gt;
&lt;br/&gt;Abstract: Background: Fertility is one of the major factors that determine the overall size, distribution&#xD;
and/or structure of a population. High fertility in developing countries(particularly, in the&#xD;
poorest of those countries) poses detrimental consequences like a high fraction of women&#xD;
experiencing pregnancies of order five and above and a greater likelihood of short interpregnancy&#xD;
intervals. These are threat to the health of mothers and their children. At a macrolevel,&#xD;
high fertility also contributes to high population growth which in turn results in slow&#xD;
economic growth, environmental degradation and unemployment, among others. Assessing&#xD;
fertility preference helps identify the proportion of women who demand for children and&#xD;
those who intend to limit childbearing. This aids in developing and implementing appropriate&#xD;
intervention programs for the purpose of achieving reductions in fertility levels necessary to&#xD;
slow population growth.&#xD;
Objective: To explore the possibility of applying data mining techniques in developing a&#xD;
model that can predict fertility preferences of women of reproductive age from EDHS2011&#xD;
women’s survey dataset collect by CSA.&#xD;
Methodology: For this study, a six-step hybrid knowledge discovery process model was&#xD;
adopted. Through the steps, a dataset containing 15 attributes and 16515 records of women&#xD;
was constructed for building models.&#xD;
Results: Three data mining classification algorithms, J48, Naïve Byes and neural Network&#xD;
(Multilayer Perceptron), were tested using 10-fold-cross-validation. The classifiers were&#xD;
implemented on the dataset with all and selected features. Several experiments were&#xD;
constructed and the accuracy achieved on selected feature subset was 75.92%, 77.34%,&#xD;
78.03% for Naïve Bayes, Multilayer Perceptron and J48, respectively.&#xD;
Conclusion: In this study, feature selection generally improved prediction performance of the&#xD;
classifiers. J48 model with accuracy of 78.03% was found to be relatively better predictor of&#xD;
fertility preference of women. This research study did indicate that data mining can be&#xD;
applied to women’s dataset to identify determinants of fertility preference and classify&#xD;
women according to their childbearing preferences. Age, number of living children,&#xD;
education, child death experience, marital status, sex of child and region are found to be the&#xD;
most important factors that determine fertility preference of women.
&lt;br/&gt;
&lt;br/&gt;Description: A thesis submitted to the School of Graduate Studies of Addis Ababa&#xD;
University in Partial Fulfillment of the Requirements for the Degree&#xD;
of Master of Science in Health Informatics</description>
  </item>
  <item rdf:about="http://etd.aau.edu.et:80/dspace/handle/123456789/4708">
    <title>DESIGNINIG A STEMMING ALGORITHM FOR SILT’E LANGUAGE</title>
    <link>http://etd.aau.edu.et:80/dspace/handle/123456789/4708</link>
    <description>Title: DESIGNINIG A STEMMING ALGORITHM FOR SILT’E LANGUAGE
&lt;br/&gt;
&lt;br/&gt;Authors: MUZEYN, KEDIR
&lt;br/&gt;
&lt;br/&gt;Abstract: Variant word forms that are likely to be encountered in indexing and retrieval are one of the&#xD;
causes of the problems that are involved in the use of freetext retrieval system. The variant word&#xD;
structure s used in indexing and searching are to be expected in determining the relevance of a&#xD;
document to a user query that specifies just a single form. Shrinking the variant words in to one&#xD;
form advances the performance of IR system and this can be achieved by conflation techniques,&#xD;
which is usually stemming that is established in this work. Stemmers are used in information&#xD;
retrieval to reduce as many related words and word forms as possible to a standard form, which&#xD;
can then be used in the retrieval process. This research explores the possibility of developing a&#xD;
stemmer to conflate variant words of Silt’e language.&#xD;
Silt’e belongs to the Semitic language group. These languages have a common grammatical&#xD;
system based on a root-pattern structure. Consonants bear the basic meaning while vowels form&#xD;
different patterns. Stems are built from consonantal roots before other word forms are built.&#xD;
Silt’e uses affixation and reduplication to derive different word forms from stems. Common&#xD;
affixations are prefix, suffix, and infix. Silt’e uses extensive concatenation of affixes and can&#xD;
result in relatively long words, which often contain an amount of semantic information&#xD;
equivalent to a whole English phrase, clause or sentence. As a result of this complex&#xD;
morphological structure, a single Silt’e word can have very large variants.&#xD;
To design the stemmer, a sample text was collected from different sources and research paper&#xD;
that explains the morphology of Silt’e language also used and affixes and stopwords collected&#xD;
from this research paper and the sample text document to develope the stemmer. The stemmer,&#xD;
developed in this study is iterative and uses context sensitive and recoding rules that remove&#xD;
prefix, suffix and reduplication of letters (type 1 and type 2). In this experiment the stripping&#xD;
procedure were applied in order: prefix, suffix and finally letter reduplication. The stemmer was&#xD;
tested on a sample data of 1486 words, which were selected randomly from the sample texts. The&#xD;
result of the experiment shows that, the stemmer performs at accuracy of 85.71%, and brings a&#xD;
dictionary reduction of 34.99% for stem words. Lastly conclution and the possible&#xD;
recommendation for future work were reported.
&lt;br/&gt;
&lt;br/&gt;Description: A thesis submitted to School of Graduate Studies of Addis Ababa University&#xD;
in partial fulfillment of the Requirement for the Degree of Master of Science&#xD;
in Information Science</description>
  </item>
  <item rdf:about="http://etd.aau.edu.et:80/dspace/handle/123456789/4707">
    <title>INFORMATION NEEDS AND SEEKING BEHAVIOR AMONG HEALTH PROFESSIONALS WORKING AT GOVERNMENTAL HOSPITAL AND HEALTH CENTERS IN BAHIR DAR TOWN, AMHARA REGION, ETHIOPIA.</title>
    <link>http://etd.aau.edu.et:80/dspace/handle/123456789/4707</link>
    <description>Title: INFORMATION NEEDS AND SEEKING BEHAVIOR AMONG HEALTH PROFESSIONALS WORKING AT GOVERNMENTAL HOSPITAL AND HEALTH CENTERS IN BAHIR DAR TOWN, AMHARA REGION, ETHIOPIA.
&lt;br/&gt;
&lt;br/&gt;Authors: MULUSEW, ANDUALEM
&lt;br/&gt;
&lt;br/&gt;Abstract: Background: Universal access to information for health professionals is a pre requisite for meeting the MDGs and achieving health for all strategy. In developing countries, a large proportion of the population, including health professionals have no or only poor access to health information resources due to poor infrastructures, economic related, poor attention, etc&#xD;
Objective: The purpose of this study is to assess information needs and seeking behavior of health professionals working at Governmental Hospitals and Health Centers in Bahir Dar town, Amhara Region, Ethiopia.&#xD;
Methods: A cross sectional study design using quantitative and qualitative approaches was carried out to achieve the research objectives using 350 study participants. Self-administered questionnaire and observation checklist were instruments to collect the required data. Manually edited data were entered in to computer using Epi-info version 3.5.1; further cleaned and exported to SPSS statistics version19; then cleaned again and analyzed as needed. Frequencies, cross tabulation, chi-square, Odds ratio with 95%CI, and Binary logistic regression analysis were done to describe and assess associations among variables of interest.&#xD;
Results: Nearly all (97.3%) of respondents reported that they need health information to update themselves and support daily activities. More than half (54%) encountered problems on their daily activities due to information limitation. Major barriers to access information were geographical, organizational, personal, economic related, educational status and time. Only 145 (42.8%) respondents have access to internet at different places with various frequencies and have shown statistically significant association (p &lt;0.05) with age, sex, monthly income, computer literacy and access, patient seen per day, working experience, and working site. Majority of study participants have too much limited access to different information resources, especially library and internet. More than half (57.7%) respondents seek information by consulting their hard copies when there is a need. About 151(44.5%) respondents prefer to access on job trainings and soft copies next to hardcopies.&#xD;
Conclusions and recommendations: Almost all respondents need to access health information and more than 80% of study areas have no library, internet and computer services. Therefore, great attentions and efforts must be done to help those starved health professionals working at those areas.
&lt;br/&gt;
&lt;br/&gt;Description: A THESIS SUBMITTED TO SCHOOL OF GRADUATE STUDIES OF ADDIS ABABA UNIVERSITY IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTERS OF SCIENCE IN HEALTH INFORMATICS.</description>
  </item>
  <item rdf:about="http://etd.aau.edu.et:80/dspace/handle/123456789/4705">
    <title>A WEB-BASED NATIONAL DATA CENTER FRAMEWORK TO INTEGRATE HEALTH RELATED PUBLICATIONS IN ETHIOPIA</title>
    <link>http://etd.aau.edu.et:80/dspace/handle/123456789/4705</link>
    <description>Title: A WEB-BASED NATIONAL DATA CENTER FRAMEWORK TO INTEGRATE HEALTH RELATED PUBLICATIONS IN ETHIOPIA
&lt;br/&gt;
&lt;br/&gt;Authors: -Birhan, Atnafu
&lt;br/&gt;
&lt;br/&gt;Abstract: Background—Managing and integration health information has been possible and improved&#xD;
through different technologies such as web-based systems and computer applications. The&#xD;
objective of this study is to search for a solution to integrate health related publications&#xD;
from various nationwide hospitals and health associations and institutes using a central&#xD;
web-based national data center for publications to mobilize the new fragmented, but interrelated&#xD;
health publications.&#xD;
Methods— There are many hospitals, health associations and institutes throughout&#xD;
Ethiopia; but the activities in these institutes within health care delivery and management&#xD;
are almost similar. Therefore, variables and definitions for activities are almost identical&#xD;
for the proposed Web-based National Data Center application. For this reason, only&#xD;
limited numbers of health institutes are taken from Addis Ababa for data gathering using&#xD;
purposive and stratified sampling methods. Data were collected and analyzed to obtain&#xD;
representative input requirements to design the new system. Based on the results of the&#xD;
analysis, common services, practices, information technology usage, locally available and&#xD;
international health websites and publications were identified; methods for data security&#xD;
are assessed, interpreted and devised..&#xD;
Results — This is the first web-based national data center proposed to integrate health&#xD;
related publications from local and foreign sources in Ethiopian context. The health sector&#xD;
is vast and broad that encompasses different resources. In this thesis, based on the results&#xD;
of the requirements analysis, the web-based national data center for health related&#xD;
publications system is proposed as a solution for integration of health related publications.&#xD;
Only one of the segments of the health resources, publication, is addressed using webbased&#xD;
application. Even though there are many services which can be done in the same&#xD;
area yet, the researcher believes that this application may serve as a pilot to design and&#xD;
implement a full-fledged system. Therefore, this application is open, flexible and&#xD;
amendable for any change which is found to be essential.
&lt;br/&gt;
&lt;br/&gt;Description: A thesis Submitted to the School of Graduate Studies&#xD;
Addis Ababa University in Partial Fulfillment of the Requirement&#xD;
for the Degree of Master of Science in Health Informatics</description>
  </item>
</rdf:RDF>

