Contact
Sponsors
| ||||
|---|---|---|---|---|
| Day | Events | |||
| 06/18 Tuesday | 1930 - meetup 2000 Project Night | |||
| 06/20 Thursday | ||||
| Day | Events | |||
This shows you the differences between two versions of the page.
|
refnotes:start [2013/01/29 03:38] pborky [References Database] |
refnotes:start [2013/06/17 18:33] (current) pborky [Grants] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======= References Database ======= | ======= 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 bibtex format between ''<code>'' tags. At the beginging of each ''<code>'' section following should be specified: | + | 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, | <code>@Comment{refnotes, | ||
| namespace = ":cite" | namespace = ":cite" | ||
| }</code> | }</code> | ||
| - | It says, that each bibtex record specified within same ''<code>'' section is included in ''cite'' namespace. | + | 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> The '':cite:'' is aforementioned namespace specification and ''name'' is the identifier of the citation from bibtex record. Please use same namespace everywhere and use folowing self-explanatory scheme for all citation names: ''authorYEARfirst_unique_words_of_title''. | + | 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." | ||
| - | In order to include citations at the footer of the page you are going to include following at the bottom of the page: | + | } |
| + | </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> | <code> | ||
| - | ===== Refereces and Notes ===== | + | ===== References ===== |
| + | If you going to edit this section, see [[:refnotes:start]] for more information. | ||
| <refnotes cite> | <refnotes cite> | ||
| refnote-id : (1) | refnote-id : (1) | ||
| Line 25: | Line 46: | ||
| multi-ref-id : ref | multi-ref-id : ref | ||
| </refnotes> | </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]]. | ||
| - | If you going to edit this section, see [[:refnotes:start]] for more information. | + | See [[https://www.dokuwiki.org/plugin:refnotes:syntax|refnotes plugin]] documentation for further details. |
| - | <refnotes notes> | + | ====== Grants ====== |
| - | refnote-id : (1) | + | [[/members/gk/prihlasky/|Grantové přihlášky]] |
| - | reference-format : ) | + | |
| - | note-id-format : ) | + | <code bibtex> |
| - | multi-ref-id : note | + | @Comment{refnotes, |
| - | </refnotes> | + | namespace = ":cite" |
| - | </code> | + | } |
| - | This enables you to include citations as well as footnotes, that appear below the citations by using syntax: | + | |
| - | <code> | + | @inproceedings{chi2010wireless, |
| - | [(:notes:name>My footnote content.)] | + | 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> | </code> | ||
| ====== Brmversity ====== | ====== Brmversity ====== | ||
| Line 136: | Line 177: | ||
| authors="Shannon, B." | authors="Shannon, B." | ||
| } | } | ||
| - | @Misc{fin_eng, | + | @Misc{haugh2013fin_eng, |
| url="https://www.coursera.org/course/fe", | url="https://www.coursera.org/course/fe", | ||
| title="Financial Engineering and Risk Management", | title="Financial Engineering and Risk Management", | ||
| Line 143: | Line 184: | ||
| publisher="Coursera/Columbia University" | publisher="Coursera/Columbia University" | ||
| } | } | ||
| - | @Misc{comp_invest, | + | @Misc{balch2013comp_invest, |
| url="https://www.coursera.org/course/compinvesting1", | url="https://www.coursera.org/course/compinvesting1", | ||
| title="Computational Investing, Part I", | title="Computational Investing, Part I", | ||
| Line 155: | Line 196: | ||
| } | } | ||
| + | @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 ===== | ||