Presentation Skill 3 Oral Skill 3 How your

  • Slides: 15
Download presentation
Presentation Skill 3 Oral Skill 3

Presentation Skill 3 Oral Skill 3

How your paper is read n n Reviewers (i. e. , international researchers) read

How your paper is read n n Reviewers (i. e. , international researchers) read your paper. Try to read your own paper as a role of reviewers n Try to think out some weak points to reject your paper

How your paper is read n If you reject your own paper by some

How your paper is read n If you reject your own paper by some convincing points, n n you are good Does this mean that your own paper is bad and thus should be rejected?

How your paper is read n n If possible, try to defense those points

How your paper is read n n If possible, try to defense those points by yourself and write these NEW idea (or supporting ideas) in your own paper After revising it, n n Try to re-read it as a reviewer again Continue the above process until you are satisfied that your supporting ideas are perfect to avoid any ATTACK from the reviewers

Exercise 1 n n Suppose you need to solve the sorting problem again There

Exercise 1 n n Suppose you need to solve the sorting problem again There are two papers in the world about sorting (which are not your work) n n n Alg. 1: Select the greatest element iteratively Alg. 2: Heap-sort Now, you have an idea about a new algorithm for sorting. E. g. , You can make use of B+-tree for sorting Please write a report so that researchers in the world know your idea

Cygwin n UNIX/Linux-like environment for Windows http: //www. cygwin. com/ Includes nearly everything in

Cygwin n UNIX/Linux-like environment for Windows http: //www. cygwin. com/ Includes nearly everything in UNIX/Linux Install n Please choose “Install All”

Cygwin n Directory (for folder in “D: ”) (for Cygwin ONLY) n n /cygdrive/d

Cygwin n Directory (for folder in “D: ”) (for Cygwin ONLY) n n /cygdrive/d Command n n n cd <folder. Name> (e. g. , cd temp) cd <folder. Name>/<subfolder. Name> (e. g. , cd temp/abc) cd. . ls ls –lt mkdir <folder. Name> (e. g. , mkdir abc)

Cygwin n Command n n n n cp abc. txt def. txt cp temp/abc.

Cygwin n Command n n n n cp abc. txt def. txt cp temp/abc. txt mv abc. txt def. txt mv temp/abc. txt rm temp/abc. txt cat <filename> (e. g. , cat abc. txt)

Cygwin Yourself n Permission n rwx n n n n r : read w:

Cygwin Yourself n Permission n rwx n n n n r : read w: write x: executable Group Each file is associated with rwxrwxrwx E. g. , 110000000 (in binary format) 600 (in normal format) E. g. , 111000000 (in binary format) 700 (in normal format) E. g. , 111111000 (in binary format) 770 (in normal format) E. g. , 111101101 (in binary format) 755 (in normal format) Public Used in our shared directory Used in the HTML file (for webpage)

Cygwin n Command n n n chmod <permission> <filename> (e. g. , chmod 770

Cygwin n Command n n n chmod <permission> <filename> (e. g. , chmod 770 abc. txt) chmod –R 770 abc (where abc is a folder name). /<name. Of. Executable> (e. g. , . /run)

Cygwin n Command n n n gcc –o run test. c -lm g++ -o

Cygwin n Command n n n gcc –o run test. c -lm g++ -o run test. cpp -lm

Cygwin n In file “makefile”, we have all: g++ -o run test. c n

Cygwin n In file “makefile”, we have all: g++ -o run test. c n In the command line, type “make” n n

Exercise 2 n n Try to install Cygwin Try to test the commands we

Exercise 2 n n Try to install Cygwin Try to test the commands we discussed

Exercise 3 n Please listen to the tape and follow the intonation of the

Exercise 3 n Please listen to the tape and follow the intonation of the speaker n audio 7. mp 3 n Now, as you all aware, weight loss occurs when calorie intake is lower than calorie expenditure, whereas weight gain is just the opposite.

Reminder n Please do exercise 1, exercise 2 and exercise 3

Reminder n Please do exercise 1, exercise 2 and exercise 3