Java thread …importance of synchronization!!!

 

Java_thread1

Java_thread2
package SchizoPhrenia;
public class SchizophreniaSymptoms {
public static void main(String[] args) {
/*vague symptoms*/
String[] symptoms = {“catatonia”,”depression”,”delusion”,”halluinations”,”disorganized thinking”,”abnormal motor behavior” };
for(String temp : symptoms){
System.out.println(temp);
}
}

}

Java_Schozophrenia

Zika Virus outbreak!

The main strategy to counter Zika virus outbreak is to control vector (Aedis Aegypti mosquitos). Zika virus infection is not as dangerous as dengue fever, both belong to the same virus family though. Clinical symptoms includes rash, fever, myalgia as like other viral infections, however, few cases of GBS (Guilen Bar Syndrome) in Brazil is main point of concern. Locally transmitted case is not detected in United States as such, however, cases have been detected in people who recently returned from travel. Locally transmitted case is detected in Puerto Rico.

 

Epidemiology of Hydrocephalus!

Here I synchronized Shakira’s Ojos asi track with my own Hydrocephalus MP3.

Epidemiology of hydrocephalous (Martin-Laez, Caballero-Arzapalo, Lopez-Menendez, Arango-Lasprilla, & Vazquez-Barquero, 2015) (Kamble, Venkataramana, & Raghunath, 2011) (Yang et al., 2015)

Kamble, R. B., Venkataramana, N. K., & Raghunath, C. N. (2011). Dengue encephalitis associated with hydrocephalus. A case report. Neuroradiol J, 24(6), 833-837.

Martin-Laez, R., Caballero-Arzapalo, H., Lopez-Menendez, L. A., Arango-Lasprilla, J. C., & Vazquez-Barquero, A. (2015). Epidemiology of Idiopathic Normal Pressure Hydrocephalus: A Systematic Review of the Literature. World Neurosurg, 84(6), 2002-2009. doi:10.1016/j.wneu.2015.07.005

Yang, X., Shen, L., Lin, Q. S., Li, R., Quanmin, N., & Yongming, Q. (2015). A hypothesis of traumatic subdural effusion associated with communicating hydrocephalus in infants and its management. J Craniofac Surg, 26(2), 435-437

 

SQL

Create Table Hydrocephalus

Column ID

Column Age (int)

Column SurgeonName

Column Race

Column IncomeLevel

ColumnICDCode

 

Then I can create another Table

Create Table  Insurance

Column ID;

Column Insurance

Column ZipCode

ColumnICDCode

 

Now, applying primary key, I can fetch useful information what I need for analysis, then I can send it SAS.

In SAS, I will store in libray and will rename it.

Proc

Set

Proc Print

Run;

Then I will do another analysis (logistic).

With the help of SAS, and other data visualization tools lie (Tableu) , I will presne the data in most understandable way.

Here I can  use Java Programming too.

 

  • I can create the database of patients with hydrocephalus who underwent for shunt.
  • With epi knowledge, I would love design studies to know the exact causes of hydrocephalus in adult age group.
  • I will apply mathematical model to arrange risk factors and outcome
  • I will do analysis with SAS
  • With Java programing, at present knowledge, I can produce coding which might be useful for simple app
  • I am in process of learning Python, which might be useful for me in creation of modeling for presentation of Hydrocephalus data on maps. (cartographic presentation)

 

 

Epidemiology of Yoga

References:

Moadel, A., Shah, C., Harris, M. S., Wylie-Rosett, J., Patel, S. R., Hall, C. B., & Sparono, J. A. (2007, Oct 1). Randomized Control Trial of yoga among a multiethnic sample of breast cancer patients:effects on quality of life. Journal of clinical Oncology, 25(28), 4387-95.

 

YogaStand

package YogaStand;

import org.omg.Messaging.SyncScopeHelper;

public class StandingPoses {

public static void main(String[] args) {
/*standing position has many aasans*/
String[] aasana = {“tadasana”, “urdhavahastasana”,”malasana”,”utkatasana”, “vrksana”};
for(String temp : aasana){
System.out.println(temp);
}
}

}

Epidemiology of glaucoma!

 

Galucoma is the pathological condition of the eye which involves the damage of optic nerve, ultimately resulting in blindness, sources of major disabilities across the world.  Blindness resulting from glaucoma is highest among African Americans, which reflects the disparity and inequalities across the races.

151222_008

 

Here I am using Java Programming to demonstrate the shorter half life of acetazolamide compared to other carbonic anhydrase inhibitors. These are DOC(drug of choice) medication for glaucoma!

ss7 ss8

Pilocarpine (parasymapthomimetic), another drug used in glaucome but with precaution, genrally one or two drops .. I used ‘do while’ java programing to demonstrate it. PilocarpineSS

package Acetazolamide;

public class CarAnhInh {
/* Acetazolamide is carbonic anhydrase inhibitor
*
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(“AntiGlucomaDrugs”);

int Usa= 50;
int India=1;
int result = Usa-India;
System.out.println(“differenceInPrices ” + result);
}
package Acetazolamide;

public class HalfLife {

public static void main(String[] args) {
// TODO Auto-generated method stub
int B = 3000 ;
int A= 3;

if (B < A){
System.out.println(“perhaps drug is wrong”);
}

if (B == A){
System.out.println(“acetazolamide is of long duration which is not possible”);

}
if (B > A){
System.out.println(” Corret Brenzolamide has long halflife than Acetazolamide”);

}
}

}

package Acetazolamide;

public class pilocarpine {

public static void main(String[] args) {
int d= 4;

do {
System.out.println (“d=”+ d);
d–;
}while (d > 0);

}

}

package Acetazolamide;

public class piloAndAceta {

public static void main(String[] args) {
int p, a;
p=76;
a=120;
if (p >50 && a >50){
System.out.println(“half life is good”);
}else if ( p >50 || a > 50){
System.out.println(“atleast one of drugs has good half life”);
}else{
System.out.println(“none of drugs have good half life”);
}

}
}

package Acetazolamide;

public class AllGalucoDrugs {

public static void main(String[] args) {
String j = “Aceta” ;
switch (j){

case “Alphaand”:
System.out.println(“notdoc”);
break;
case “Aceta”:
System.out.println(“doc”);
break;
case “ProgAnal”:
System.out.println(“litonoprost”);
break;
case “Piloc”:
System.out.println(“Sjogren”);
break;
default:
System.out.println(“surgery”);
break;

}
}

}

Differences between HTML4 and HTML5.

This is important for developing app :::

Acknowledging the real world. we won’t be writing any more HTML with center

The elements frame, frameset, and noframes are being removed from the language,

Some Web authors have misused tables in HTML as a way to control their page layout.

Browsers of the future (just another month or two!) will become more powerful because of the move towards the cloud, so that they’ll be able to handle more on their own.

Browser might give a hint for coding.