In-Geol Choi

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Bioenergy & Synbio)
(MS Windows)
 
Line 40: Line 40:
End Sub  
End Sub  
</pre>
</pre>
-
*MS-Word
+
 
-
**[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
+
;MS-Word
-
**making INDEX
+
:[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===
===Mac OS X===

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