In-Geol Choi

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Tips - think unthinkable!)
(MS Windows)
 
(27 intermediate revisions not shown)
Line 1: Line 1:
 +
{| align="left" cellpadding=20
 +
  | __TOC__
 +
  |}
 +
==Introduction==
==Introduction==
==Human Disease Network==
==Human Disease Network==
===CoPubMed===
===CoPubMed===
-
*[http://database.sarang.net/database/mysql/tutorial/beginning_mysql_tutorial Mysql database tutorial]
 
*Retrieved publications
*Retrieved publications
===UMLS===
===UMLS===
*MRHIER,MRCONSO,MRXNW_ENG,MRRELM
*MRHIER,MRCONSO,MRXNW_ENG,MRRELM
===GAD===
===GAD===
-
*노한성 Data [[GAD_data]]
+
*Hanseong's Data [[GAD_data]]
 +
 
==Metabolome==
==Metabolome==
 +
*beta-carotenoid pathway in [http://www.genome.jp/dbget-bin/show_pathway?sde00100 Sde]
 +
==Structure model==
 +
*[http://salilab.org/modeller/tutorial/ Modeller] - homology model building
==Tips - think unthinkable!==
==Tips - think unthinkable!==
 +
===MS Windows===
*Removing all animations at once from MS powerpoints slides [http://skp.mvps.org/ppt00037.htm VBA code]
*Removing all animations at once from MS powerpoints slides [http://skp.mvps.org/ppt00037.htm VBA code]
-
**VB code
+
*Merging many Excel files into a single sheet - VB code
<pre>
<pre>
Sub 파일통합()
Sub 파일통합()
Line 32: Line 40:
End Sub  
End Sub  
</pre>
</pre>
-
*레퍼드 설치 후 FireFox에서 한글이 첫번째 그림과 같이 나올 경우 아래에 방법을 따라하면됨 (썬더버드도 마찬가지)
+
 
 +
;MS-Word
 +
:[http://office.microsoft.com/ko-kr/word-help/HP010368778.aspx#_Toc287271760 목차 만들기 또는 목차 업데이트]
 +
::[http://www.dummies.com/how-to/content/creating-a-table-of-contents-in-word-2007.html making a TOC]- 1) assign the style ('Heading') 2) insert TOC at the position
 +
:[http://office.microsoft.com/ko-kr/word-help/HP001226499.aspx?CTT=1 색인 만들기]
 +
:[http://office.microsoft.com/ko-kr/word-help/HA101832542.aspx 섹션마다 페이지 번호 매기기 방식을 다르게 설정]
 +
 
 +
===Mac OS X===
 +
*레오퍼드 설치 후 FireFox에서 한글이 첫번째 그림과 같이 나올 경우 아래에 방법을 따라하면됨 (썬더버드도 마찬가지)
#FireFox 완전 종료
#FireFox 완전 종료
#Finder -> Applications -> FireFox 마우스 오른쪽 버튼 클릭 -> Show Package Contents 클릭
#Finder -> Applications -> FireFox 마우스 오른쪽 버튼 클릭 -> Show Package Contents 클릭
#Resources 폴더안 en.lproj 폴더의 폴더명 Korean.lproj로 변경 (<b>주의</b>) 대문자 K 사용
#Resources 폴더안 en.lproj 폴더의 폴더명 Korean.lproj로 변경 (<b>주의</b>) 대문자 K 사용
#FireFox 실행 후 확인
#FireFox 실행 후 확인
 +
*.jnlp opening:
 +
<pre>
 +
On a .jnlp file you're trying to use Java Web Start on, change the "Open with:" to /System/CoreServices/Java Web Start.</pre>
 +
===R===
 +
*[[R]]
 +
===Matlab===
 +
*[[Matlab]]
==Misc.==
==Misc.==
-
{|
+
===Links===
-
|-
+
*[[My_Gallery]]
-
|Paul W. K. Rothemund manipulated molecules of DNA to create smiley faces that are one one-thousandth the width of a human hair.||[[image:dnaorigami.jpg|thumb|100px|DNA origami]]
+
*Teaching
-
|-
+
**[http://www.lifescied.org/collections/index.dtl CBE life sciences education] - journal
-
|Huge dust storms can be easily seen from space like this dust from China blowing across Korea and Japan in April 2002.||[[image:dustinwind.jpg|thumb|150px|Dust in the Wind]]
+
**[http://www.hhmi.org/coolscience/ Cool science] by [http://www.hhmi.org HHMI]
-
|}
+
*[http://web.mit.edu/invent/i-archive.html Inventor of the Week: Archive@MIT]
 +
 
 +
===Bioenergy & Synbio===
 +
*[http://www.greencarcongress.com/synthetic_biology/ Biofuel related synthetic biology (by Green Car Congress)]
 +
*[http://www.technologyreview.com/specialreports/specialreport.aspx?id=10 Special Reports on Biofuels]
 +
<!-- *[http://mitenergy-biofuels.blogspot.com/ MIT energy biofuel blog] -->
 +
 
 +
===Plagiarism===
 +
*Medline abstract comparison: [http://spore.vbi.vt.edu/dejavu/ Deja vu] powered by [http://etest.vbi.vt.edu/etblast3/ eTBLAST]
 +
*Korean cases
 +
#[http://www.nature.com/nature/journal/v427/n6969/full/427003a.html Nature 427, 3 (1 January 2004) | doi:10.1038/427003a]
 +
#[http://www.nature.com/news/2008/081008/full/455715a.html Nature 455, 715 (2008) | doi:10.1038/455715a]
 +
#[http://www.hani.co.kr/arti/society/society_general/315157.htmll 일본, 노벨상 떠들썩한데…한국선 논문 표절 국제망신]
 +
*[http://www.grp.or.kr/index.jsp 좋은연구] - 연구자 및 대학원생을 위한 연구윤리

Latest revision as of 15:35, 20 August 2011

Contents

Introduction

Human Disease Network

CoPubMed

UMLS

GAD

Metabolome

Structure model

Tips - think unthinkable!

MS Windows

Sub 파일통합()
Dim OpenSheet As Workbook
Dim file As Variant
Dim WorkFiles As Variant
Dim copyTo As Range
WorkFiles = Application.GetOpenFilename(filefilter:="Excel,*.xls", Title:="파일선택", MultiSelect:=True)
For Each file In WorkFiles
Set OpenSheet = Workbooks.Open(file)
'선택한 파일을 하나씩 열고 OpenSheet변수에 담습니다.
Set copyTo = Sheet2.Cells(65536, 1).End(xlUp).Offset(1, 0)
'sheet2의 마지막 데이터 끝부분에 붙여 넣기위해 입니다.
OpenSheet.Worksheets(1).UsedRange.Copy copyTo
'파일의 내용을 복사해서 붙여넣기 합니다.
'단, 통합하고자 하는 파일들의 sheet1에 데이터가 입력되어 있어야 합니다.
Application.CutCopyMode = False
OpenSheet.Close savechanges:=False
Next file
End Sub 
MS-Word
목차 만들기 또는 목차 업데이트
making a TOC- 1) assign the style ('Heading') 2) insert TOC at the position
색인 만들기
섹션마다 페이지 번호 매기기 방식을 다르게 설정

Mac OS X

  1. FireFox 완전 종료
  2. Finder -> Applications -> FireFox 마우스 오른쪽 버튼 클릭 -> Show Package Contents 클릭
  3. Resources 폴더안 en.lproj 폴더의 폴더명 Korean.lproj로 변경 (주의) 대문자 K 사용
  4. FireFox 실행 후 확인
On a .jnlp file you're trying to use Java Web Start on, change the "Open with:" to /System/CoreServices/Java Web Start.

R

Matlab

Misc.

Links

Bioenergy & Synbio

Plagiarism

  1. Nature 427, 3 (1 January 2004) | doi:10.1038/427003a
  2. Nature 455, 715 (2008) | doi:10.1038/455715a
  3. 일본, 노벨상 떠들썩한데…한국선 논문 표절 국제망신
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox