Progress mbnmbn00

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
Line 36: Line 36:
*[http://code.google.com/intl/ko-KR/webtoolkit/ 구글 웹툴킷 google web toolkit]
*[http://code.google.com/intl/ko-KR/webtoolkit/ 구글 웹툴킷 google web toolkit]
*[http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8955508557 자바로 배우는 생물정보학]
*[http://www.aladin.co.kr/shop/wproduct.aspx?ISBN=8955508557 자바로 배우는 생물정보학]
 +
 +
 +
==Tips from gnusnah==
 +
http://compbio.korea.ac.kr/~gnusnah/test.html
 +
내가 만든거.
 +
 +
cancer -> liver 클릭해보도록~
 +
 +
파일은 test.html, report.php 두 개 사용. 파일 메일로 보내주겠음
 +
 +
데이터베이스는 다음과 같음
 +
 +
parent  children
 +
cancer  breast
 +
cancer  blood
 +
cancer  liver
 +
liver  liver-1
 +
liver  liver-2
 +
liver  liver-3
 +
 
 +
힌트는 php 문을 언제든 끊어서 html 사용 가능. 심지어 while 문 중에도 가능.
 +
?>
 +
html 태그
 +
<?php
 +
 +
계층구조의 최하단에 대해 데이터베이스를 다음과 같이 할 것
 +
 +
breast  bottom
 +
 +
이 것을 이용하면 mysql이 bottom을 값으로 받았을 때 if 문을 써서
 +
html 페이지로 링크 시킬 수 있을 것임. location 같은 기능 이용하면 될 듯.

Revision as of 18:07, 28 January 2011

Contents

Research

Disease Explorer app development(1~2월)


전체 진행과정

  1. 아웃라인 작성 : 1월 17일 초안 완료(미팅)
  2. 틀 제작(Ajax & PHP 공부 병행. 하루 1장씩) : 현재 진행(1~2주)
  3. 데이터베이스 구성
  4. 네트워크 (내용 연결)
  5. search 기능 & 즐겨찾기 & 히스토리 기능 추가
  6. 로딩 화면 및 전체적 디자인 구성


현재 진행상황

  1. 가지고 있는 데이터 : OG7, ICD, KOSTOM ==> 데이터베이스 서버로 이동 완료
  2. PHP 공부 : 8장까지. 현재 8장 공부중
  3. 디자인 : 웹앱관련 사이트 참조하여 틀 구상 중..


조만간 할 것들

  1. Query 문 구성 & 앱에 구현


해결과제

  1. 병명 및 클래스 이름이 너무 길어서 이를 어떻게 아이폰의 작은 창안에 보여줄지 걱정됩니다..
  2. CUI 코드가 같은 데이터의 경우를 어떻게 처리해야할지.
  3. 데이터베이스 서버 구축 필요!!


참고


Tips from gnusnah

http://compbio.korea.ac.kr/~gnusnah/test.html
내가 만든거.

cancer -> liver 클릭해보도록~

파일은 test.html, report.php 두 개 사용. 파일 메일로 보내주겠음

데이터베이스는 다음과 같음

parent  children
cancer  breast
cancer  blood
cancer  liver
liver  liver-1
liver  liver-2
liver  liver-3 
 
힌트는 php 문을 언제든 끊어서 html 사용 가능. 심지어 while 문 중에도 가능.
?>
html 태그
<?php

계층구조의 최하단에 대해 데이터베이스를 다음과 같이 할 것

breast  bottom 

이 것을 이용하면 mysql이 bottom을 값으로 받았을 때 if 문을 써서
html 페이지로 링크 시킬 수 있을 것임. location 같은 기능 이용하면 될 듯.


질병코드


Apple webapps

우리도 다 만들어지면 등록하자!
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox