refnotes:bibtex

References

On this page you can define commonly used notes for RefNotes plugin. Every note is defined as collection of data fields. There are number of ways to organize the note definitions:

  • Group a number of notes into single data table (sheet). The first row of the table is used to specify which field the corresponding column contains.
  • Use separate table for each note (card). The table should have two columns where the first column is used to specify the field names.
  • Define notes using BibTeX syntax. BibTeX entries have to be wrapped into a <code> section. The key of BibTeX entry serves as name of the note. The namespace can be either specified as part of the key or in a separate comment (see example below) for all entries that follow.
  • Store one note per page as Data plugin entry. This way the notes are stored in a database, which allows to make queries against the bibliography data, for example, see all books of a certain author. Unfortunately Data plugin allows only one dataentry section per page.

For sheets and cards plugin does not make a distinction between normal table cells and header cells. The field name cells are identified only based on their content. The names are case insensitive and can also be specified using locale-specific labels. BibTeX and dataentry sections support only field names. The full list of field names is provided in reference database documentation.

Note name Note text
:cite:panayiotopoulos2005 Panayiotopoulos CP. (2005). The Epilepsies: Seizures, Syndromes and Management. Oxfordshire (UK): Bladon Medical Publishing.
:ref:sample2 A sample reference with some formatting.
:ref:sample3 A sample reference with a link.
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
@Comment{refnotes,
  namespace = "ref:"
}
 
@article{:ref:Sobani2011,
abstract = {BACKGROUND Studies have shown that nearly 3{\%} of closed head injuries result in basal ganglia hemorrhages and that this may be a more frequent occurrence in pediatric patients. Various mechanisms based on shearing forces have been implicated in the injury; however, the underlying mechanism leading to the increased incidence in pediatric patients has not been well described. Angiographic data suggest that putamenal perforators in children are more severely stretched at acute angles compared to those in adults, which may be a contributing factor to the increased incidence. CASE DESCRIPTION We discuss a series of five relatively benign cases of traumatic putamenal strokes in children and review their presentations, mechanism of injury, neurological deficits, and management with reference to available literature. CONCLUSION Although generally an alarming situation, benign presentations of putamenal strokes may be seen in pediatric populations after closed head injuries. In such cases, conservative management with subsequent rehabilitation and physical therapy is recommended.},
author = {Sobani, Zain A and Ali, Arshad},
doi = {10.4103/2152-7806.80116},
issn = {2152-7806},
journal = {Surgical neurology international},
keywords = {Pediatrics,cerebrovascular trauma,closed traumatic brain injury,putamenal hemorrhages},
pages = {51},
pmid = {21697966},
title = {{Pediatric traumatic putamenal strokes: Mechanisms and prognosis.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/21697966 http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=PMC3114312},
volume = {2},
year = {2011}
}
 
 
@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"
}
@article{:ref:Kometani2014,
author = {Kometani, Hiroshi and Kawatani, Masao and Ohta, Genrei and Okazaki, Shintaro and Ogura, Kazumasa and Yasutomi, Motoko and Tanizawa, Akihiko and Ohshima, Yusei},
doi = {10.1016/j.braindev.2013.07.012},
issn = {03877604},
journal = {Brain and Development},
keywords = {jicna166},
mendeley-tags = {jicna166},
month = {jun},
number = {6},
pages = {551--553},
title = {{Marked elevation of interleukin-6 in mild encephalopathy with a reversible splenial lesion (MERS) associated with acute focal bacterial nephritis caused by Enterococcus faecalis}},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0387760413002337},
volume = {36},
year = {2014}
}

The dataentry below is wrapped into <code> section to be properly presented in absence of 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
----

This sentence refers to [1] or [2]

Enter your comment. Wiki syntax is allowed:
E Q X E C
 
  • refnotes/bibtex.txt
  • Last modified: 2020/02/17 14:12
  • by icna