74
Some Things You Might Need To Know Tools and Skills Overview Chen-Nien Tsai Wireless and Broadband Networks Laboratory Department of CSIE National Taipei University of Technology

Chen-Nien Tsai Wireless and Broadband Networks Laboratory Department of CSIE National Taipei University of Technology

  • View
    214

  • Download
    0

Embed Size (px)

Citation preview

  • Slide 1
  • Chen-Nien Tsai Wireless and Broadband Networks Laboratory Department of CSIE National Taipei University of Technology
  • Slide 2
  • Who I AM http://www.phdcomics.com/comics/archive.php?comicid=189 22010/9/28
  • Slide 3
  • Motivation We are graduate students. Our primary goal is to graduate. Knowledge is needed. Human knowledge, domain knowledge, etc. Skills are also needed. To do research. Programming. Tools are not necessary needed, but they might make your research live easier. Notepad vs. Eclipse Folders vs. JabRef 32010/9/28
  • Slide 4
  • Outline Research Method Procedures of Research Literature Management JabRef Write your Thesis (or papers) Presentation Programming skill Why do we need programming? Design Patterns Software Process Tools 42010/9/28
  • Slide 5
  • Procedures of Research Find interesting topics Read related papers to the topics Choose your research topic(s) Prepare your paper Present your paper 5 Adopted from Chun-Hung Chens presentation. 2010/9/28
  • Slide 6
  • Read Related Papers to the Topics How to Organize Print out and archive All in one Folders Gmail Why do we need to organize read papers? Our memory is limited Reference is important to the readers 6 Adopted from Chun-Hung Chens presentation. 2010/9/28
  • Slide 7
  • We need a tool to help us manage papers Reference management software Many exist free and costly http://en.wikipedia.org/wiki/Comparison_of_reference _management_software http://en.wikipedia.org/wiki/Comparison_of_reference _management_software JabRef (http://jabref.sourceforge.net/)http://jabref.sourceforge.net/ Zotero (http://www.zotero.org/)http://www.zotero.org/ See [5] for an introduction. 7 How to Organize 2010/9/28
  • Slide 8
  • What is JabRef A bibliography reference manager. Cross-platform The native file format is BibTeX, the standard LaTeX bibliography format. BibTeX is a standard and long-lived format BibTeX is portable because of text format 2010/9/288
  • Slide 9
  • BibTeX Example @ARTICLE{Ke2010, author = {Ke, Kai-Wei and Tsai, Chen-Nien and Wu, Ho-Ting}, title = {Performance analysis for hierarchical resource allocation in multiplexed mobile packet data networks}, journal = {Computer Networks}, year = {2010}, volume = {54}, pages = {1707--1725}, number = {10}, abstract = {}, address = {New York, NY, USA}, doi = {http://dx.doi.org/10.1016/j.comnet.2010.01.011}, file = {Ke2010.pdf:Ke2010.pdf:PDF}, issn = {1389-1286}, publisher = {Elsevier North-Holland, Inc.}, } 92010/9/28