researching, writing, publishing, and succeeding tuesday, january 12 th, 2010 computer architecture...

31
Researching, Writing, Publishing, and Succeeding Tuesday, January 12 th , 2010 Computer Architecture Research Group (CARG) http://carg.site.uottawa.ca

Upload: amber-horton

Post on 26-Dec-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

Researching, Writing, Publishing, and Succeeding

Tuesday, January 12th, 2010

Computer Architecture Research Group (CARG)http://carg.site.uottawa.ca

Outline

• Choosing a Prof• Grants• Publications• Anatomy of a Literature Review• RDP/SVN/CVS/FTP for papers and code• Latex

– MIKTEX, latex engine– WinShell latex gui– standard latex bibliography file– IEEE Author Digital Tool Box

CARG 2010

carg.site.uottawa.ca2

CARG: Professors

• Miodrag Bolic– Research:

• configurable computer architectures • applied digital signal processing

• Voicu Groza– Coordinator for Computer Engineering at uOttawa– Research:

• reconfigurable computing • applications of embedded systems.

CARG 2010

carg.site.uottawa.ca3

Students and Project Areas

CARG 2010

carg.site.uottawa.ca

Area of Research People

Modeling and profiling of multiprocessing systems

Subhasis Banerjee (PostDoc)

Custom Instruction Identification for MPSoC

Daniel Shapiro (PhD)

Multiprocessor Instruction Scheduling

Michael Montcalm (MS)

Custom Instruction Selection and Processor Integration

Jonathan Parri (MS)

Internal Custom Hardware Generation

Philip Necsulescu (MS)

Coprocessor Hardware Generation

Vishal Thareja (MS)

Graphical User Interface Development

John-Marc Desmarais (MS)

4

Choosing a Prof

• Are you a leader or a follower?– Leaders: find a prof who will give you room to research

wherever your heart takes you.– Followers: Find a prof in your area who has piles of

money. Often these profs will hand you a research project and you won’t have to find a problem to solve.

• Make sure you do not get involved with a bad prof (they do exist)– Bad prof trait 1: domineering and pushy– Bad prof trait 2: unenthusiastic and disinterested

CARG 2010

carg.site.uottawa.ca5

Grants

• Who pays for stuff?– Scholarship: NSERC/OGS for marks and publications– Salary: NSERC from a prof’s grant– Privatization: CITO, I2I, others…

• Who pays for conference trip?– Hotel and airfare are a combo of the Prof and FGPS if

you are eligible. – Sometimes the prof goes and you stay. It all depends

on the budget and the distance. – Try to stay local to North America.

CARG 2010

carg.site.uottawa.ca6

Publications

• Thesis (Very long ≈ 150 pages)• Journal (long format around 30 pages)• Conference (usually 4-6 pages)• Ask yourself: how much work do I want to do?

How big is my contribution?• Everyone should read:

– “The best method for presentation of research results in theses and papers” (Ivan Stojmenovic) http://www.site.uottawa.ca/~dshap092/ceg4136/Stojmenovic.pdf

CARG 2010

carg.site.uottawa.ca7

Anatomy of a Literature Review

• What was done so far? (background)– Journals, conferences, books, standards and

technical reports• Taxonomy (tree)• Classification (table)• Explore each aspect of the literature• Weaknesses of prior art

CARG 2010

carg.site.uottawa.ca8

IEEE Xplore

CARG 2010

carg.site.uottawa.ca10

IEEE Xplore

CARG 2010

carg.site.uottawa.ca11

ACM Digital Library

1. http://www.site.uottawa.ca/2. English3. Quick Picks library4. Databases (A-Z)5. ACM Digital Library

CARG 2010

carg.site.uottawa.ca12

On/off campus access

Proxy from off campus Direct access on campus

13

CARG 2010

carg.site.uottawa.ca

Refworks

1. Google “refworks uottawa”2. http://www.biblio.uottawa.ca/content-page.

php?g=en&s=biblio&c=src-bas&linxID=2123. Set up an account4. Set up RefGrab-it bookmark

CARG 2010

carg.site.uottawa.ca14

Refworks

1. Go to Xplore2. Search for neuroplasticity3. Select “Abstract Plus” under “Neuroplasticity

in vision dysfunction”

CARG 2010

carg.site.uottawa.ca15

Xmarks: synch bookmarks

CARG 2010

carg.site.uottawa.ca16

RDP into SITE

• Install the cisco VPN client• Connect to the uottawa VPN:

http://www.ccs.uottawa.ca/connect/wireless/vpn-client.html

• Add an exception to your SITE machine’s firewall

• Remote desktop into your SITE workstation

CARG 2010

carg.site.uottawa.ca17

RDP into home

• Remote desktop into your home PC’s IP address

• As far as I know it works with both bell and rogers

CARG 2010

carg.site.uottawa.ca18

FTP/SSH

• Get WS_FTP95 and SSH Client here: http://www.ccs.uottawa.ca/download/

• We use our own FTP solution in the states, but the principle is the same:

CARG 2010

carg.site.uottawa.ca19

SVN

• subclipse or subversive with eclipse• Tortoise with windows• Update and then commit• We use our own SVN server at

svn://svn.site.uottawa.ca:31337/ (ELEET) but the idea is the same

• Get your own SVN access from sourceforge.net or from SITE (email [email protected], or Jacques Sincennes <[email protected]>)

CARG 2010

carg.site.uottawa.ca20

Checking out the source code and files

CARG 2010

carg.site.uottawa.ca21

Checking out the source code and files

CARG 2010

carg.site.uottawa.ca22

Checking out the source code and files

CARG 2010

carg.site.uottawa.ca23

Checking out the source code and files

CARG 2010

carg.site.uottawa.ca24

Adding new folders or files

CARG 2010

carg.site.uottawa.ca25

Update on the highest level folder in the repository and then commit on that folder. Remember: “update and then commit”

Adding new folders or files

CARG 2010

carg.site.uottawa.ca26

Update on the highest level folder in the repository and then commit on that folder. Remember: “update and then commit”

Adding new folders or files

CARG 2010

carg.site.uottawa.ca27

Don’t forget to add a comment!

Adding new folders or files

CARG 2010

carg.site.uottawa.ca28

Don’t forget to add a comment!

SVN inside eclipse!

CARG 2010

carg.site.uottawa.ca29

LATEX

• Latex• Code your papers and equations instead of

WYSIWYG with MS word• Getting started is simple:

– MIKTEX, latex engine (COMPILER)– WinShell latex gui (EDITOR)– standard latex bibliography file (REPOSITORY)– IEEE Author Digital Tool Box (e.g. TEMPLATE)

CARG 2010

carg.site.uottawa.ca30

Questions?