Contact
Sponsors
| ||||
|---|---|---|---|---|
| Day | Events | |||
| 05/21 Tuesday | 1930 - meetup 2000 Valná hromada | |||
| 05/22 Wednesday | 2200 Elektřina jinak @ Styx smart club = skoro přes řeku od brmlabu | |||
| 05/23 Thursday | 2000 Digital Signal Processing: Reloaded | |||
| Day | Events | |||
This shows you the differences between two versions of the page.
|
refnotes:start [2013/01/16 17:56] pborky |
refnotes:start [2013/01/30 03:01] (current) pborky [Financial Markets] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== References Database ====== | + | ======= References Database ======= |
| - | ==== Brmversity ==== | + | ====== Overview ====== |
| - | [[:event:courses|Events/Brmversity]] | + | |
| + | 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. | ||
| + | ====== Brmversity ====== | ||
| + | [[:event:courses|Brmversity]] | ||
| <code bibtex> | <code bibtex> | ||
| @Comment{refnotes, | @Comment{refnotes, | ||
| Line 39: | Line 89: | ||
| } | } | ||
| </code> | </code> | ||
| - | === Enterpreneurship === | + | ===== Enterpreneurship ===== |
| + | [[:event:courses/enterpreneurship|Enterpreneurship]] | ||
| <code bibtex> | <code bibtex> | ||
| @Comment{refnotes, | @Comment{refnotes, | ||
| Line 66: | Line 118: | ||
| published="2013", | published="2013", | ||
| publisher="Coursera" | 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> | </code> | ||
| - | === Financial Markets === | + | ===== Financial Markets ===== |
| + | [[:event:courses/trading|Financial Markets]] | ||
| <code bibtex> | <code bibtex> | ||
| @Comment{refnotes, | @Comment{refnotes, | ||
| Line 85: | Line 146: | ||
| title="Technical Analysis Using Multiple Timeframes", | title="Technical Analysis Using Multiple Timeframes", | ||
| authors="Shannon, B." | 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, | @Misc{absymmetry, | ||
| Line 91: | Line 166: | ||
| } | } | ||
| + | @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> | </code> | ||
| - | === Data analysis, processing, transfer and storage === | + | ===== Data analysis, processing, transfer and storage ===== |
| <code bibtex> | <code bibtex> | ||
| @Comment{refnotes, | @Comment{refnotes, | ||
| Line 113: | Line 195: | ||
| </code> | </code> | ||
| - | === Game Theory === | + | ===== Game Theory ===== |
| <code bibtex> | <code bibtex> | ||
| @Comment{refnotes, | @Comment{refnotes, | ||
| Line 163: | Line 245: | ||
| </code> | </code> | ||
| - | === AI Planning === | + | ===== AI Planning ===== |
| <code bibtex> | <code bibtex> | ||
| @Comment{refnotes, | @Comment{refnotes, | ||
| Line 212: | Line 294: | ||
| </code> | </code> | ||
| - | === Cryptoanalysis === | + | ===== Cryptoanalysis ===== |
| <code bibtex> | <code bibtex> | ||
| @Comment{refnotes, | @Comment{refnotes, | ||
| Line 260: | Line 342: | ||
| } | } | ||
| </code> | </code> | ||
| - | === C,C++ Programming === | + | ===== C,C++ Programming ===== |
| <code bibtex> | <code bibtex> | ||
| @Comment{refnotes, | @Comment{refnotes, | ||
| Line 317: | Line 399: | ||
| </code> | </code> | ||
| - | === Functional Programming === | + | ===== Functional Programming ===== |
| <code bibtex> | <code bibtex> | ||