Skip to content

Mobile_ICP2

Vijaya Kumari Yeruva edited this page Jan 15, 2021 · 2 revisions

Example Wiki from other class

Assignment #1

Submit a short lab report, including screenshots and source code & data, to GitHub. Post your GitHub URL through the Assignment1 form at https://goo.gl/forms/zzzzzzzzzzzzz

Name: Vijaya Kumari Yeruva

Student Id: 09

Research topic: Drug Abuse/ Substance Abuse

Dataset:

Collected the 10 unique PubMed abstracts along with the titles related to Drug Abuse. Collected the data using two keywords Drug Abuse and Drug Addiction, with the help of given code (Retrive_abstract)

Abstracts

Example abstract: The sexual behaviors of 15- to 24-year-olds increase this population's risk of acquiring sexually transmitted infections (STIs). The present study aimed to describe the sexual behavior in the transition to adulthood Brazilian population and its association with STI history. We analyzed cross-sectional data collected from 8562 sexually active women and men who participated in the National Survey of Human Papillomavirus Prevalence (POP-Brazil). This large-scale survey enrolled participants from 26 Brazilian capitals and the Federal District. Professionals from primary care facilities were trained to collect data utilizing a standardized questionnaire with questions on sociodemographic, sexual behavior, and drug use. We constructed a Poisson model with robust variance for crude and adjusted analysis to investigate the variables' associations. We weighted the population size measures in each city and gender to adjust the sample's distribution to the study population. There were differences in several aspects of sexual behavior between genders. This is the first report regarding sexual behavior in a nationally representative population sample in Brazil. This study provides more valid estimates of sexual behavior and associated STIs, identifying important differences in sexual behavior and identifying predictors for referred STIs among females and males.

Statics:

All

Code snippet to read abstracts and their titles form the XML data:

Abstracts

Output:

output

Code snippet to count the no of words in the given abstracts:

Abstracts

Output:

output

Code snippet to count the no of words in the given abstracts that are verified by WordNet:

Abstracts

Code snippet to count the no of words in the given abstracts that are verified by Bioportal API:

API Key:

Abstracts

Adding Labels to output file whenever the term is available in the Bioportal API:

Abstracts

Output:

Abstracts

Challenges Faced:

Most of the times Bioportal API thrown an error ‘FileNotFoundException,’ as most of the terms are not available in the existing API.

Statics for individual abstracts:

Abstract1:

Abstracts

Abstract2:

Abstracts

Abstract3:

Abstracts

Abstract4:

Abstracts

Abstract5:

Abstracts

Abstract6:

Abstracts

Abstract7:

Abstracts

Abstract8:

Abstracts

Abstract9:

Abstracts

Abstract10:

Abstracts

Code snippet to count the no of Nouns and Verbs in POS tagging & PERSON and LOCATION in NER tagging:

Abstracts

Code snippet to count the no of triplets:

Abstracts

Clone this wiki locally