User Tools

Site Tools


refnotes:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
refnotes:start [2013/01/16 23:24] pborkyrefnotes:start [2013/06/17 16:33] – [Grants] pborky
Line 1: Line 1:
 +======= References Database =======
 +====== Overview ======
  
 +This page is supposed to hold an citations used anywhere in the wiki. It is supposed to be divided into sections if appropiate.
 +Enter recods in [[http://www.bibtex.org/Format/|bibtex]] format between ''<code bibtex></code>'' tags. At the beginging of each ''<code bibtex></code>'' section following should be specified:
 +<code>@Comment{refnotes,
 +  namespace = ":cite"
 +}</code> 
 +It says, that each bibtex record specified within same ''<code bibtex></code>'' section is included in ''cite'' namespace. 
 +Citation can be included at any page within wiki by typing <code>[(:cite:name)]</code> Where the ''":cite:"'' is aforementioned namespace specification and the ''"name"'' is the identifier of the citation in the bibtex record. Please use ''":cite:"'' namespace everywhere and use folowing self-explanatory scheme for citation ''"name"'': ''authorYEARfirst_unique_words_of_title''. E.g.:
 +<code>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Book{blank2005four, 
 + url="http://www.amazon.co.uk/Four-Steps-Epiphany-Steven-Blank/dp/0976470705",
 + published="2005",
 + title="The four steps to the epiphany", 
 + authors="Blank, S.G."
 +}
 +@Misc{doe1999something,
 + url="http://example.com",
 + published="1999",
 + title="Somethong happened to me", 
 + authors="Doe, J."
 +
 +}
 +</code>
 +You should allways specify first author. If you are uncertain in year, use underscore instead, e.g. srinivasan_engineering, but don`t forget to specify enough words (separated by underscores),  to obtain an unique identifier.
 +
 +In order to include citations at the botom of the page you are going to include following code at the end of your page:
 +<code>
 +===== References =====
 +If you going to edit this section, see [[:refnotes:start]] for more information.
 +<refnotes cite>
 +refnote-id : (1)
 +reference-format : []
 +reference-base : text
 +note-render : harvard
 +note-id-format   : []
 +note-id-base : test
 +note-preview : popup
 +notes-separator : none
 +back-ref-format : (a)
 +back-ref-caret : merge
 +multi-ref-id : ref
 +</refnotes>
 +</code>
 +This ensures that the citations are inluded at the botom using [[http://libweb.anglia.ac.uk/referencing/harvard.htm|Harvard System of Referencing]].
 +
 +See [[https://www.dokuwiki.org/plugin:refnotes:syntax|refnotes plugin]] documentation for further details.
 +
 +====== Grants ======
 +[[/members/gk/prihlasky/|Grantové přihlášky]]
 +
 +<code bibtex>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +
 +@inproceedings{chi2010wireless,
 +  url={http://www.isn.ucsd.edu/pubs/bsn10.pdf},
 +  title={Wireless non-contact EEG/ECG electrodes for body sensor networks},
 +  author={Chi, Yu M and Cauwenberghs, Gert},
 +  booktitle={Body Sensor Networks (BSN), 2010 International Conference on},
 +  pages={297--301},
 +  year={2010},
 +  organization={IEEE}
 +}
 +
 +@Misc{meta_openmind,
 +  url={https://github.com/jaseg/openmind},
 +  title={OpenMind},
 +  author={Meta},
 +  organization={c-base}
 +}
 +@Misc{infobaden_spalovacky,
 +  url={http://www.infobaden.cz/2011/09/04/ilegalni-spalovani-zabiji-pohrebni-prumysl/},
 +  title={Ilegální spalování zabíjí pohřební průmysl},
 +}
 +</code>
 +====== Brmversity ======
 +[[:event:courses|Brmversity]]
 +<code bibtex>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Misc{LearnersTV, 
 + url="http://www.learnerstv.com/",
 + title="LearnersTV: Video courses covering many subjects from various sources."
 +}
 +@Misc{MIT, 
 + url="http://ocw.mit.edu/",
 + title="MIT courses "
 +}
 +@Misc{Berkeley, 
 + url="http://webcast.berkeley.edu/ ",
 + title="Berkeley courses"
 +}
 +@Misc{Coursera, 
 + url="https://www.coursera.org/ ",
 + title="Coursera"
 +}
 +@Misc{Udacity, 
 + url="http://www.udacity.com/ ",
 + title="Udacity"
 +}
 +@Misc{Stanford, 
 + url="http://class2go.stanford.edu/ ",
 + title="Stanford courses"
 +}
 +@Misc{edX, 
 + url="https://www.edx.org/courses ",
 + title="edX"
 +}
 +@Misc{KhanAcademy, 
 + url="https://www.khanacademy.org/ ",
 + title="Khan Academy"
 +}
 +</code>
 +===== Enterpreneurship =====
 +[[:event:courses/enterpreneurship|Enterpreneurship]]
 +
 +<code bibtex>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Book{blank2005four, 
 + url="http://www.amazon.co.uk/Four-Steps-Epiphany-Steven-Blank/dp/0976470705", 
 + title="The four steps to the epiphany", 
 + authors="Blank, S.G.", 
 + published="2005",
 + publisher="Cafepress. com"
 +}
 +
 +
 +@Misc{blank2012how, 
 + url="http://www.udacity.com/overview/Course/ep245/CourseRev/1", 
 + title="How to Build a Startup online course", 
 + authors="Blank, S.G.", 
 + published="2012",
 + publisher="Udacity"
 +}
 +@Misc{srinivasan2013engineering, 
 + url="https://www.coursera.org/course/startup", 
 + title="Startup Engineering", 
 + authors="Srinivasan B. S.; Pande, V.", 
 + published="2013",
 + publisher="Coursera"
 +}
 +@Misc{lucas2013surviving, 
 + url="https://www.coursera.org/course/sdt",
 + title="Surviving Disruptive Technologies", 
 + authors="Lucas, H.", 
 + published="2013",
 + publisher="Coursera/University of Maryland"
 +}
 +
 +</code>
 +===== Financial Markets =====
 +[[:event:courses/trading|Financial Markets]]
 +
 +<code bibtex>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Book{russell2007technical, 
 + url="http://www.amazon.com/SFO-Personal-Investor-Series-Technical/dp/1934354015", 
 + title="Technical Analysis", 
 + authors="Russell, R.", 
 + published="2007",
 + publisher="W & A Publishing"
 +}
 +@Book{shannon_technical, 
 + url="http://www.technicalanalysisbook.com/ ", 
 + title="Technical Analysis Using Multiple Timeframes", 
 + authors="Shannon, B."
 +}
 +@Misc{haugh2013fin_eng, 
 + url="https://www.coursera.org/course/fe", 
 + title="Financial Engineering and Risk Management", 
 + authors="Haugh, M.; Iyengar, G.; Derman, E.",
 + published="2013",
 + publisher="Coursera/Columbia University"
 +}
 +@Misc{balch2013comp_invest, 
 + url="https://www.coursera.org/course/compinvesting1", 
 + title="Computational Investing, Part I", 
 + authors="Balch, T.",
 + published="2013",
 + publisher="Coursera/Georgia Tech"
 +}
 +@Misc{absymmetry, 
 + url="http://absymmetry.tumblr.com/", 
 + title="Learning materials for starting investors"
 +}
 +
 +@Misc{zivot2013comp_finance, 
 + url="https://www.coursera.org/course/compfinance", 
 + title="Introduction to Computational Finance and Financial Econometrics", 
 + authors="Zivot, E.",
 + published="2013",
 + publisher="Coursera/University of Washington"
 +}
 +</code>
 +===== Data analysis, processing, transfer and storage =====
 +<code bibtex>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Misc{DBstanford, 
 + url="https://class2go.stanford.edu/db/Winter2013/preview/", 
 + title="Introduction to Databases", 
 + author="Widom, J.", 
 + published="2013",
 + publisher="Stanford University"
 +}
 +@Misc{dataintro, 
 + url="https://www.coursera.org/course/datasci", 
 + title="Introduction to Data Science", 
 + author="Howe, B.", 
 + published="2013",
 + publisher="Coursera/University of Washington"
 +}
 +
 +</code>
 +===== Game Theory =====
 +<code bibtex>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Misc{onlinegaming, 
 + url="https://www.coursera.org/course/onlinegames", 
 + title="Online Games: Literature, New Media, and Narrative", 
 + authors="Clayton, J.", 
 + published="2013",
 + publisher="Coursera/Vanderbilt University"
 +}
 +@Misc{gamification, 
 + url="https://www.coursera.org/course/gamification", 
 + title="Gamification", 
 + authors="Werbach, K.", 
 + published="2013",
 + publisher="Coursera/University of Pennsylvania"
 +}
 +@Misc{gamedesignocw, 
 + url="http://ocw.mit.edu/courses/comparative-media-studies/cms-608-game-design-fall-2010/", 
 + title="Game Design", 
 + authors="Tan, P., Begy, J.", 
 + published="2010",
 + publisher="MIT OCW"
 +}
 +@Misc{html5gamedev, 
 + url="http://www.udacity.com/overview/Course/cs255/CourseRev/1", 
 + title="HTML5 Game Development", 
 + authors="McAnlis, C., Lubbers, P., Bennett, S.", 
 + published="2013",
 + publisher="Udacity"
 +}
 +@Misc{tvgamedev, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv168-Page1.htm", 
 + title="Computer Game Development Tutorial", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +
 +@Misc{gametheorystanford, 
 + url="https://www.coursera.org/course/gametheory", 
 + title="Game Theory", 
 + authors="Jackson, M. O., Leyton-Brown, K., Shoham, Y.", 
 + published="2013",
 + publisher="Coursera/Stanford University"
 +}
 +
 +</code>
 +===== AI Planning =====
 +<code bibtex>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Misc{aiplanning, 
 + url="https://www.coursera.org/course/aiplan", 
 + title="Artificial Intelligence Planning", 
 + authors="Wickler, G., Tate, A.", 
 + published="2013",
 + publisher="Coursera/University of Edinburgh"
 +}
 +@Misc{ggpcoursera, 
 + url="https://www.coursera.org/course/ggp", 
 + title="General Game Playing", 
 + authors="Genesereth, M.", 
 + published="2013",
 + publisher="Coursera/Stanford University"
 +}
 +@Misc{aiudacity, 
 + url="http://www.udacity.com/overview/Course/cs271/CourseRev/1", 
 + title="Introduction to Artificial Intelligence", 
 + authors="Thrun, S., Norvig, P.", 
 + published="2013",
 + publisher="Udacity"
 +}
 +@Misc{aiedxberkeley, 
 + url="https://www.edx.org/courses/BerkeleyX/CS188.1x/2012_Fall/about", 
 + title="Artificial Intelligence", 
 + authors="Klein, D., Abbeel, P.", 
 + published="2013",
 + publisher="edX/BerkeleyX"
 +}
 +@Misc{tvai, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv067-Page1.htm", 
 + title="Artificial Intelligence", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +@Misc{tvai2, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv153-Page1.htm", 
 + title="Artificial Intelligence", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +
 +</code>
 +===== Cryptoanalysis =====
 +<code bibtex>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Misc{CryptoI, 
 + url="https://www.coursera.org/course/crypto", 
 + title="Crypto I", 
 + authors="Boneh, D.", 
 + published="2013",
 + publisher="Coursera/Stanford Univeristy"
 +}
 +@Misc{CryptoII, 
 + url="https://www.coursera.org/course/crypto2", 
 + title="Crypto II", 
 + authors="Boneh, D.", 
 + published="2013",
 + publisher="Coursera/Stanford University"
 +}
 +@Misc{srinivasan2013engineering, 
 + url="http://www.udacity.com/overview/Course/cs387/CourseRev/apr2012", 
 + authors="Evans, D.", 
 + publisher="Udacity ", 
 + published="2012",
 + title="Applied Cryptography"
 +}
 +@Misc{khanappliedmath, 
 + url="https://www.khanacademy.org/math/applied-math", 
 + title="Applied Math", 
 + authors="", published="2013"/ ,
 + publisher="Khan Academy"
 +}
 +@Misc{tvcrypto, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv621-Page1.htm", 
 + title="Cryptography and Network Security", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +
 +@Misc{rosol2012ecc, 
 + url="http://mirror.vpsfree.cz/videohrach/video/scf10/diskuze.webm", 
 + title="Základní principy nesymetrické kryptografie s eliptickými křivkami", 
 + authors="Rosol, I.", 
 + published="2012",
 + publisher="Smart Cards & Devices Forum 2012"
 +}
 +</code>
 +===== C,C++ Programming =====
 +<code bibtex>
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Misc{tvcfundamentals, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv040-Page1.htm", 
 + title="Fundamentals of C Programming", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +@Misc{tvcpptut, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv161-Page1.htm", 
 + title="C++ Tutorial for Beginners", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +@Misc{tvcppfunds, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv164-Page1.htm", 
 + title="Fundamentals of C++ Programming", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +@Misc{tvcfunds, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv167-Page1.htm", 
 + title="Fundamentals of C Programming", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +@Misc{tvcpptuts, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv426-Page1.htm", 
 + title="C++ Beginner Tutorials", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +@Misc{tvcpplinkedlist, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv733-Page1.htm", 
 + title="Data Structures: Linked Lists in C++", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +@Misc{tvcppsolve, 
 + url="http://www.learnerstv.com/Free-Computer-Science-Video-lectures-ltv734-Page1.htm", 
 + title="Program and Solve Problems with C++", 
 + authors="", 
 + published="2013",
 + publisher="LearnersTV"
 +}
 +
 +</code>
 +
 +===== Functional Programming =====
 +<code bibtex>
 +
 +@Comment{refnotes,
 +  namespace = ":cite"
 +}
 +@Misc{scalacoursera, 
 + url="https://www.coursera.org/course/progfun", 
 + title="Functional Programming Principles in Scala", 
 + authors="Odersky, M.", 
 + published="2013",
 + publisher="Coursera/EPFL"
 +}
 +
 +</code>
refnotes/start.txt · Last modified: 2016/11/29 17:26 by ruza