Some of us have been using the online eprint repository arXiv.org to publish preprints and accepted manuscript postprints. See the openmod guide to eprints on why this is a good idea.
However, arXiv.org does not have a suitable topic tag for energy economics or general energy system modelling. An economics tag was recently introduced, but currently has only one sub-tag, namely econometrics.
To persuade the moderators to introduce an “energy economics” tag, we will need to show that many energy economics articles are currently being falsely classified, e.g. under “physics and society”. Please add papers here that are falsely classified.
In a few weeks we can then email the moderators to make the case for new topic tags.
Here’s some python code to fill out the table for a given identifier:
#pip install arxiv
import arxiv
identifier = "1405.2857"
record = arxiv.query(identifier)[0]
print("| {identifier} | [{title}]({url}) | {category} |".format(identifier=identifier,
title=record["title"].replace("\n","").replace(" "," "),
url=record["arxiv_url"],
category=record["arxiv_primary_category"]["term"]))
If you’re feeling lazy, just put the identifier and we’ll fill out the rest.
Falsely classified energy economics papers
Falsely classified general energy papers
Identifier | Title | Classification |
---|---|---|
1709.05716 | Response to ‘Burden of proof: A comprehensive review of the feasibility of 100% renewable-electricity systems’ | Physics and Society (physics.soc-ph) |
1707.09913 | PyPSA: Python for Power System Analysis | physics.soc-ph |
1707.08164 | Opening the black box of energy modelling: strategies and lessons learned | Computers and Society (cs.CY); General Literature (cs.GL) |
1609.02977 | Flow tracing as a tool set for the analysis of networked large-scale renewable electricity systems | physics.soc-ph |
1508.06070 | Power flow tracing in a simplified highly renewable European electricity network | Physics and Society (physics.soc-ph); Disordered Systems and Neural Networks (cond-mat.dis-nn) |