====== Stored references ====== ^ Note name ^ :harvard:invchildneurology ^ | Authors | King, Mary D., & Stephenson, John BP. (Eds.) | | Title | A Handbook of Neurological Investigations in Children (Clinics in Developmental Medicine) (PGMKP - A Practical Guide from MKP) (Practical Guides from Mac Keith Press) | | Published | 2009-10 | | Publisher | MacKeith Press | | Pages | | | ISBN | 1898683697 | | URL | | ^ Note name ^ :harvard:ohbpedneuro ^ | Authors | Forsyth, R., & Newton, R. (Eds.) | | Title | Paediatric Neurology (Oxford Specialist Handbooks in Paediatrics) | | Published | 2017-09 | | Publisher | Oxford University Press | | Pages | | | ISBN | 9780198784449 | | URL | https://oxfordmedicine.com/view/10.1093/med/9780198784449.001.0001/med-9780198784449 | ^ Note name ^ :harvard:knuth-aop-2 ^ ^ Author | Donald Knuth | ^ Title | The Art of Computer Programming, Volume 2: Seminumerical Algorithms | ^ Edition | Third Edition | ^ Published | 1997 | ^ Publisher | Addison-Wesley | ^ Pages | xiv + 762 pp. | ^ ISBN | 0-201-89684-2 | ^ URL | http://en.wikipedia.org/wiki/The_Art_of_Computer_Programming | ===== Note sheet example ===== ^ Note name ^ Note text ^ ^ :ref:sample1 | A sample reference. | ^ :ref:sample2 | A sample reference with //some// **formatting**. | ^ :ref:sample3 | A sample reference with a [[http://www.dokuwiki.org/|link.]] | ===== Note card example ===== ^ Note name ^ :ref:knuth-aop-2 ^ ^ Author | Donald Knuth | ^ Title | The Art of Computer Programming, Volume 2: Seminumerical Algorithms | ^ Edition | Third Edition | ^ Published | 1997 | ^ Publisher | Addison-Wesley | ^ Pages | xiv + 762 pp. | ^ ISBN | 0-201-89684-2 | ^ URL | http://en.wikipedia.org/wiki/The_Art_of_Computer_Programming | ===== BibTeX example ===== @Comment{refnotes, namespace = "ref:prog" } @Book{GangOfFour, author = "Erich {Gamma} and Richard {Helm} and Ralph {Johnson} and John {Vlissides}", author-ref = "Gamma, et al.", title = "Design Patterns: Elements of Reusable Object-Oriented Software", publisher = "Addison-Wesley", year = 1994, address = "Reading, Mass.", pages = 395, isbn = "0-201-63361-2", url = "http://en.wikipedia.org/wiki/Design_Patterns" } @Article{:ref:Knuth-LCE-1985, author = "Donald Knuth", title = "Deciphering a linear congruential encryption", journal = "IEEE Transactions on Information Theory", volume = "31(1)", year = 1985, month = "Jan", publisher = "IEEE", pages = "49-52", issn = "0018-9448", url = "http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=1056997" } ===== Dataentry example ===== The dataentry below is wrapped into '''' section to be properly presented in absence of [[doku>plugin:data|Data plugin]]. ---- dataentry refnotes ---- note-name : :ref:prog:Hunt&Thomas(1999) authors : Andrew Hunt, David Thomas title : The Pragmatic Programmer: From Journeyman to Master published : 1999 publisher : Addison-Wesley Professional pages : 352 isbn : 0-201-61622-X url : http://en.wikipedia.org/wiki/The_Pragmatic_Programmer ----