Skip to content

Instantly share code, notes, and snippets.

@gfarrell
Created March 31, 2014 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfarrell/9892791 to your computer and use it in GitHub Desktop.
Save gfarrell/9892791 to your computer and use it in GitHub Desktop.
Example of Biber problem
@ARTICLE{savcheva2007,
author = {Savcheva, A. and Cirtain, J. and Deluca, E.~E. and Lundquist, L.~L. and
Golub, L. and Weber, M. and Shimojo, M. and Shibasaki, K. and
Sakao, T. and Narukage, N. and Tsuneta, S. and Kano, R.},
title = {A Study of Polar Jet Parameters Based on Hinode XRT Observations},
journal = {Publications of the ASJ},
keywords = {Sun: activity, Sun: corona, Sun: magnetic field},
year = 2007,
month = nov,
volume = 59,
pages = {771},
adsurl = {http://adsabs.harvard.edu/abs/2007PASJ...59S.771S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@INPROCEEDINGS{sako2012,
author = {{Sako}, N. and {Shimojo}, M. and {Kitabayashi}, T.},
title = {Statistical Study of X-ray Jets in the Polar Region},
booktitle = {Hinode-3: The 3rd Hinode Science Meeting},
year = 2012,
series = {Astronomical Society of the Pacific Conference Series},
volume = 454,
editor = {{Sekii}, T. and {Watanabe}, T. and {Sakurai}, T.},
month = aug,
pages = {153},
adsurl = {http://adsabs.harvard.edu/abs/2012ASPC..454..153S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{shibata1992,
author = {{Shibata}, K. and {Ishido}, Y. and {Acton}, L.~W. and {Strong}, K.~T. and
{Hirayama}, T. and {Uchida}, Y. and {McAllister}, A.~H. and
{Matsumoto}, R. and {Tsuneta}, S. and {Shimizu}, T. and {Hara}, H. and
{Sakurai}, T. and {Ichimoto}, K. and {Nishino}, Y. and {Ogawara}, Y.
},
title = {Observations of X-ray jets with the YOHKOH Soft X-ray Telescope},
journal = {Publications of the ASJ},
keywords = {PLASMA JETS, SOLAR CORONA, SOLAR X-RAYS, SPACEBORNE ASTRONOMY, X RAY TELESCOPES, JAPANESE SPACECRAFT, SOLAR MAGNETIC FIELD},
year = 1992,
month = oct,
volume = 44,
pages = {L173-L179},
adsurl = {http://adsabs.harvard.edu/abs/1992PASJ...44L.173S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{moore2013,
author = {{Moore}, R.~L. and {Sterling}, A.~C. and {Falconer}, D.~A. and
{Robe}, D.},
title = {The Cool Component and the Dichotomy, Lateral Expansion, and Axial Rotation of Solar X-Ray Jets},
journal = {Astrophysical Journal},
keywords = {solar wind, Sun: activity, Sun: chromosphere, Sun: corona, Sun: magnetic topology },
year = 2013,
month = jun,
volume = 769,
eid = {134},
pages = {134},
doi = {10.1088/0004-637X/769/2/134},
adsurl = {http://adsabs.harvard.edu/abs/2013ApJ...769..134M},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{odwyer2010,
author = {{O'Dwyer}, B. and {Del Zanna}, G. and {Mason}, H.~E. and {Weber}, M.~A. and
{Tripathi}, D.},
title = {SDO/AIA response to coronal hole, quiet Sun, active region, and flare plasma},
journal = {Astronomy and Astrophysics},
keywords = {Sun: activity, Sun: atmosphere, Sun: corona, Sun: UV radiation},
year = 2010,
month = oct,
volume = 521,
eid = {A21},
pages = {A21},
doi = {10.1051/0004-6361/201014872},
adsurl = {http://adsabs.harvard.edu/abs/2010A%26A...521A..21O},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{nistico2011,
author = {{Nistic\`{o}}, G. and {Patsourakos}, S. and {Bothmer}, V. and
{Zimbardo}, G.},
title = "{Determination of temperature maps of EUV coronal hole jets}",
journal = {Advances in Space Research},
year = 2011,
month = nov,
volume = 48,
pages = {1490-1498},
doi = {10.1016/j.asr.2011.07.003},
adsurl = {http://adsabs.harvard.edu/abs/2011AdSpR..48.1490N},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE{hannah2012,
author = {{Hannah}, I.~G. and {Kontar}, E.~P.},
title = {Differential emission measures from the regularized inversion of Hinode and SDO data},
journal = {\aap},
archivePrefix = {arXiv},
eprint = {1201.2642},
primaryClass = "astro-ph.SR",
keywords = {Sun: UV radiation, Sun: X-rays, gamma rays, Sun: corona, Sun: chromosphere, Sun: flares},
year = 2012,
month = mar,
volume = 539,
eid = {A146},
pages = {A146},
doi = {10.1051/0004-6361/201117576},
adsurl = {http://adsabs.harvard.edu/abs/2012A%26A...539A.146H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@online{xrtFactSheet,
title = {XRT Fact Sheet},
url = {http://hinode.nao.ac.jp/xrt_e/fact_sheet_e.shtml}
}
@online{aiaFactSheet,
title = {AIA Instrument Specification},
url = {http://aia.lmsal.com/public/instrument.htm}
}
@online{idlMapsInfo,
title = {IDL Map Software for Analyzing Solar Images},
url = {http://hesperia.gsfc.nasa.gov/rhessidatacenter/complementary_data/maps/}
}
\documentclass[11pt]{article}
%Packages
\usepackage{geometry} % Layout options package
\usepackage{graphicx} % Manages external pictures
\usepackage{amssymb} % Adds new symbols to be used for maths
\usepackage{epstopdf} % Handles EPS images, converts them to pdf format
\usepackage{url} % Defines \url command - formats and escapes urls
\usepackage{appendix} % Additional appendix-ing capabilities
\usepackage{verbatim} % Allows multiline comments among other things (I imagine)
\usepackage{fixltx2e} % Adds superscript/subscript support
\usepackage[utf8]{inputenc} % Accents (this and below)
\usepackage[T1]{fontenc} % Accents (this and above)
\usepackage{wrapfig} % text wrapping around figures
\usepackage{amsmath} % allows normal text in maths mode
\usepackage[style=authoryear-icomp,sorting=anyt]{biblatex}
\addbibresource{bibliography.bib}
% Document Properties (auth, title, etc.)
\author{G.T. Farrell, King's College}
\title{Temperature Bounds on X-ray jets in the solar atmosphere}
% Document content
\begin{document}
\maketitle
\section{Citations}
\autocite{savcheva2007}
\autocite{sako2012}
\autocite{shibata1992}
\autocite{moore2013}
\autocite{odwyer2010}
\autocite{nistico2011}
\autocite{hannah2012}
\autocite{xrtFactSheet}
\autocite{aiaFactSheet}
\autocite{idlMapsInfo}
\section{References}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment