<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.openmod-initiative.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openmod-initiative.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nithiya+Streethran</id>
		<title>wiki.openmod-initiative.org - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openmod-initiative.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nithiya+Streethran"/>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Special:Contributions/Nithiya_Streethran"/>
		<updated>2026-05-31T02:58:21Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.7</generator>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Choosing_a_license</id>
		<title>Choosing a license</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Choosing_a_license"/>
				<updated>2019-11-30T11:42:04Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: /* Selecting a license */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Why should you pick a license? =&lt;br /&gt;
&lt;br /&gt;
In other words, why not just put code online without a license? A license clarifies the conditions under which your code can be reused. In the absence of a license, the author still retains proprietary copyright, and the conditions under which the code can be used are unclear.&amp;lt;ref name=&amp;quot;morin-etal-2012&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- website URL: http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002598 --&amp;gt;&lt;br /&gt;
{{cite journal | last1 = Morin | first1 = Andrew | last2 = Urban | first2 = Jennifer | last3 = Sliz | first3 = Piotr | title = A quick guide to software licensing for the scientist-programmer | date = 26 July 2012 | journal = PLOS Computational Biology | volume = 8 | issue = 7 | pages = e1002598 | doi = 10.1371/journal.pcbi.1002598 | issn = 1553-7358 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable | access-date = 2016-12-10}} {{open access}}&amp;lt;/ref&amp;gt; A sentence like &amp;quot;feel free to use this code&amp;quot; does not improve the situation, because it does not clarify to what extent any possible user should &amp;quot;feel free&amp;quot; to use the code. Standard licenses provide pre-defined sets of standard conditions, which both providers and users only have to understand once, and can then later easily recognise and categorise.&lt;br /&gt;
&lt;br /&gt;
Also see &amp;quot;Why is an open-source license useful?&amp;quot; on the Software Sustainability's [http://www.software.ac.uk/resources/guides/adopting-open-source-licence Choosing an open-source license page] article.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Selecting a license =&lt;br /&gt;
&lt;br /&gt;
The most common licenses for a given artifact can be determined by its type: code, data, documentation, or other generic digital &amp;quot;creative work&amp;quot; (reports and figures). For any given project, ''these components can and should be licensed independently by type''.&lt;br /&gt;
&lt;br /&gt;
At the most basic level, one must decide on whether to use a copyleft license or a more permissive license. While copyleft assures that code changes by any future contributors must stay public, permissive licenses only require attribution in derived works.&lt;br /&gt;
&lt;br /&gt;
With these two distinctions (type of work, type of license), the following decision matrix can be drawn:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;br/&amp;gt;&lt;br /&gt;
! Code&lt;br /&gt;
! Data&lt;br /&gt;
! Documentation&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Copyleft&lt;br /&gt;
| GPL, (AGPL)&lt;br /&gt;
| ODbL&lt;br /&gt;
| {{nowrap|CC BY SA}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Permissive {{pad|1em}}&lt;br /&gt;
| ISC, MIT, BSD, Apache{{nnbsp}}&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;{{pad|1em}}&lt;br /&gt;
| CC BY, ODC-By&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Public domain {{pad|1em}}&lt;br /&gt;
| not recommended{{pad|1em}}&lt;br /&gt;
| PDDL, CC0&lt;br /&gt;
| CC0&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; | 1. These licenses are compatible with the GPL. This means that projects licensed under GPLv2 or GPLv3 can include code distributed with any of the indicated permissive licenses.&amp;lt;ref&amp;gt;[https://www.gnu.org/licenses/license-list.en.html GNU page on licenses.]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
UPDATE: Removed {{nowrap|CC BY SA}} from copyleft/data. It is not recommended for data.&lt;br /&gt;
&lt;br /&gt;
The following sections elaborate on both options for each type of work: code, data, documentation, and other.&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
The following minimal questions can give a guideline on whether one should choose a copyleft or a permissive license for a project. The Wikipedia article on [https://en.wikipedia.org/wiki/Free_software_license Free software licenses] gives an in-depth overview on both types and their properties.&lt;br /&gt;
&lt;br /&gt;
*Are you okay with your code becoming part of a '''closed-source''' commercial software product?&lt;br /&gt;
**No: GPL&lt;br /&gt;
**Yes: permissive licenses (MIT/BSD/Apache)&lt;br /&gt;
&lt;br /&gt;
*Do you want to '''force '''users to publish their improvements to your software, or to software they develop based on your software, under the same license?&lt;br /&gt;
**No: permissive licenses (MIT/BSD/Apache). This makes the code more broadly usable, but also allows people to take the code without sharing their improvements.&lt;br /&gt;
**Yes: GPL. This ensures that any future changes and improvements to the code remain free and open&lt;br /&gt;
&lt;br /&gt;
=== Copyleft licenses ===&lt;br /&gt;
&lt;br /&gt;
Developers who use a GPL license must make the source code available if they share or sell an application built upon it. In this case, the source code must also contain any changes the developers may have made. If GPL code is used but not shared or sold, the code need not be published and any improvements may remain private. This has the important consequence that software written under such a license cannot be included in &amp;quot;non-free&amp;quot; software. The GPL family of licenses comprise:&lt;br /&gt;
&lt;br /&gt;
*GPL: the basic GPL license&lt;br /&gt;
*LGPL: Lesser GPL: permits non-free software to link to the LGPL-licensed software, which the GPL does not&lt;br /&gt;
*AGPL: Affero GNU GPL: this license closes a loophole in the GPL that permits somebody to operate a web application that uses GPL code, without making the code available to users&lt;br /&gt;
&lt;br /&gt;
More information, geared towards the use of copyleft licenses for code, can be found in the article [https://www.gnu.org/licenses/license-recommendations How to choose a license for your own work] on [https://www.gnu.org/ gnu.org].&lt;br /&gt;
&lt;br /&gt;
=== Permissive licenses ===&lt;br /&gt;
&lt;br /&gt;
The article [https://www.freebsd.org/doc/en/articles/bsdl-gpl/article.html Why you should use a BSD style license for your Open Source Project] on [https://www.freebsd.org/ freebsd.org] is recommended. The permissive licenses allow code to be re-used without restrictions, including the possibility of building commercial software whereby the new code is not made public.&lt;br /&gt;
&lt;br /&gt;
The site [https://choosealicense.com/ choosealicense.com] has a great three-column summary of the differences between the major open source licenses. Summarizing their explanations (with links to their license description pages):&lt;br /&gt;
&lt;br /&gt;
*The [https://choosealicense.com/licenses/mit MIT] license is a simple permissive license&lt;br /&gt;
*The [https://choosealicense.com/licenses/apache-2.0/ Apache License] adds an additional term explicitly granting the patent rights of code contributors to the users of such code&lt;br /&gt;
*The [https://choosealicense.com/licenses/bsd-2-clause/ BSD] license, or its newer even shorter successor [https://choosealicense.com/licenses/isc/ ISC] is virtually identical to MIT, but more succinctly worded&lt;br /&gt;
&lt;br /&gt;
One important aspect of all these licenses is the liability clause. This clause prohibits any code user from holding the code producers liable for damages arising from the use of the software code.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
Data in this context includes organized databases holding datasets. Special copyright rules may apply to databases, which, under European law, are protected in their own right, irrespective of the status of the data they contain.&lt;br /&gt;
&lt;br /&gt;
The go-to solution for data licenses comes from the [https://opendatacommons.org/ Open Data Commons] that have created the following three licenses, and a nice [http://opendatacommons.org/guide/ 2-minute guide] on the how and why of data licensing:&lt;br /&gt;
&lt;br /&gt;
*[https://opendatacommons.org/licenses/odbl/ Open Data Commons Open Database License (ODbL)]: this license is used by OpenStreetMap&lt;br /&gt;
*The [https://opendatacommons.org/licenses/by/1.0/ Open Data Attribution License (ODC-By)] (analogous to CC BY) differs from the ODbL mainly due to a missing copyleft clause. ODC-By basically requires that the contributors to the original database be listed.&lt;br /&gt;
*[https://opendatacommons.org/licenses/pddl/summary/ Public Domain Dedication and License (PDDL)] is even more permissive and does not require attribution or force derived works to adopt specific license conditions&lt;br /&gt;
*Only version{{nbsp}}4.0 [https://creativecommons.org/ Creative Commons] licenses should be used for data. This version has improved provisions for datasets and databases. Please refer to the section [https://wiki.openmod-initiative.org/index.php?title=Choosing_a_license&amp;amp;action=edit&amp;amp;mode=wysiwyg&amp;amp;section=6#Other Other] for their properties. Recommended licenses are Public Domain (CC0) and CC-BY 4.0. Please note that CC-BY-SA is not recommended for data. See also the related question [https://opendata.stackexchange.com/questions/5995/are-creative-commons-licenses-suitable-for-data are CC licenses suitable for data?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
In December 2017, individuals in the openmod community made a written submission on the re-use of public sector information in Europe.&amp;lt;ref name=&amp;quot;morrison-etal-2017&amp;quot;&amp;gt;{{cite book | last1 = Morrison | first1 = Robbie | last2 = Brown | first2 = Tom | last3 = De Felice | first3 = Matteo | title = Submission on the re-use of public sector information: with an emphasis on energy system datasets — Release 09 | date = 10 December 2017 | location = Berlin, Germany | url = https://forum.openmod-initiative.org/uploads/default/original/1X/d659fda325438884e6e78b372772ed7069633f97.pdf | access-date = 2017-12-13}} Creative Commons CC BY 4.0 license. {{open access}}&amp;lt;/ref&amp;gt; The openmod forum has a dedicated [https://forum.openmod-initiative.org/t/re-use-of-public-sector-information/476 thread].&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
If you would like your model documentation to be used verbatim on Wikipedia, you need to use one of these Creative Commons licenses:&lt;br /&gt;
&lt;br /&gt;
*CC BY, all versions and ports up to and including 4.0&lt;br /&gt;
*CC BY-SA, versions 1.0, 2.0, 2.5, and 3.0&lt;br /&gt;
&lt;br /&gt;
However CC BY-SA 4.0 is '''not''' compatible with Wikipedia. For more information, please see the [https://en.wikipedia.org/wiki/Wikipedia:FAQ/Copyright#Can_I_add_something_to_Wikipedia_that_I_got_from_somewhere_else.3F Wikipedia compatibility table]. The Wikimedia Foundation ran a community discussion on an upgrade to a CC BY-SA 4.0 license in November 2016, but the outcome has not been announced. If this exercise is successful then the compatibility problem just noted will disappear.&lt;br /&gt;
&lt;br /&gt;
The [https://www.gnu.org/copyleft/fdl.html GNU Free Documentation License 1.3] (FDLv1.3) is the GNU alternative to a Creative Commons license.&lt;br /&gt;
&lt;br /&gt;
[https://www.gnu.org GNU] also recommends '''not''' using the following licenses for free documentation:&lt;br /&gt;
&lt;br /&gt;
*CC-NC (non-commercial) license of any form&lt;br /&gt;
*CC-ND (no derivatives) license of any form&lt;br /&gt;
&lt;br /&gt;
For more information, please see [https://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses GNU page on non-free documentation licenses].&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
The Creative Commons family of licenses are probably the most widely known. As of December 2016, the fourth version of these licenses is current. First, the two &amp;quot;free licenses&amp;quot; are presented:&lt;br /&gt;
&lt;br /&gt;
*[https://creativecommons.org/licenses/by/4.0/ CC BY] (short for attributions, the &amp;quot;by&amp;quot; refers to authoring): requires that the source be named when sharing the original work or any derived work&lt;br /&gt;
*[https://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA]: similar to the GPL in that it requires any derived works to be published under a &amp;quot;compatible&amp;quot; (easiest is the same) license. It is the license used by Wikipedia for articles. Version 4.0 is fully compatible with the GPLv3 (software) license. This license is not recommended for Open Data &amp;lt;span class=&amp;quot;tlid-translation translation&amp;quot;&amp;gt;&amp;lt;span title=&amp;quot;&amp;quot;&amp;gt;because there is an incompatibility with the much used OSM data (ODbL) and other copyleft data!&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Only the two previous CC licenses qualify as &amp;quot;free&amp;quot; licenses, as they do not restrict what a user may do with the licensed work. Two &amp;quot;non-free&amp;quot; license components are presented:&lt;br /&gt;
&lt;br /&gt;
*CC NC: the non-commercial option allows one to prohibit any &amp;quot;commercial&amp;quot; usage of their work. However, it is notoriously hard to define ''exactly what constitutes'' a commercial activity. This issue is explained in detail in the brochure [https://openglam.org/files/2013/01/iRights_CC-NC_Guide_English.pdf Consequences, risks and side-effects of the license module &amp;quot;non-commercial use only&amp;quot;]. In any case, the two licenses which result from this component are [https://creativecommons.org/licenses/by-nc/4.0/ CC BY-NC] and, with the share-alike option, [https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA].&lt;br /&gt;
*CC ND (short for no derivatives): this option is available If you do not want changes or improvements to your work to be shared or redistributed. Its main use is by musicians who want to share their music with listeners, but do not wish to allow remixes or cover versions. The resulting licenses are [https://creativecommons.org/licenses/by-nd/4.0/ CC BY-ND] or, by combining it with the NC option, [https://creativecommons.org/licenses/by-nc-nd/4.0/ CC BY-NC-ND].&lt;br /&gt;
&lt;br /&gt;
For inspiration, the Creative Commons homepage lists [https://creativecommons.org/examples a host of example projects licensed under all different licenses] to give an impression of the contexts that triggered various individuals to select a particular license.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= FAQ =&lt;br /&gt;
&lt;br /&gt;
== Why is it a bad idea to use Creative Commons licenses for code? ==&lt;br /&gt;
&lt;br /&gt;
The long answer is given in [http://opensource.stackexchange.com/questions/1717/why-is-cc-by-sa-discouraged-for-code Why is CC BY-SA discouraged for code?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
The short answer is that the CC licenses are written for creative works (music, film, texts), not software code. Therefore, a CC license leaves many important details (what constitutes a &amp;quot;derived&amp;quot; work, is linking allowed, what about patents?) unspecified. The conclusion: don not use CC licenses for code.&lt;br /&gt;
&lt;br /&gt;
== At what point should I choose or change a license? ==&lt;br /&gt;
&lt;br /&gt;
You should determine and add a license '''prior''' to the '''first''' release of your project. Ideally that would include “small” releases within your research institute or organization.&lt;br /&gt;
&lt;br /&gt;
Can I change the license? The important thing is that, when you receive a copy of the source code with a particular license, you have been granted that license. So as long as the license does not have a revocation clause, it is permanent. See the related question on StackOverflow: [http://stackoverflow.com/questions/3498237/what-happens-when-an-open-source-project-changes-its-license What happens when an open source project changes its license?]&lt;br /&gt;
&lt;br /&gt;
A license can be changed. You can swap the license for the next version or release if '''all''' contributors (meaning copyright holders) agree or have previously agreed to the possibility of doing so, usually via a contributor agreement. Search for &amp;quot;contributor (license/assignment) agreement&amp;quot; online, for pointers on how to enable this up front. See also the [http://opensource.org/faq#contributor-agreements FAQ on contributor agreements on opensource.org], [http://wiki.civiccommons.org/Contributor_Agreements Civic Commons article on contributor agreements].&lt;br /&gt;
&lt;br /&gt;
== What does sublicensing mean? ==&lt;br /&gt;
&lt;br /&gt;
Sublicensing allows somebody to relicense all or part of the licensed software, for example, to use BSD-licensed code in a closed-source commercial application.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The basic idea ... is that if this is granted, a licensee can become a licensor of some of the rights of the grant they received regardless of any other claim they may have to copyright control over what they distribute.&amp;quot; Source: [https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Seeking advice =&lt;br /&gt;
&lt;br /&gt;
Questions related to the selection and use of open source licenses can be posted to our [https://groups.google.com/d/forum/openmod-initiative mailing list]. But remember that the list is public and its traffic is indexed by search engines.&lt;br /&gt;
&lt;br /&gt;
= Further reading =&lt;br /&gt;
&lt;br /&gt;
*The Software Sustainability Institute (UK) provides [http://www.software.ac.uk/resources/guides/adopting-open-source-licence information and answers to frequently asked questions]. The questions dealt with include:&lt;br /&gt;
**“Why is an open-source licence useful?”&lt;br /&gt;
**“How can I tell the difference between open-source licences?”&lt;br /&gt;
**“What happens if I am using someone else's code in my software?”&lt;br /&gt;
**“What do I need to do before applying my choice of licence?”&lt;br /&gt;
&lt;br /&gt;
*This Nature commentary article dispels common excuses for not publishing scientific code and argues that code should be published more frequently:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Barnes | first1 = Nick&lt;br /&gt;
 | title = Publish your computer code: it is good enough&lt;br /&gt;
 | date = 13 October 2010&lt;br /&gt;
 | journal = Nature News&lt;br /&gt;
 | volume = 467&lt;br /&gt;
 | issue = 7317&lt;br /&gt;
 | pages = 753–753&lt;br /&gt;
 | doi = 10.1038/467753a&lt;br /&gt;
 | issn = 0028-0836&lt;br /&gt;
 | url = http://www.nature.com/news/2010/101013/pdf/467753a.pdf&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The following paper contains a good overview of different licenses and some of the questions one might ask when deciding on a license, from the point of view of a programming scientist:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Morin | first1 = Andrew&lt;br /&gt;
 | last2 = Urban | first2 = Jennifer&lt;br /&gt;
 | last3 = Sliz | first3 = Piotr&lt;br /&gt;
 | title = A quick guide to software licensing for the scientist-programmer&lt;br /&gt;
 | date = 27 July 2012&lt;br /&gt;
 | journal = PLOS Computational Biology&lt;br /&gt;
 | volume = 8&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | pages = e1002598&lt;br /&gt;
 | doi = 10.1371/journal.pcbi.1002598&lt;br /&gt;
 | issn = 1553-7358&lt;br /&gt;
 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}} {{open access}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[https://tldrlegal.com/ TLDRlegal.com] summarizes a wide range of popular licenses in an easy to read format&lt;br /&gt;
*Help for choosing a license for software from GitHub at [http://choosealicense.com/ ChooseALicense.com]&lt;br /&gt;
*[http://opensource.org Opensource.org]: lots of helpful information especially under the FAQ (provides, for instance, an aswer to “Why not use CC for code?”)&lt;br /&gt;
**Open Source Licenses: wallow in the abundance of licenses out there, then come back to the FAQ and read “Which Open Source license should I choose to release my software under?”&lt;br /&gt;
&lt;br /&gt;
*[https://www.wbs-law.de/it-recht/open-source-lizenzen-ein-uberblick-35752/ An article (in German) with overview of different open licenses and problems]&lt;br /&gt;
*[http://www.ifross.org/lizenz-center/ A detailed list (in German) of licenses]&lt;br /&gt;
*The Journal of Open Research Software (JORS) is a journal dedicated to publishing Open Source research software. It is therefore a useful outlet to publish software source code in, and then be able to reference it from other articles: [http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Open_journals</id>
		<title>Open journals</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Open_journals"/>
				<updated>2019-11-18T02:51:53Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of full open access journals in which energy research and energy modeling software can be published. The information here (including publication fees and article lengths) refers to full-length articles based on original research.&lt;br /&gt;
&lt;br /&gt;
Most journals require a publication fee (also known as an article processing charge or APC) to be paid by the submitter on acceptance. The fee can be as high as €1800, but some journals have a waiver policy for non-funded authors. To apply for a partial or full exemption, you will need to submit the institutional affiliations of the authors, the details of your project, and any sources of funding you receive. You also need to apply prior to or at the time of submission.&lt;br /&gt;
&lt;br /&gt;
Some conventional journals allow authors to buy out their restricted access. These are known as hybrid open access journals and their APCs tends to be higher, in line with their better impact factors.&lt;br /&gt;
&lt;br /&gt;
Only two journals, the [[#Journal_of_Open_Research_Software|Journal of Open Research Software]] and the [[#Journal_of_Open_Source_Software|Journal of Open Source Software]], are dedicated to software and cover all areas of science. Only two support energy economics. The remainder are either oriented towards engineering topics or broad in scope.&lt;br /&gt;
&lt;br /&gt;
The [https://doaj.org/ Directory of Open Access Journals] (DOAJ) maintains a directory of open access journals.&lt;br /&gt;
&lt;br /&gt;
''Note'': Feel free to shift journals between the established and less known categories or remove them altogether, particularly if you know something of their reputation.&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 743px&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&amp;lt;br/&amp;gt;&lt;br /&gt;
! License&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 72px&amp;quot; | Fee&lt;br /&gt;
! style=&amp;quot;width: 122px&amp;quot; | Coverage&lt;br /&gt;
! style=&amp;quot;width: 38px&amp;quot; | DOAJ Seal&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 55px&amp;quot; | IF&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energies|Energies]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1500&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | &amp;lt;span id=&amp;quot;journalImpactFactorPopUp-1040-outerCt&amp;quot; style=&amp;quot;display: table;  width: 100%;  table-layout: fixed;  height: 100%&amp;quot;&amp;gt;2.676 (2017)&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_and_Policy_Research|Energy and Policy Research]]{{nbsp}}*&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | †{{nbsp}}€1400&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Reports|Energy Reports]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1300&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Science_.26_Engineering|Energy Science &amp;amp; Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1429&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Strategy_Reviews|Energy Strategy Reviews]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1100&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.164 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy.2C_Sustainability_and_Society|Energy, Sustainability and Society]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1180&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | complex issues&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 1.625 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontiers_in_Energy_Research|Frontiers in Energy Research]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | †{{nbsp}}€1800&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy systems and policy&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | Coming 2020!&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_and_Environmental_Engineering_.28IJEEE.29|Int J of Energy and Environmental Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_Economics_and_Policy_.28IJEEP.29|Int J of Energy Economics and Policy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €280&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy economics&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Sustainable_Energy_Planning_and_Management|Int J of Sustainable Energy Planning and Management]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC-ND&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Open_Research_Software|Journal of Open Research Software]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | †{{nbsp}}€360&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | software oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Open_Source_Software|Journal of Open Source Software]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | software oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Sustainability_-_Special_Issue_Smart_Power_Grid_for_Sustainable_Energy_Transition|Sustainability]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1200&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.075 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Modern_Power_Systems_and_Clean_Energy|Journal of Modern Power Systems and Clean Energy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | power systems&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.122 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; style=&amp;quot;font-size: 85%;  width: 671px&amp;quot; | &lt;br /&gt;
*Only the '''least restrictive license''' is recorded. See elsewhere for alternative options and for details of the license version in use.&lt;br /&gt;
*The '''publication fees are indicative'''. Consult the text here, the journal website, and/or an exchange rate calculator for better information. Waiver policies for non-funded authors and for authors from developing countries may apply. The † indicates that the publication fee may be '''partially or fully waived''' for non-funded authors.&amp;lt;br/&amp;gt;&lt;br /&gt;
*The * indicates that the '''journal has ceased'''.&lt;br /&gt;
*&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; The [https://blog.doaj.org/tag/doaj-seal/ DOAJ Seal] is an indicator for high quality of an open access journal in terms of best-practice.&lt;br /&gt;
*&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;lt;span&amp;gt;Clarivate Analytics (&amp;lt;/span&amp;gt;Thomson Reuters) [https://jcr.incites.thomsonreuters.com/JCRJournalHomeAction.action Impact Factor]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Established journals =&lt;br /&gt;
&lt;br /&gt;
== Energies ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energies'' is an open access journal of related scientific research, technology development, and policy and management studies. Its aim is to encourage scientists to publish their experimental and theoretical results in as much detail as possible. The full experimental details must be provided so that the results can be reproduced. The publisher's keywords comprise: energy sources, energy saving, and energy efficiency.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.mdpi.com/journal/energies https://www.mdpi.com/journal/energies]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2008&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restrictions&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/1996-1073 1996-1073]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1996-1073 https://doaj.org/toc/1996-1073]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:[https://en.wikipedia.org/wiki/Energies_(journal) https://en.wikipedia.org/wiki/Energies (journal)]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1800 / ~€1500 ([https://www.mdpi.com/journal/energies/apc as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy and Policy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:'''This journal has ceased (2018)'''.&lt;br /&gt;
:''Energy and Policy Research'' publishes articles on engineering, science, technology, policy, and management related to energy systems. Topics include: advanced power cycles, governmental policies on energy, carbon mitigation technologies including clean coal and carbon capture, hydrogen and fuel cells, energy generation, conversion, storage, and transmission, market-based energy planning, economic, social, and environmental aspects of energy policies, micro- and nano-energy systems, energy supply security, nuclear energy, renewable energy including wind, solar, hydro, geothermal, and biomass, and thermal and fluid design of energy systems.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.tandfonline.com/toc/uetp21/current https://www.tandfonline.com/toc/uetp21/current]&lt;br /&gt;
;Summary&lt;br /&gt;
:broad coverage, including public energy policy and market-based energy planning&lt;br /&gt;
;Length&lt;br /&gt;
:8000 words (inclusive recommended length)&lt;br /&gt;
:LaTeX and MS Word support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Taylor &amp;amp; Francis Group&lt;br /&gt;
;Based&lt;br /&gt;
:USA&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2381-5639 2381-5639]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2381-5639 https://doaj.org/toc/2381-5639]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC&lt;br /&gt;
;Notes&lt;br /&gt;
:previously known as ''Energy Technology &amp;amp; Policy: An Open Access Journal''&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / €1400 (in 2016)&lt;br /&gt;
:membership and offset discounts can apply&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Energy Reports ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Reports'' is an online multidisciplinary open access journal which focuses on publishing new research in the area of energy with a rapid review and publication time. ''Energy Reports'' will be open to direct submissions and also to submissions from other Elsevier energy journals, whose editors have determined that ''Energy Reports'' would be a better fit.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:Direct submissions to the journal can be on any aspect of energy research, either from a technical engineering viewpoint or from a social research aspect. All energy subject areas will be considered (for example, renewables, fossil, nuclear).&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.journals.elsevier.com/energy-reports/ https://www.journals.elsevier.com/energy-reports/]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in November 2015&lt;br /&gt;
:energy research including engineering and social aspects&lt;br /&gt;
;Length&lt;br /&gt;
:4000 words (excluding references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2352-4847 2352-4847]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2352-4847 https://doaj.org/toc/2352-4847]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author's choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / ~€1300 ([https://www.elsevier.com/journals/egyr/2352-4847/open-access-journal as of February 2019])&lt;br /&gt;
:waiver policy for developing countries&lt;br /&gt;
&lt;br /&gt;
== Energy Science &amp;amp; Engineering ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Science &amp;amp; Engineering'' is a peer reviewed, open access journal dedicated to fundamental and applied research on energy and supply and use. The journal is published as a co-operative venture of Wiley and SCI ([https://www.soci.org/ Society of Chemical Industry]). Topics include, but are not limited to the following areas:&lt;br /&gt;
:*general energy: impact of production of electricity, heat and fuels, efficiency: built environment, industry and transport, systems, policy, legislation and planning, and cycle analysis&lt;br /&gt;
:*fossil fuels: carbon capture and storage (CCS) and reduction of other pollutants (NOx, SOx, etc)&lt;br /&gt;
:*energy storage: thermal energy storage and chemical energy storage&lt;br /&gt;
:*nuclear energy: nuclear reprocessing and breeder reactors, subcritical reactors, waste reduction/management, safety&lt;br /&gt;
:*renewable energy: solar energy and photovoltaics, hydrogen, batteries and fuel cells, wind energy, marine energy and hydropower, geothermal energy, and other renewables&lt;br /&gt;
:*power engineering: electric power systems, electric power electronics, cogeneration and combined heat and power, distributed power generation, microgeneration, power distribution and grid modernisation, and power management and modelling&lt;br /&gt;
&lt;br /&gt;
;Website&lt;br /&gt;
:[https://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505 https://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in April 2013&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:preferred formats are MS Word and RTF, limited support for LaTeX&lt;br /&gt;
;Publisher&lt;br /&gt;
:Wiley&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2050-0505 2050-0505]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2050-0505 https://doaj.org/toc/2050-0505]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 3.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1429 / US$1900 / £1216 ([https://onlinelibrary.wiley.com/page/journal/20500505/homepage/article.htm as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy Strategy Reviews ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Strategy Reviews'' is a peer-reviewed platform for publishing research related to the planning and implementation of energy strategies, ideally through quantitative studies that advance the use of energy systems models. The types of papers published by this journal include analyses, methodologies, case studies and reviews. Report reviews and viewpoints are published only by invitation.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.journals.elsevier.com/energy-strategy-reviews/ https://www.journals.elsevier.com/energy-strategy-reviews/]&lt;br /&gt;
;Summary&lt;br /&gt;
:the first volume was published in March 2012&lt;br /&gt;
:became a gold open access journal in January 2019&lt;br /&gt;
;Length&lt;br /&gt;
:10-12 pp for analysis and methodology articles&lt;br /&gt;
:4 pp for case study articles&lt;br /&gt;
:1-5 pp for short reviews or report reviews&lt;br /&gt;
:2-4 pp for viewpoint or energy vision&lt;br /&gt;
:LaTeX template available&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:Amsterdam, Netherlands&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2211-467X 2211-467X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:none&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author's choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1250 /~€1100 for articles submitted before 31 December 2019&lt;br /&gt;
:US$2500 /~€2200 for articles submitted after 31 December 2019&lt;br /&gt;
&lt;br /&gt;
== Energy, Sustainability and Society ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This journal offers a forum for discourse on systemic challenges at the intersection of energy, sustainability and society for natural scientists, engineers, social and political scientists and industry experts. It is the particular aim of this journal to publish inter‐ and cross‐disciplinary papers that provide a substantial contribution to the holistic innovation of sustainable energy systems.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The scope of the journal encompasses the whole innovation process, ranging from scientific research to both innovative approaches for technology implementation and the analysis of economic, social and environmental impacts of sustainable energy systems. Papers that integrate at least two dimensions of the energy, sustainability and society nexus and contribute to new holistic system solutions for the development of novel future energy are welcomed. The journal strives to publish early scientific opinions on issues, which are just emerging and require crosscutting and creative thinking.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://energsustainsoc.biomedcentral.com/ https://energsustainsoc.biomedcentral.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:publication opened up in 2011&lt;br /&gt;
:interdisciplinary focus on complex issues concerning science, environment, technology, and society&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2192-0567 2192-0567]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2192-0567 https://doaj.org/toc/2192-0567]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Notes&lt;br /&gt;
:SpringerOpen Copyright and License Agreement applies&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1180 / US$1390 / £990 ([https://energsustainsoc.biomedcentral.com/submission-guidelines/fees-and-funding as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Frontiers in Energy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This section of the open access journal FRONTIERS welcomes the submission of studies that examine the characteristics of new energy sources in a systemic way, such as the energy yield, the economic return, the pollution effects, and the sustainability of the system in terms of the natural resources that must be engaged.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://journal.frontiersin.org/journal/energy-research https://journal.frontiersin.org/journal/energy-research]&lt;br /&gt;
:[https://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy https://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy systems and policy (one of twelve sections)&lt;br /&gt;
;Length&lt;br /&gt;
:12{{nnbsp}}000 words&lt;br /&gt;
:MS Word and LaTeX templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2296-598X 2296-598X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2296-598X https://doaj.org/toc/2296-598X]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY (version not specified)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1900 (€1800 in 2016)&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environmental Engineering (IJEEE) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal provides a focus for activities concerning the development, assessment and management of energy and environmental engineering related programs. The following topical areas are covered: input-output analyses relating to energy-consuming systems, careful resource or reserve assessments of all types, energy conservation measures and their implementations, incisive evaluation of energy- system management, environmental- impact assessments, and policy alternatives stressing economic implications, bio- reactions and bio-engineering, geothermal energy, marine and hydroelectric energy, nuclear energy, solar energy, wind energy, energy conversion, energy efficient buildings, energy storage, power distribution, and renewable energy resource assessment and transportation.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.springer.com/engineering/energy+technology/journal/40095 https://www.springer.com/engineering/energy+technology/journal/40095]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy and environmental engineering&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:MS Word and LaTeX (if using mathematics) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2008-9163 2008-9163]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2008-9163 https://doaj.org/toc/2008-9163]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:Publication costs are covered by Islamic Azad University, Iran&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy Economics and Policy (IJEEP) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal seeks articles in the areas of energy economics, energy policy and related disciplines. Topics include, but are not limited to: energy consumption, electricity consumption, economic growth and energy, energy policy, energy planning, energy forecasting, energy pricing, energy politics, energy financing, energy efficiency, energy modelling, energy use, energy and the environment, energy systems, and renewable energy.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.econjournals.com/index.php/ijeep/ https://www.econjournals.com/index.php/ijeep/]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy economics and energy policy&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:LibreOffice, MS Word, RTF, and WordPerfect (but not LaTeX) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:EconJournals&lt;br /&gt;
;Based&lt;br /&gt;
:Turkey&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2146-4553 2146-4553]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2146-4553 https://doaj.org/toc/2146-4553]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$300 (€280 in 2016)&lt;br /&gt;
&lt;br /&gt;
== International Journal of Sustainable Energy Planning and Management ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal is an international interdisciplinary journal in sustainable energy planning and management combining engineering and social science within energy system analysis, feasibility studies and public regulation. The journal focuses on the following three areas:&lt;br /&gt;
:*energy system analysis including theories, methodologies, data handling and software tools as well as specific models and analyses at local, regional, country and/or global level&lt;br /&gt;
:*economics, socio-economics and feasibility studies including theories and methodologies of institutional economics as well as specific feasibility studies and analyses&lt;br /&gt;
:*public regulation and management including theories and methodologies as well as specific analyses and proposals in the light of the implementation and transition into sustainable energy systems&lt;br /&gt;
&lt;br /&gt;
:The journal is sponsor-financed with open access for both readers and authors.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://journals.aau.dk/index.php/sepm https://journals.aau.dk/index.php/sepm]&lt;br /&gt;
;Summary&lt;br /&gt;
:sustainable energy system analysis combining engineering and social science&lt;br /&gt;
;Length&lt;br /&gt;
:5000–8000 words (in total, including references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Aalborg University Press&lt;br /&gt;
;Based&lt;br /&gt;
:Denmark&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2246-2929 2246-2929]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2246-2929 https://doaj.org/toc/2246-2929]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC-ND 3.0 (although the license notice is absent in downloaded PDFs)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:none (see above)&lt;br /&gt;
&lt;br /&gt;
== Journal of Open Research Software ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The open access ''Journal of Open Research Software'' (JORS) is dedicated to publishing open source research software. It is therefore a useful outlet in which to publish software source code, and then be able to cite the software from other articles.&amp;lt;br/&amp;gt;&lt;br /&gt;
:The journal features peer reviewed software metapapers describing research software with high reuse potential. We are working with a number of specialist and institutional repositories to ensure that the associated software is professionally archived, preserved, and is openly available. Equally importantly, the software and the papers will be citable, and reuse will be tracked.&amp;lt;br/&amp;gt;&lt;br /&gt;
:JORS also publishes full-length research papers that cover different aspects of creating, maintaining and evaluating open source research software. The aim of the section is to promote the dissemination of best practice and experience related to the development and maintenance of reusable, sustainable research software.&lt;br /&gt;
:JORS believes that only the CC BY license meets the requirements for true open access for books and journals, and strongly prefers CC0 for open research data.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://openresearchsoftware.metajnl.com/ https://openresearchsoftware.metajnl.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:principally for short peer reviews of software and associated code, research papers are not common&lt;br /&gt;
:reviewers will download, test, and assess the associated code&lt;br /&gt;
;Length&lt;br /&gt;
:software reviews are short&lt;br /&gt;
:research papers are limited to 4000 words and few references&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2049-9647 2049-9647]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2049-9647 https://doaj.org/toc/2049-9647]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0 (text)&lt;br /&gt;
:CC0 (public domain, strongly preferred for data)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:£100 (€120 in 2016) for software reviews&lt;br /&gt;
:£300 (€360 in 2016) for research papers&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Journal of Open Source Software ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The Journal of Open Source Software (JOSS) is dedicated to publishing open source research software. The formal peer-review process aims to 'improve the quality of the software submitted'. JOSS was established to allow researchers who have spent time and effort writing a software package to publish their work and make their package citable, without requiring them to spend additional time and effort writing a paper about the software. Each paper published by JOSS will receive a Crossref DOI and be available in the JOSS website. The submission process is characterised as being 'developer friendly', with a simple workflow and extensive documentation to aid in the process.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://joss.theoj.org/ https://joss.theoj.org/]&lt;br /&gt;
;Summary&lt;br /&gt;
:submitted software must be open source, feature-complete, maintainable and have a clearly-defined research application with a significant contribution&lt;br /&gt;
:minor 'utility' packages are not accepted&lt;br /&gt;
:paper submissions (in markdown format with BiBTeX and figures) must be hosted in a Git-based repository&lt;br /&gt;
:open peer-review takes place in [https://github.com/openjournals/joss-reviews GitHub]&lt;br /&gt;
:accepted papers are published immediately&lt;br /&gt;
:authors and reviewers must adhere to the code of conduct&lt;br /&gt;
;Based&lt;br /&gt;
:United States&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2475-9066 2475-9066]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2475-9066 https://doaj.org/toc/2475-9066]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0 (text and any use of the JOSS logo)&lt;br /&gt;
:MIT License (code snippets within the paper, regardless of the license used by the software package which has been submitted for review)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:None&lt;br /&gt;
&lt;br /&gt;
== Sustainability - Special Issue Smart Power Grid for Sustainable Energy Transition ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:A special issue of Sustainability (ISSN 2071-1050). This special issue belongs to the section &amp;quot;Energy Sustainability&amp;quot;. Deadline for manuscript submissions: '''30 August 2018'''&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:This Special Issue invites submissions of cross-disciplinary and empirical studies from several fields of economics, business strategy, innovations, environmental impact studies, engineering, public policy, sustainability and consumer research. Since the smart grid and its impacts on sustainable energy transition is manifested differently in different countries and on different continents, a wide range of contributions are invited from all over the globe.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.&lt;br /&gt;
;Publisher&lt;br /&gt;
:—&lt;br /&gt;
;Based&lt;br /&gt;
:—&lt;br /&gt;
;ISSN&lt;br /&gt;
:2071-1050&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2071-1050 https://doaj.org/toc/2071-1050]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1400&lt;br /&gt;
&lt;br /&gt;
== Journal of Modern Power Systems and Clean Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&amp;lt;br/&amp;gt;&lt;br /&gt;
:''Journal of Modern Power Systems and Clean Energy'' is dedicated to presenting top-level academic achievements in the fields of modern power systems and clean energy by international researchers and engineers, and is endeavoured to serve as a bridge between Chinese and global researchers in the power industry.&lt;br /&gt;
:.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565 https://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:not specified&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:China&lt;br /&gt;
;ISSN&lt;br /&gt;
:&amp;lt;span&amp;gt;&amp;lt;span&amp;gt;2196-5420&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2196-5420 https://doaj.org/toc/2196-5420]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&amp;lt;br/&amp;gt;&lt;br /&gt;
:none&lt;br /&gt;
::Publication costs&amp;amp;nbsp;are covered by State Grid Electric Power Research Institute&amp;lt;span&amp;gt;, China.&amp;lt;/span&amp;gt;&lt;br /&gt;
::&amp;lt;span&amp;gt;Co-publication with State Grid Electric Power Research Institute&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Less known journals =&lt;br /&gt;
&lt;br /&gt;
An appearance here does not imply an endorsement. You will need to make your own determination as to the quality of each journal listed.&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environment (IJEE) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:all areas of energy and the environment&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2076-2909 https://doaj.org/toc/2076-2909]&lt;br /&gt;
;Based&lt;br /&gt;
:Iraq&lt;br /&gt;
&lt;br /&gt;
== International Journal of Renewable Energy Development (IJRED) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:renewable energy research and development&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2252-4940 https://doaj.org/toc/2252-4940]&lt;br /&gt;
;Based&lt;br /&gt;
:Indonesia&lt;br /&gt;
&lt;br /&gt;
== Journal of Sustainable Development of Energy, Water and Environment Systems (JSDEWES) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:methods, policies and technologies for increasing the sustainability of development by de-coupling growth from natural resources and replacing them with a knowledge-based economy&lt;br /&gt;
;Link&lt;br /&gt;
:[https://www.sdewes.org/jsdewes/index.php https://www.sdewes.org/jsdewes/index.php]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1848-9257 https://doaj.org/toc/1848-9257]&lt;br /&gt;
;Fee&lt;br /&gt;
:50€-250€ +VAT(25%)&lt;br /&gt;
;Based&lt;br /&gt;
:Croatia&lt;br /&gt;
&lt;br /&gt;
= Conferences and Workshops =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&lt;br /&gt;
! License&lt;br /&gt;
! Fee&lt;br /&gt;
! Coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#ACM_e_Energy|ACM e-Energy]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | [https://www.acm.org/publications/policies/copyright-and-license-forms ACM Agreements]&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. USD200 - USD500&lt;br /&gt;
| broad coverage (more engineering oriented)&lt;br /&gt;
|-&lt;br /&gt;
| [[#D_A_CH_Conference_on_Energy_Informatics|D-A-CH+ Conference on Energy Informatics]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. €100 - €500&lt;br /&gt;
| broad coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#Future_Technologies_Conference|Future Technologies Conference]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| broad coverage&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ACM e-Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:International Conference on Future Energy Systems (''ACM e-Energy'') is an international conference on future energy covering topics such as monitoring and control, energy efficient computing, electric vehicle routing and topics tackling problems in the future and todays power grid.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.sigcomm.org/events/eenergy-conference https://www.sigcomm.org/events/eenergy-conference]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2010&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:restrictions changing&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;ISBN&lt;br /&gt;
:[https://dblp2.uni-trier.de/db/conf/bcb/ [1]]&lt;br /&gt;
&lt;br /&gt;
== D-A-CH+ Conference on Energy Informatics ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''D-A-CH+ Conference on Energy Informatics'' is a future energy conference meant for the knowledge exchange in the German-Austrian-Swiss region. However, the conference becomes more and more international.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2012&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
&lt;br /&gt;
== Future Technologies Conference ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Future Technologies Conference'' (FTC) is an international conference in the areas of Computing, Electronics, AI, Robotics, Security and Communications.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2016 (?)&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Open_journals</id>
		<title>Open journals</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Open_journals"/>
				<updated>2019-11-18T02:47:35Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This page contains a list of full open access journals in which energy research and energy modeling software can be published. The information here (including publication fees and article lengths) refers to full-length articles based on original research.&lt;br /&gt;
&lt;br /&gt;
Most journals require a publication fee (also known as an article processing charge or APC) to be paid by the submitter on acceptance. The fee can be as high as €1800, but some journals have a waiver policy for non-funded authors. To apply for a partial or full exemption, you will need to submit the institutional affiliations of the authors, the details of your project, and any sources of funding you receive. You also need to apply prior to or at the time of submission.&lt;br /&gt;
&lt;br /&gt;
Some conventional journals allow authors to buy out their restricted access. These are known as hybrid open access journals and their APCs tends to be higher, in line with their better impact factors.&lt;br /&gt;
&lt;br /&gt;
Only one journal, the [[#Journal_of_Open_Research_Software|Journal of Open Research Software]], is dedicated to software and it covers all areas of science. Only two support energy economics. The remainder are either oriented towards engineering topics or broad in scope.&lt;br /&gt;
&lt;br /&gt;
The [https://doaj.org/ Directory of Open Access Journals] (DOAJ) maintains a directory of open access journals.&lt;br /&gt;
&lt;br /&gt;
''Note'': Feel free to shift journals between the established and less known categories or remove them altogether, particularly if you know something of their reputation.&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 743px&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&amp;lt;br/&amp;gt;&lt;br /&gt;
! License&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 72px&amp;quot; | Fee&lt;br /&gt;
! style=&amp;quot;width: 122px&amp;quot; | Coverage&lt;br /&gt;
! style=&amp;quot;width: 38px&amp;quot; | DOAJ Seal&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 55px&amp;quot; | IF&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energies|Energies]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1500&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | &amp;lt;span id=&amp;quot;journalImpactFactorPopUp-1040-outerCt&amp;quot; style=&amp;quot;display: table;  width: 100%;  table-layout: fixed;  height: 100%&amp;quot;&amp;gt;2.676 (2017)&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_and_Policy_Research|Energy and Policy Research]]{{nbsp}}*&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | †{{nbsp}}€1400&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Reports|Energy Reports]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1300&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Science_.26_Engineering|Energy Science &amp;amp; Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1429&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Strategy_Reviews|Energy Strategy Reviews]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1100&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.164 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy.2C_Sustainability_and_Society|Energy, Sustainability and Society]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1180&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | complex issues&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 1.625 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontiers_in_Energy_Research|Frontiers in Energy Research]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | †{{nbsp}}€1800&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy systems and policy&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | Coming 2020!&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_and_Environmental_Engineering_.28IJEEE.29|Int J of Energy and Environmental Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_Economics_and_Policy_.28IJEEP.29|Int J of Energy Economics and Policy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €280&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy economics&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Sustainable_Energy_Planning_and_Management|Int J of Sustainable Energy Planning and Management]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC-ND&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Open_Research_Software|Journal of Open Research Software]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | †{{nbsp}}€360&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | software oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Open_Source_Software|Journal of Open Source Software]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | software oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Sustainability_-_Special_Issue_Smart_Power_Grid_for_Sustainable_Energy_Transition|Sustainability]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1200&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.075 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Modern_Power_Systems_and_Clean_Energy|Journal of Modern Power Systems and Clean Energy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | power systems&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.122 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; style=&amp;quot;font-size: 85%;  width: 671px&amp;quot; | &lt;br /&gt;
*Only the '''least restrictive license''' is recorded. See elsewhere for alternative options and for details of the license version in use.&lt;br /&gt;
*The '''publication fees are indicative'''. Consult the text here, the journal website, and/or an exchange rate calculator for better information. Waiver policies for non-funded authors and for authors from developing countries may apply. The † indicates that the publication fee may be '''partially or fully waived''' for non-funded authors.&amp;lt;br/&amp;gt;&lt;br /&gt;
*The * indicates that the '''journal has ceased'''.&lt;br /&gt;
*&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; The [https://blog.doaj.org/tag/doaj-seal/ DOAJ Seal] is an indicator for high quality of an open access journal in terms of best-practice.&lt;br /&gt;
*&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;lt;span&amp;gt;Clarivate Analytics (&amp;lt;/span&amp;gt;Thomson Reuters) [https://jcr.incites.thomsonreuters.com/JCRJournalHomeAction.action Impact Factor]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Established journals =&lt;br /&gt;
&lt;br /&gt;
== Energies ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energies'' is an open access journal of related scientific research, technology development, and policy and management studies. Its aim is to encourage scientists to publish their experimental and theoretical results in as much detail as possible. The full experimental details must be provided so that the results can be reproduced. The publisher's keywords comprise: energy sources, energy saving, and energy efficiency.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.mdpi.com/journal/energies https://www.mdpi.com/journal/energies]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2008&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restrictions&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/1996-1073 1996-1073]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1996-1073 https://doaj.org/toc/1996-1073]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:[https://en.wikipedia.org/wiki/Energies_(journal) https://en.wikipedia.org/wiki/Energies (journal)]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1800 / ~€1500 ([https://www.mdpi.com/journal/energies/apc as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy and Policy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:'''This journal has ceased (2018)'''.&lt;br /&gt;
:''Energy and Policy Research'' publishes articles on engineering, science, technology, policy, and management related to energy systems. Topics include: advanced power cycles, governmental policies on energy, carbon mitigation technologies including clean coal and carbon capture, hydrogen and fuel cells, energy generation, conversion, storage, and transmission, market-based energy planning, economic, social, and environmental aspects of energy policies, micro- and nano-energy systems, energy supply security, nuclear energy, renewable energy including wind, solar, hydro, geothermal, and biomass, and thermal and fluid design of energy systems.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.tandfonline.com/toc/uetp21/current https://www.tandfonline.com/toc/uetp21/current]&lt;br /&gt;
;Summary&lt;br /&gt;
:broad coverage, including public energy policy and market-based energy planning&lt;br /&gt;
;Length&lt;br /&gt;
:8000 words (inclusive recommended length)&lt;br /&gt;
:LaTeX and MS Word support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Taylor &amp;amp; Francis Group&lt;br /&gt;
;Based&lt;br /&gt;
:USA&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2381-5639 2381-5639]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2381-5639 https://doaj.org/toc/2381-5639]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC&lt;br /&gt;
;Notes&lt;br /&gt;
:previously known as ''Energy Technology &amp;amp; Policy: An Open Access Journal''&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / €1400 (in 2016)&lt;br /&gt;
:membership and offset discounts can apply&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Energy Reports ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Reports'' is an online multidisciplinary open access journal which focuses on publishing new research in the area of energy with a rapid review and publication time. ''Energy Reports'' will be open to direct submissions and also to submissions from other Elsevier energy journals, whose editors have determined that ''Energy Reports'' would be a better fit.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:Direct submissions to the journal can be on any aspect of energy research, either from a technical engineering viewpoint or from a social research aspect. All energy subject areas will be considered (for example, renewables, fossil, nuclear).&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.journals.elsevier.com/energy-reports/ https://www.journals.elsevier.com/energy-reports/]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in November 2015&lt;br /&gt;
:energy research including engineering and social aspects&lt;br /&gt;
;Length&lt;br /&gt;
:4000 words (excluding references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2352-4847 2352-4847]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2352-4847 https://doaj.org/toc/2352-4847]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author's choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / ~€1300 ([https://www.elsevier.com/journals/egyr/2352-4847/open-access-journal as of February 2019])&lt;br /&gt;
:waiver policy for developing countries&lt;br /&gt;
&lt;br /&gt;
== Energy Science &amp;amp; Engineering ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Science &amp;amp; Engineering'' is a peer reviewed, open access journal dedicated to fundamental and applied research on energy and supply and use. The journal is published as a co-operative venture of Wiley and SCI ([https://www.soci.org/ Society of Chemical Industry]). Topics include, but are not limited to the following areas:&lt;br /&gt;
:*general energy: impact of production of electricity, heat and fuels, efficiency: built environment, industry and transport, systems, policy, legislation and planning, and cycle analysis&lt;br /&gt;
:*fossil fuels: carbon capture and storage (CCS) and reduction of other pollutants (NOx, SOx, etc)&lt;br /&gt;
:*energy storage: thermal energy storage and chemical energy storage&lt;br /&gt;
:*nuclear energy: nuclear reprocessing and breeder reactors, subcritical reactors, waste reduction/management, safety&lt;br /&gt;
:*renewable energy: solar energy and photovoltaics, hydrogen, batteries and fuel cells, wind energy, marine energy and hydropower, geothermal energy, and other renewables&lt;br /&gt;
:*power engineering: electric power systems, electric power electronics, cogeneration and combined heat and power, distributed power generation, microgeneration, power distribution and grid modernisation, and power management and modelling&lt;br /&gt;
&lt;br /&gt;
;Website&lt;br /&gt;
:[https://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505 https://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in April 2013&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:preferred formats are MS Word and RTF, limited support for LaTeX&lt;br /&gt;
;Publisher&lt;br /&gt;
:Wiley&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2050-0505 2050-0505]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2050-0505 https://doaj.org/toc/2050-0505]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 3.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1429 / US$1900 / £1216 ([https://onlinelibrary.wiley.com/page/journal/20500505/homepage/article.htm as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy Strategy Reviews ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Strategy Reviews'' is a peer-reviewed platform for publishing research related to the planning and implementation of energy strategies, ideally through quantitative studies that advance the use of energy systems models. The types of papers published by this journal include analyses, methodologies, case studies and reviews. Report reviews and viewpoints are published only by invitation.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.journals.elsevier.com/energy-strategy-reviews/ https://www.journals.elsevier.com/energy-strategy-reviews/]&lt;br /&gt;
;Summary&lt;br /&gt;
:the first volume was published in March 2012&lt;br /&gt;
:became a gold open access journal in January 2019&lt;br /&gt;
;Length&lt;br /&gt;
:10-12 pp for analysis and methodology articles&lt;br /&gt;
:4 pp for case study articles&lt;br /&gt;
:1-5 pp for short reviews or report reviews&lt;br /&gt;
:2-4 pp for viewpoint or energy vision&lt;br /&gt;
:LaTeX template available&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:Amsterdam, Netherlands&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2211-467X 2211-467X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:none&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author's choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1250 /~€1100 for articles submitted before 31 December 2019&lt;br /&gt;
:US$2500 /~€2200 for articles submitted after 31 December 2019&lt;br /&gt;
&lt;br /&gt;
== Energy, Sustainability and Society ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This journal offers a forum for discourse on systemic challenges at the intersection of energy, sustainability and society for natural scientists, engineers, social and political scientists and industry experts. It is the particular aim of this journal to publish inter‐ and cross‐disciplinary papers that provide a substantial contribution to the holistic innovation of sustainable energy systems.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The scope of the journal encompasses the whole innovation process, ranging from scientific research to both innovative approaches for technology implementation and the analysis of economic, social and environmental impacts of sustainable energy systems. Papers that integrate at least two dimensions of the energy, sustainability and society nexus and contribute to new holistic system solutions for the development of novel future energy are welcomed. The journal strives to publish early scientific opinions on issues, which are just emerging and require crosscutting and creative thinking.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://energsustainsoc.biomedcentral.com/ https://energsustainsoc.biomedcentral.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:publication opened up in 2011&lt;br /&gt;
:interdisciplinary focus on complex issues concerning science, environment, technology, and society&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2192-0567 2192-0567]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2192-0567 https://doaj.org/toc/2192-0567]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Notes&lt;br /&gt;
:SpringerOpen Copyright and License Agreement applies&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1180 / US$1390 / £990 ([https://energsustainsoc.biomedcentral.com/submission-guidelines/fees-and-funding as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Frontiers in Energy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This section of the open access journal FRONTIERS welcomes the submission of studies that examine the characteristics of new energy sources in a systemic way, such as the energy yield, the economic return, the pollution effects, and the sustainability of the system in terms of the natural resources that must be engaged.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://journal.frontiersin.org/journal/energy-research https://journal.frontiersin.org/journal/energy-research]&lt;br /&gt;
:[https://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy https://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy systems and policy (one of twelve sections)&lt;br /&gt;
;Length&lt;br /&gt;
:12{{nnbsp}}000 words&lt;br /&gt;
:MS Word and LaTeX templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2296-598X 2296-598X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2296-598X https://doaj.org/toc/2296-598X]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY (version not specified)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1900 (€1800 in 2016)&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environmental Engineering (IJEEE) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal provides a focus for activities concerning the development, assessment and management of energy and environmental engineering related programs. The following topical areas are covered: input-output analyses relating to energy-consuming systems, careful resource or reserve assessments of all types, energy conservation measures and their implementations, incisive evaluation of energy- system management, environmental- impact assessments, and policy alternatives stressing economic implications, bio- reactions and bio-engineering, geothermal energy, marine and hydroelectric energy, nuclear energy, solar energy, wind energy, energy conversion, energy efficient buildings, energy storage, power distribution, and renewable energy resource assessment and transportation.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.springer.com/engineering/energy+technology/journal/40095 https://www.springer.com/engineering/energy+technology/journal/40095]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy and environmental engineering&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:MS Word and LaTeX (if using mathematics) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2008-9163 2008-9163]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2008-9163 https://doaj.org/toc/2008-9163]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:Publication costs are covered by Islamic Azad University, Iran&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy Economics and Policy (IJEEP) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal seeks articles in the areas of energy economics, energy policy and related disciplines. Topics include, but are not limited to: energy consumption, electricity consumption, economic growth and energy, energy policy, energy planning, energy forecasting, energy pricing, energy politics, energy financing, energy efficiency, energy modelling, energy use, energy and the environment, energy systems, and renewable energy.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.econjournals.com/index.php/ijeep/ https://www.econjournals.com/index.php/ijeep/]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy economics and energy policy&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:LibreOffice, MS Word, RTF, and WordPerfect (but not LaTeX) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:EconJournals&lt;br /&gt;
;Based&lt;br /&gt;
:Turkey&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2146-4553 2146-4553]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2146-4553 https://doaj.org/toc/2146-4553]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$300 (€280 in 2016)&lt;br /&gt;
&lt;br /&gt;
== International Journal of Sustainable Energy Planning and Management ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal is an international interdisciplinary journal in sustainable energy planning and management combining engineering and social science within energy system analysis, feasibility studies and public regulation. The journal focuses on the following three areas:&lt;br /&gt;
:*energy system analysis including theories, methodologies, data handling and software tools as well as specific models and analyses at local, regional, country and/or global level&lt;br /&gt;
:*economics, socio-economics and feasibility studies including theories and methodologies of institutional economics as well as specific feasibility studies and analyses&lt;br /&gt;
:*public regulation and management including theories and methodologies as well as specific analyses and proposals in the light of the implementation and transition into sustainable energy systems&lt;br /&gt;
&lt;br /&gt;
:The journal is sponsor-financed with open access for both readers and authors.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://journals.aau.dk/index.php/sepm https://journals.aau.dk/index.php/sepm]&lt;br /&gt;
;Summary&lt;br /&gt;
:sustainable energy system analysis combining engineering and social science&lt;br /&gt;
;Length&lt;br /&gt;
:5000–8000 words (in total, including references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Aalborg University Press&lt;br /&gt;
;Based&lt;br /&gt;
:Denmark&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2246-2929 2246-2929]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2246-2929 https://doaj.org/toc/2246-2929]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC-ND 3.0 (although the license notice is absent in downloaded PDFs)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:none (see above)&lt;br /&gt;
&lt;br /&gt;
== Journal of Open Research Software ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The open access ''Journal of Open Research Software'' (JORS) is dedicated to publishing open source research software. It is therefore a useful outlet in which to publish software source code, and then be able to cite the software from other articles.&amp;lt;br/&amp;gt;&lt;br /&gt;
:The journal features peer reviewed software metapapers describing research software with high reuse potential. We are working with a number of specialist and institutional repositories to ensure that the associated software is professionally archived, preserved, and is openly available. Equally importantly, the software and the papers will be citable, and reuse will be tracked.&amp;lt;br/&amp;gt;&lt;br /&gt;
:JORS also publishes full-length research papers that cover different aspects of creating, maintaining and evaluating open source research software. The aim of the section is to promote the dissemination of best practice and experience related to the development and maintenance of reusable, sustainable research software.&lt;br /&gt;
:JORS believes that only the CC BY license meets the requirements for true open access for books and journals, and strongly prefers CC0 for open research data.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://openresearchsoftware.metajnl.com/ https://openresearchsoftware.metajnl.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:principally for short peer reviews of software and associated code, research papers are not common&lt;br /&gt;
:reviewers will download, test, and assess the associated code&lt;br /&gt;
;Length&lt;br /&gt;
:software reviews are short&lt;br /&gt;
:research papers are limited to 4000 words and few references&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2049-9647 2049-9647]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2049-9647 https://doaj.org/toc/2049-9647]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0 (text)&lt;br /&gt;
:CC0 (public domain, strongly preferred for data)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:£100 (€120 in 2016) for software reviews&lt;br /&gt;
:£300 (€360 in 2016) for research papers&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Journal of Open Source Software ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The Journal of Open Source Software (JOSS) is dedicated to publishing open source research software. The formal peer-review process aims to 'improve the quality of the software submitted'. JOSS was established to allow researchers who have spent time and effort writing a software package to publish their work and make their package citable, without requiring them to spend additional time and effort writing a paper about the software. Each paper published by JOSS will receive a Crossref DOI and be available in the JOSS website. The submission process is characterised as being 'developer friendly', with a simple workflow and extensive documentation to aid in the process.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://joss.theoj.org/ https://joss.theoj.org/]&lt;br /&gt;
;Summary&lt;br /&gt;
:submitted software must be open source, feature-complete, maintainable and have a clearly-defined research application with a significant contribution&lt;br /&gt;
:minor 'utility' packages are not accepted&lt;br /&gt;
:paper submissions (in markdown format with BiBTeX and figures) must be hosted in a Git-based repository&lt;br /&gt;
:open peer-review takes place in [https://github.com/openjournals/joss-reviews GitHub]&lt;br /&gt;
:accepted papers are published immediately&lt;br /&gt;
:authors and reviewers must adhere to the code of conduct&lt;br /&gt;
;Based&lt;br /&gt;
:United States&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2475-9066 2475-9066]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2475-9066 https://doaj.org/toc/2475-9066]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0 (text and any use of the JOSS logo)&lt;br /&gt;
:MIT License (code snippets within the paper, regardless of the license used by the software package which has been submitted for review)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:None&lt;br /&gt;
&lt;br /&gt;
== Sustainability - Special Issue Smart Power Grid for Sustainable Energy Transition ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:A special issue of Sustainability (ISSN 2071-1050). This special issue belongs to the section &amp;quot;Energy Sustainability&amp;quot;. Deadline for manuscript submissions: '''30 August 2018'''&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:This Special Issue invites submissions of cross-disciplinary and empirical studies from several fields of economics, business strategy, innovations, environmental impact studies, engineering, public policy, sustainability and consumer research. Since the smart grid and its impacts on sustainable energy transition is manifested differently in different countries and on different continents, a wide range of contributions are invited from all over the globe.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.&lt;br /&gt;
;Publisher&lt;br /&gt;
:—&lt;br /&gt;
;Based&lt;br /&gt;
:—&lt;br /&gt;
;ISSN&lt;br /&gt;
:2071-1050&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2071-1050 https://doaj.org/toc/2071-1050]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1400&lt;br /&gt;
&lt;br /&gt;
== Journal of Modern Power Systems and Clean Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&amp;lt;br/&amp;gt;&lt;br /&gt;
:''Journal of Modern Power Systems and Clean Energy'' is dedicated to presenting top-level academic achievements in the fields of modern power systems and clean energy by international researchers and engineers, and is endeavoured to serve as a bridge between Chinese and global researchers in the power industry.&lt;br /&gt;
:.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565 https://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:not specified&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:China&lt;br /&gt;
;ISSN&lt;br /&gt;
:&amp;lt;span&amp;gt;&amp;lt;span&amp;gt;2196-5420&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2196-5420 https://doaj.org/toc/2196-5420]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&amp;lt;br/&amp;gt;&lt;br /&gt;
:none&lt;br /&gt;
::Publication costs&amp;amp;nbsp;are covered by State Grid Electric Power Research Institute&amp;lt;span&amp;gt;, China.&amp;lt;/span&amp;gt;&lt;br /&gt;
::&amp;lt;span&amp;gt;Co-publication with State Grid Electric Power Research Institute&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Less known journals =&lt;br /&gt;
&lt;br /&gt;
An appearance here does not imply an endorsement. You will need to make your own determination as to the quality of each journal listed.&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environment (IJEE) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:all areas of energy and the environment&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2076-2909 https://doaj.org/toc/2076-2909]&lt;br /&gt;
;Based&lt;br /&gt;
:Iraq&lt;br /&gt;
&lt;br /&gt;
== International Journal of Renewable Energy Development (IJRED) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:renewable energy research and development&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2252-4940 https://doaj.org/toc/2252-4940]&lt;br /&gt;
;Based&lt;br /&gt;
:Indonesia&lt;br /&gt;
&lt;br /&gt;
== Journal of Sustainable Development of Energy, Water and Environment Systems (JSDEWES) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:methods, policies and technologies for increasing the sustainability of development by de-coupling growth from natural resources and replacing them with a knowledge-based economy&lt;br /&gt;
;Link&lt;br /&gt;
:[https://www.sdewes.org/jsdewes/index.php https://www.sdewes.org/jsdewes/index.php]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1848-9257 https://doaj.org/toc/1848-9257]&lt;br /&gt;
;Fee&lt;br /&gt;
:50€-250€ +VAT(25%)&lt;br /&gt;
;Based&lt;br /&gt;
:Croatia&lt;br /&gt;
&lt;br /&gt;
= Conferences and Workshops =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&lt;br /&gt;
! License&lt;br /&gt;
! Fee&lt;br /&gt;
! Coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#ACM_e_Energy|ACM e-Energy]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | [https://www.acm.org/publications/policies/copyright-and-license-forms ACM Agreements]&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. USD200 - USD500&lt;br /&gt;
| broad coverage (more engineering oriented)&lt;br /&gt;
|-&lt;br /&gt;
| [[#D_A_CH_Conference_on_Energy_Informatics|D-A-CH+ Conference on Energy Informatics]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. €100 - €500&lt;br /&gt;
| broad coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#Future_Technologies_Conference|Future Technologies Conference]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| broad coverage&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ACM e-Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:International Conference on Future Energy Systems (''ACM e-Energy'') is an international conference on future energy covering topics such as monitoring and control, energy efficient computing, electric vehicle routing and topics tackling problems in the future and todays power grid.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.sigcomm.org/events/eenergy-conference https://www.sigcomm.org/events/eenergy-conference]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2010&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:restrictions changing&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;ISBN&lt;br /&gt;
:[https://dblp2.uni-trier.de/db/conf/bcb/ [1]]&lt;br /&gt;
&lt;br /&gt;
== D-A-CH+ Conference on Energy Informatics ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''D-A-CH+ Conference on Energy Informatics'' is a future energy conference meant for the knowledge exchange in the German-Austrian-Swiss region. However, the conference becomes more and more international.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2012&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
&lt;br /&gt;
== Future Technologies Conference ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Future Technologies Conference'' (FTC) is an international conference in the areas of Computing, Electronics, AI, Robotics, Security and Communications.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2016 (?)&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Choosing_a_license</id>
		<title>Choosing a license</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Choosing_a_license"/>
				<updated>2019-11-18T01:27:14Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Why should you pick a license? =&lt;br /&gt;
&lt;br /&gt;
In other words, why not just put code online without a license? A license clarifies the conditions under which your code can be reused. In the absence of a license, the author still retains proprietary copyright, and the conditions under which the code can be used are unclear.&amp;lt;ref name=&amp;quot;morin-etal-2012&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- website URL: http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002598 --&amp;gt;&lt;br /&gt;
{{cite journal | last1 = Morin | first1 = Andrew | last2 = Urban | first2 = Jennifer | last3 = Sliz | first3 = Piotr | title = A quick guide to software licensing for the scientist-programmer | date = 26 July 2012 | journal = PLOS Computational Biology | volume = 8 | issue = 7 | pages = e1002598 | doi = 10.1371/journal.pcbi.1002598 | issn = 1553-7358 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable | access-date = 2016-12-10}} {{open access}}&amp;lt;/ref&amp;gt; A sentence like &amp;quot;feel free to use this code&amp;quot; does not improve the situation, because it does not clarify to what extent any possible user should &amp;quot;feel free&amp;quot; to use the code. Standard licenses provide pre-defined sets of standard conditions, which both providers and users only have to understand once, and can then later easily recognise and categorise.&lt;br /&gt;
&lt;br /&gt;
Also see &amp;quot;Why is an open-source license useful?&amp;quot; on the Software Sustainability's [http://www.software.ac.uk/resources/guides/adopting-open-source-licence Choosing an open-source license page] article.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Selecting a license =&lt;br /&gt;
&lt;br /&gt;
The most common licenses for a given artifact can be determined by its type: code, data, documentation, or other generic digital &amp;quot;creative work&amp;quot; (reports and figures). For any given project, ''these components can and should be licensed independently by type''.&lt;br /&gt;
&lt;br /&gt;
At the most basic level, one must decide on whether to use a copyleft license or a more permissive license. While copyleft assures that code changes by any future contributors must stay public, permissive licenses only require attribution in derived works.&lt;br /&gt;
&lt;br /&gt;
With these two distinctions (type of work, type of license), the following decision matrix can be drawn:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;br/&amp;gt;&lt;br /&gt;
! Code&lt;br /&gt;
! Data&lt;br /&gt;
! Documentation&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Copyleft&lt;br /&gt;
| GPL, (AGPL)&lt;br /&gt;
| ODbL&lt;br /&gt;
| {{nowrap|CC BY SA}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Permissive {{pad|1em}}&lt;br /&gt;
| ISC, MIT, BSD, Apache{{nnbsp}}&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;{{pad|1em}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Public domain {{pad|1em}}&lt;br /&gt;
| not recommended{{pad|1em}}&lt;br /&gt;
| PDDL / CC0&lt;br /&gt;
| CC0&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; | 1. These licenses are compatible with the GPL. This means that projects licensed under GPLv2 or GPLv3 can include code distributed with any of the indicated permissive licenses.&amp;lt;ref&amp;gt;[https://www.gnu.org/licenses/license-list.en.html GNU page on licenses.]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
UPDATE: Removed {{nowrap|CC BY SA}} from copyleft/data. It is not recommended for data.&lt;br /&gt;
&lt;br /&gt;
The following sections elaborate on both options for each type of work: code, data, documentation, and other.&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
The following minimal questions can give a guideline on whether one should choose a copyleft or a permissive license for a project. The Wikipedia article on [https://en.wikipedia.org/wiki/Free_software_license Free software licenses] gives an in-depth overview on both types and their properties.&lt;br /&gt;
&lt;br /&gt;
*Are you okay with your code becoming part of a '''closed-source''' commercial software product?&lt;br /&gt;
**No: GPL&lt;br /&gt;
**Yes: permissive licenses (MIT/BSD/Apache)&lt;br /&gt;
&lt;br /&gt;
*Do you want to '''force '''users to publish their improvements to your software, or to software they develop based on your software, under the same license?&lt;br /&gt;
**No: permissive licenses (MIT/BSD/Apache). This makes the code more broadly usable, but also allows people to take the code without sharing their improvements.&lt;br /&gt;
**Yes: GPL. This ensures that any future changes and improvements to the code remain free and open&lt;br /&gt;
&lt;br /&gt;
=== Copyleft licenses ===&lt;br /&gt;
&lt;br /&gt;
Developers who use a GPL license must make the source code available if they share or sell an application built upon it. In this case, the source code must also contain any changes the developers may have made. If GPL code is used but not shared or sold, the code need not be published and any improvements may remain private. This has the important consequence that software written under such a license cannot be included in &amp;quot;non-free&amp;quot; software. The GPL family of licenses comprise:&lt;br /&gt;
&lt;br /&gt;
*GPL: the basic GPL license&lt;br /&gt;
*LGPL: Lesser GPL: permits non-free software to link to the LGPL-licensed software, which the GPL does not&lt;br /&gt;
*AGPL: Affero GNU GPL: this license closes a loophole in the GPL that permits somebody to operate a web application that uses GPL code, without making the code available to users&lt;br /&gt;
&lt;br /&gt;
More information, geared towards the use of copyleft licenses for code, can be found in the article [https://www.gnu.org/licenses/license-recommendations How to choose a license for your own work] on [https://www.gnu.org/ gnu.org].&lt;br /&gt;
&lt;br /&gt;
=== Permissive licenses ===&lt;br /&gt;
&lt;br /&gt;
The article [https://www.freebsd.org/doc/en/articles/bsdl-gpl/article.html Why you should use a BSD style license for your Open Source Project] on [https://www.freebsd.org/ freebsd.org] is recommended. The permissive licenses allow code to be re-used without restrictions, including the possibility of building commercial software whereby the new code is not made public.&lt;br /&gt;
&lt;br /&gt;
The site [https://choosealicense.com/ choosealicense.com] has a great three-column summary of the differences between the major open source licenses. Summarizing their explanations (with links to their license description pages):&lt;br /&gt;
&lt;br /&gt;
*The [https://choosealicense.com/licenses/mit MIT] license is a simple permissive license&lt;br /&gt;
*The [https://choosealicense.com/licenses/apache-2.0/ Apache License] adds an additional term explicitly granting the patent rights of code contributors to the users of such code&lt;br /&gt;
*The [https://choosealicense.com/licenses/bsd-2-clause/ BSD] license, or its newer even shorter successor [https://choosealicense.com/licenses/isc/ ISC] is virtually identical to MIT, but more succinctly worded&lt;br /&gt;
&lt;br /&gt;
One important aspect of all these licenses is the liability clause. This clause prohibits any code user from holding the code producers liable for damages arising from the use of the software code.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
Data in this context includes organized databases holding datasets. Special copyright rules may apply to databases, which, under European law, are protected in their own right, irrespective of the status of the data they contain.&lt;br /&gt;
&lt;br /&gt;
The go-to solution for data licenses comes from the [https://opendatacommons.org/ Open Data Commons] that have created the following three licenses, and a nice [http://opendatacommons.org/guide/ 2-minute guide] on the how and why of data licensing:&lt;br /&gt;
&lt;br /&gt;
*[https://opendatacommons.org/licenses/odbl/ Open Data Commons Open Database License (ODbL)]: this license is used by OpenStreetMap&lt;br /&gt;
*The [https://opendatacommons.org/licenses/by/1.0/ Open Data Attribution License (ODC-BY)] (analogous to CC BY) differs from the ODbL mainly due to a missing copyleft clause. ODC-BY basically requires that the contributors to the original database be listed.&lt;br /&gt;
*[https://opendatacommons.org/licenses/pddl/summary/ Public Domain Dedication and License (PDDL)] is even more permissive and does not require attribution or force derived works to adopt specific license conditions&lt;br /&gt;
*Only version{{nbsp}}4.0 [https://creativecommons.org/ Creative Commons] licenses should be used for data. This version has improved provisions for datasets and databases. Please refer to the section [https://wiki.openmod-initiative.org/index.php?title=Choosing_a_license&amp;amp;action=edit&amp;amp;mode=wysiwyg&amp;amp;section=6#Other Other] for their properties. Recommended licenses are Public Domain (CC0) and CC-BY 4.0. Please note that CC-BY-SA is not recommended for data. See also the related question [https://opendata.stackexchange.com/questions/5995/are-creative-commons-licenses-suitable-for-data are CC licenses suitable for data?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
In December 2017, individuals in the openmod community made a written submission on the re-use of public sector information in Europe.&amp;lt;ref name=&amp;quot;morrison-etal-2017&amp;quot;&amp;gt;{{cite book | last1 = Morrison | first1 = Robbie | last2 = Brown | first2 = Tom | last3 = De Felice | first3 = Matteo | title = Submission on the re-use of public sector information: with an emphasis on energy system datasets — Release 09 | date = 10 December 2017 | location = Berlin, Germany | url = https://forum.openmod-initiative.org/uploads/default/original/1X/d659fda325438884e6e78b372772ed7069633f97.pdf | access-date = 2017-12-13}} Creative Commons CC BY 4.0 license. {{open access}}&amp;lt;/ref&amp;gt; The openmod forum has a dedicated [https://forum.openmod-initiative.org/t/re-use-of-public-sector-information/476 thread].&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
If you would like your model documentation to be used verbatim on Wikipedia, you need to use one of these Creative Commons licenses:&lt;br /&gt;
&lt;br /&gt;
*CC BY, all versions and ports up to and including 4.0&lt;br /&gt;
*CC BY-SA, versions 1.0, 2.0, 2.5, and 3.0&lt;br /&gt;
&lt;br /&gt;
However CC BY-SA 4.0 is '''not''' compatible with Wikipedia. For more information, please see the [https://en.wikipedia.org/wiki/Wikipedia:FAQ/Copyright#Can_I_add_something_to_Wikipedia_that_I_got_from_somewhere_else.3F Wikipedia compatibility table]. The Wikimedia Foundation ran a community discussion on an upgrade to a CC BY-SA 4.0 license in November 2016, but the outcome has not been announced. If this exercise is successful then the compatibility problem just noted will disappear.&lt;br /&gt;
&lt;br /&gt;
The [https://www.gnu.org/copyleft/fdl.html GNU Free Documentation License 1.3] (FDLv1.3) is the GNU alternative to a Creative Commons license.&lt;br /&gt;
&lt;br /&gt;
[https://www.gnu.org GNU] also recommends '''not''' using the following licenses for free documentation:&lt;br /&gt;
&lt;br /&gt;
*CC-NC (non-commercial) license of any form&lt;br /&gt;
*CC-ND (no derivatives) license of any form&lt;br /&gt;
&lt;br /&gt;
For more information, please see [https://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses GNU page on non-free documentation licenses].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
The Creative Commons family of licenses are probably the most widely known. As of December 2016, the fourth version of these licenses is current. First, the two &amp;quot;free licenses&amp;quot; are presented:&lt;br /&gt;
&lt;br /&gt;
*[https://creativecommons.org/licenses/by/4.0/ CC BY] (short for attributions, the &amp;quot;by&amp;quot; refers to authoring): requires that the source be named when sharing the original work or any derived work&lt;br /&gt;
*[https://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA]: similar to the GPL in that it requires any derived works to be published under a &amp;quot;compatible&amp;quot; (easiest is the same) license. It is the license used by Wikipedia for articles. Version 4.0 is fully compatible with the GPLv3 (software) license. This license is not recommended for Open Data &amp;lt;span class=&amp;quot;tlid-translation translation&amp;quot;&amp;gt;&amp;lt;span title=&amp;quot;&amp;quot;&amp;gt;because there is an incompatibility with the much used OSM data (ODbL) and other copyleft data!&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Only the two previous CC licenses qualify as &amp;quot;free&amp;quot; licenses, as they do not restrict what a user may do with the licensed work. Two &amp;quot;non-free&amp;quot; license components are presented:&lt;br /&gt;
&lt;br /&gt;
*CC NC: the non-commercial option allows one to prohibit any &amp;quot;commercial&amp;quot; usage of their work. However, it is notoriously hard to define ''exactly what constitutes'' a commercial activity. This issue is explained in detail in the brochure [https://openglam.org/files/2013/01/iRights_CC-NC_Guide_English.pdf Consequences, risks and side-effects of the license module &amp;quot;non-commercial use only&amp;quot;]. In any case, the two licenses which result from this component are [https://creativecommons.org/licenses/by-nc/4.0/ CC BY-NC] and, with the share-alike option, [https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA].&lt;br /&gt;
*CC ND (short for no derivatives): this option is available If you do not want changes or improvements to your work to be shared or redistributed. Its main use is by musicians who want to share their music with listeners, but do not wish to allow remixes or cover versions. The resulting licenses are [https://creativecommons.org/licenses/by-nd/4.0/ CC BY-ND] or, by combining it with the NC option, [https://creativecommons.org/licenses/by-nc-nd/4.0/ CC BY-NC-ND].&lt;br /&gt;
&lt;br /&gt;
For inspiration, the Creative Commons homepage lists [https://creativecommons.org/examples a host of example projects licensed under all different licenses] to give an impression of the contexts that triggered various individuals to select a particular license.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= FAQ =&lt;br /&gt;
&lt;br /&gt;
== Why is it a bad idea to use Creative Commons licenses for code? ==&lt;br /&gt;
&lt;br /&gt;
The long answer is given in [http://opensource.stackexchange.com/questions/1717/why-is-cc-by-sa-discouraged-for-code Why is CC BY-SA discouraged for code?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
The short answer is that the CC licenses are written for creative works (music, film, texts), not software code. Therefore, a CC license leaves many important details (what constitutes a &amp;quot;derived&amp;quot; work, is linking allowed, what about patents?) unspecified. The conclusion: don not use CC licenses for code.&lt;br /&gt;
&lt;br /&gt;
== At what point should I choose or change a license? ==&lt;br /&gt;
&lt;br /&gt;
You should determine and add a license '''prior''' to the '''first''' release of your project. Ideally that would include “small” releases within your research institute or organization.&lt;br /&gt;
&lt;br /&gt;
Can I change the license? The important thing is that, when you receive a copy of the source code with a particular license, you have been granted that license. So as long as the license does not have a revocation clause, it is permanent. See the related question on StackOverflow: [http://stackoverflow.com/questions/3498237/what-happens-when-an-open-source-project-changes-its-license What happens when an open source project changes its license?]&lt;br /&gt;
&lt;br /&gt;
A license can be changed. You can swap the license for the next version or release if '''all''' contributors (meaning copyright holders) agree or have previously agreed to the possibility of doing so, usually via a contributor agreement. Search for &amp;quot;contributor (license/assignment) agreement&amp;quot; online, for pointers on how to enable this up front. See also the [http://opensource.org/faq#contributor-agreements FAQ on contributor agreements on opensource.org], [http://wiki.civiccommons.org/Contributor_Agreements Civic Commons article on contributor agreements].&lt;br /&gt;
&lt;br /&gt;
== What does sublicensing mean? ==&lt;br /&gt;
&lt;br /&gt;
Sublicensing allows somebody to relicense all or part of the licensed software, for example, to use BSD-licensed code in a closed-source commercial application.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The basic idea ... is that if this is granted, a licensee can become a licensor of some of the rights of the grant they received regardless of any other claim they may have to copyright control over what they distribute.&amp;quot; Source: [https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Seeking advice =&lt;br /&gt;
&lt;br /&gt;
Questions related to the selection and use of open source licenses can be posted to our [https://groups.google.com/d/forum/openmod-initiative mailing list]. But remember that the list is public and its traffic is indexed by search engines.&lt;br /&gt;
&lt;br /&gt;
= Further reading =&lt;br /&gt;
&lt;br /&gt;
*The Software Sustainability Institute (UK) provides [http://www.software.ac.uk/resources/guides/adopting-open-source-licence information and answers to frequently asked questions]. The questions dealt with include:&lt;br /&gt;
**“Why is an open-source licence useful?”&lt;br /&gt;
**“How can I tell the difference between open-source licences?”&lt;br /&gt;
**“What happens if I am using someone else's code in my software?”&lt;br /&gt;
**“What do I need to do before applying my choice of licence?”&lt;br /&gt;
&lt;br /&gt;
*This Nature commentary article dispels common excuses for not publishing scientific code and argues that code should be published more frequently:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Barnes | first1 = Nick&lt;br /&gt;
 | title = Publish your computer code: it is good enough&lt;br /&gt;
 | date = 13 October 2010&lt;br /&gt;
 | journal = Nature News&lt;br /&gt;
 | volume = 467&lt;br /&gt;
 | issue = 7317&lt;br /&gt;
 | pages = 753–753&lt;br /&gt;
 | doi = 10.1038/467753a&lt;br /&gt;
 | issn = 0028-0836&lt;br /&gt;
 | url = http://www.nature.com/news/2010/101013/pdf/467753a.pdf&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The following paper contains a good overview of different licenses and some of the questions one might ask when deciding on a license, from the point of view of a programming scientist:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Morin | first1 = Andrew&lt;br /&gt;
 | last2 = Urban | first2 = Jennifer&lt;br /&gt;
 | last3 = Sliz | first3 = Piotr&lt;br /&gt;
 | title = A quick guide to software licensing for the scientist-programmer&lt;br /&gt;
 | date = 27 July 2012&lt;br /&gt;
 | journal = PLOS Computational Biology&lt;br /&gt;
 | volume = 8&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | pages = e1002598&lt;br /&gt;
 | doi = 10.1371/journal.pcbi.1002598&lt;br /&gt;
 | issn = 1553-7358&lt;br /&gt;
 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}} {{open access}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[https://tldrlegal.com/ TLDRlegal.com] summarizes a wide range of popular licenses in an easy to read format&lt;br /&gt;
*Help for choosing a license for software from GitHub at [http://choosealicense.com/ ChooseALicense.com]&lt;br /&gt;
*[http://opensource.org Opensource.org]: lots of helpful information especially under the FAQ (provides, for instance, an aswer to “Why not use CC for code?”)&lt;br /&gt;
**Open Source Licenses: wallow in the abundance of licenses out there, then come back to the FAQ and read “Which Open Source license should I choose to release my software under?”&lt;br /&gt;
&lt;br /&gt;
*[https://www.wbs-law.de/it-recht/open-source-lizenzen-ein-uberblick-35752/ An article (in German) with overview of different open licenses and problems]&lt;br /&gt;
*[http://www.ifross.org/lizenz-center/ A detailed list (in German) of licenses]&lt;br /&gt;
*The Journal of Open Research Software (JORS) is a journal dedicated to publishing Open Source research software. It is therefore a useful outlet to publish software source code in, and then be able to reference it from other articles: [http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Choosing_a_license</id>
		<title>Choosing a license</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Choosing_a_license"/>
				<updated>2019-11-18T01:22:14Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: /* Selecting a license */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Why should you pick a license? =&lt;br /&gt;
&lt;br /&gt;
In other words, why not just put code online without a license? A license clarifies the conditions under which your code can be reused. In the absence of a license, the author still retains proprietary copyright, and the conditions under which the code can be used are unclear.&amp;lt;ref name=&amp;quot;morin-etal-2012&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- website URL: http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002598 --&amp;gt;&lt;br /&gt;
{{cite journal | last1 = Morin | first1 = Andrew | last2 = Urban | first2 = Jennifer | last3 = Sliz | first3 = Piotr | title = A quick guide to software licensing for the scientist-programmer | date = 26 July 2012 | journal = PLOS Computational Biology | volume = 8 | issue = 7 | pages = e1002598 | doi = 10.1371/journal.pcbi.1002598 | issn = 1553-7358 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable | access-date = 2016-12-10}} {{open access}}&amp;lt;/ref&amp;gt; A sentence like &amp;quot;feel free to use this code&amp;quot; does not improve the situation, because it does not clarify to what extent any possible user should &amp;quot;feel free&amp;quot; to use the code. Standard licenses provide pre-defined sets of standard conditions, which both providers and users only have to understand once, and can then later easily recognise and categorise.&lt;br /&gt;
&lt;br /&gt;
Also see &amp;quot;Why is an open-source license useful?&amp;quot; on the Software Sustainability's [http://www.software.ac.uk/resources/guides/adopting-open-source-licence Choosing an open-source license page] article.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Selecting a license =&lt;br /&gt;
&lt;br /&gt;
The most common licenses for a given artifact can be determined by its type: code, data, documentation, or other generic digital &amp;quot;creative work&amp;quot; (reports and figures). For any given project, ''these components can and should be licensed independently by type''.&lt;br /&gt;
&lt;br /&gt;
At the most basic level, one must decide on whether to use a copyleft license or a more permissive license. While copyleft assures that code changes by any future contributors must stay public, permissive licenses only require attribution in derived works.&lt;br /&gt;
&lt;br /&gt;
With these two distinctions (type of work, type of license), the following decision matrix can be drawn:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;br/&amp;gt;&lt;br /&gt;
! Code&lt;br /&gt;
! Data&lt;br /&gt;
! Documentation&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Copyleft&lt;br /&gt;
| GPL, (AGPL)&lt;br /&gt;
| ODbL&lt;br /&gt;
| {{nowrap|CC BY SA}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Permissive {{pad|1em}}&lt;br /&gt;
| ISC, MIT, BSD, Apache{{nnbsp}}&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;{{pad|1em}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Public domain {{pad|1em}}&lt;br /&gt;
| not recommended{{pad|1em}}&lt;br /&gt;
| PDDL / CC0&lt;br /&gt;
| CC0&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; | 1. These licenses are compatible with the GPL. This means that projects licensed under GPLv2 or GPLv3 can include code distributed with any of the indicated permissive licenses.&amp;lt;ref&amp;gt;[https://www.gnu.org/licenses/license-list.en.html GNU page on licenses.]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
UPDATE: Removed {{nowrap|CC BY SA}} from copyleft/data. It is not recommended for data.&lt;br /&gt;
&lt;br /&gt;
The following sections elaborate on both options for each type of work: code, data, documentation, and other.&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
The following minimal questions can give a guideline on whether one should choose a copyleft or a permissive license for a project. The Wikipedia article on [https://en.wikipedia.org/wiki/Free_software_license Free software licenses] gives an in-depth overview on both types and their properties.&lt;br /&gt;
&lt;br /&gt;
*Are you okay with your code becoming part of a '''closed-source''' commercial software product?&lt;br /&gt;
**No: GPL&lt;br /&gt;
**Yes: permissive licenses (MIT/BSD/Apache)&lt;br /&gt;
&lt;br /&gt;
*Do you want to '''force '''users to publish their improvements to your software, or to software they develop based on your software, under the same license?&lt;br /&gt;
**No: permissive licenses (MIT/BSD/Apache). This makes the code more broadly usable, but also allows people to take the code without sharing their improvements.&lt;br /&gt;
**Yes: GPL. This ensures that any future changes and improvements to the code remain free and open&lt;br /&gt;
&lt;br /&gt;
=== Copyleft licenses ===&lt;br /&gt;
&lt;br /&gt;
Developers who use a GPL license must make the source code available if they share or sell an application built upon it. In this case, the source code must also contain any changes the developers may have made. If GPL code is used but not shared or sold, the code need not be published and any improvements may remain private. This has the important consequence that software written under such a license cannot be included in &amp;quot;non-free&amp;quot; software. The GPL family of licenses comprise:&lt;br /&gt;
&lt;br /&gt;
*GPL: the basic GPL license&lt;br /&gt;
*LGPL: Lesser GPL: permits non-free software to link to the LGPL-licensed software, which the GPL does not&lt;br /&gt;
*AGPL: Affero GNU GPL: this license closes a loophole in the GPL that permits somebody to operate a web application that uses GPL code, without making the code available to users&lt;br /&gt;
&lt;br /&gt;
More information, geared towards the use of copyleft licenses for code, can be found in the article [https://www.gnu.org/licenses/license-recommendations How to choose a license for your own work] on [https://www.gnu.org/ gnu.org].&lt;br /&gt;
&lt;br /&gt;
=== Permissive licenses ===&lt;br /&gt;
&lt;br /&gt;
The article [https://www.freebsd.org/doc/en/articles/bsdl-gpl/article.html Why you should use a BSD style license for your Open Source Project] on [https://www.freebsd.org/ freebsd.org] is recommended. The permissive licenses allow code to be re-used without restrictions, including the possibility of building commercial software whereby the new code is not made public.&lt;br /&gt;
&lt;br /&gt;
The site [https://choosealicense.com/ choosealicense.com] has a great three-column summary of the differences between the major open source licenses. Summarizing their explanations (with links to their license description pages):&lt;br /&gt;
&lt;br /&gt;
*The [https://choosealicense.com/licenses/mit MIT] license is a simple permissive license&lt;br /&gt;
*The [https://choosealicense.com/licenses/apache-2.0/ Apache License] adds an additional term explicitly granting the patent rights of code contributors to the users of such code&lt;br /&gt;
*The [https://choosealicense.com/licenses/bsd-2-clause/ BSD] license, or its newer even shorter successor [https://choosealicense.com/licenses/isc/ ISC] is virtually identical to MIT, but more succinctly worded&lt;br /&gt;
&lt;br /&gt;
One important aspect of all these licenses is the liability clause. This clause prohibits any code user from holding the code producers liable for damages arising from the use of the software code.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
Data in this context includes organized databases holding datasets. Special copyright rules may apply to databases, which, under European law, are protected in their own right, irrespective of the status of the data they contain.&lt;br /&gt;
&lt;br /&gt;
The go-to solution for data licenses comes from the [https://opendatacommons.org/ Open Data Commons] that have created the following three licenses, and a nice [http://opendatacommons.org/guide/ 2-minute guide] on the how and why of data licensing:&lt;br /&gt;
&lt;br /&gt;
*[https://opendatacommons.org/licenses/odbl/ Open Data Commons Open Database License (ODbL)]: this license is used by OpenStreetMap&lt;br /&gt;
*The [https://opendatacommons.org/licenses/by/1.0/ Open Data Attribution License (ODC-BY)] (analogous to CC BY) differs from the ODbL mainly due to a missing copyleft clause. ODC-BY basically requires that the contributors to the original database be listed.&lt;br /&gt;
*[https://opendatacommons.org/licenses/pddl/summary/ Public Domain Dedication and License (PDDL)] is even more permissive and does not require attribution or force derived works to adopt specific license conditions&lt;br /&gt;
*Only version{{nbsp}}4.0 [https://creativecommons.org/ Creative Commons] licenses should be used for data. This version has improved provisions for datasets and databases. Please refer to the section [https://wiki.openmod-initiative.org/index.php?title=Choosing_a_license&amp;amp;action=edit&amp;amp;mode=wysiwyg&amp;amp;section=6#Other Other] for their properties. Recommended licenses are Public Domain (CC0) and CC-BY 4.0. Please note that CC-BY-SA is not recommended for data. See also the related question [https://opendata.stackexchange.com/questions/5995/are-creative-commons-licenses-suitable-for-data are CC licenses suitable for data?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
In December 2017, individuals in the openmod community made a written submission on the re-use of public sector information in Europe.&amp;lt;ref name=&amp;quot;morrison-etal-2017&amp;quot;&amp;gt;{{cite book | last1 = Morrison | first1 = Robbie | last2 = Brown | first2 = Tom | last3 = De Felice | first3 = Matteo | title = Submission on the re-use of public sector information: with an emphasis on energy system datasets — Release 09 | date = 10 December 2017 | location = Berlin, Germany | url = https://forum.openmod-initiative.org/uploads/default/original/1X/d659fda325438884e6e78b372772ed7069633f97.pdf | access-date = 2017-12-13}} Creative Commons CC BY 4.0 license. {{open access}}&amp;lt;/ref&amp;gt; The openmod forum has a dedicated [https://forum.openmod-initiative.org/t/re-use-of-public-sector-information/476 thread].&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
If you would like your model documentation to be used verbatim on Wikipedia, you need to use one of these Creative Commons licenses:&lt;br /&gt;
&lt;br /&gt;
*CC BY, all versions and ports up to and including 4.0&lt;br /&gt;
*CC BY-SA, versions 1.0, 2.0, 2.5, and 3.0&lt;br /&gt;
&lt;br /&gt;
However CC BY-SA 4.0 is '''not''' compatible with Wikipedia. For more information, please see the [https://en.wikipedia.org/wiki/Wikipedia:FAQ/Copyright#Can_I_add_something_to_Wikipedia_that_I_got_from_somewhere_else.3F Wikipedia compatibility table]. The Wikimedia Foundation ran a community discussion on an upgrade to a CC BY-SA 4.0 license in November 2016, but the outcome has not been announced. If this exercise is successful then the compatibility problem just noted will disappear.&lt;br /&gt;
&lt;br /&gt;
The [https://www.gnu.org/copyleft/fdl.html GNU Free Documentation License 1.3] (FDLv1.3) is the GNU alternative to a Creative Commons license.&lt;br /&gt;
&lt;br /&gt;
[https://www.gnu.org GNU] also recommends '''not''' using the following licenses for free documentation:&lt;br /&gt;
&lt;br /&gt;
*CC-NC (non-commercial) license of any form&lt;br /&gt;
*CC-ND (no derivatives) license of any form&lt;br /&gt;
&lt;br /&gt;
For more information, please see [https://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses GNU page on non-free documentation licenses].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
The Creative Commons family of licenses are probably the most widely known. As of December 2016, the fourth version of these licenses is current. First, the two &amp;quot;free licenses&amp;quot; are presented:&lt;br /&gt;
&lt;br /&gt;
*[https://creativecommons.org/licenses/by/4.0/ CC BY] (short for attributions, the &amp;quot;by&amp;quot; refers to authoring): requires that the source be named when sharing the original work or any derived work&lt;br /&gt;
*[https://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA]: similar to the GPL in that it requires any derived works to be published under a &amp;quot;compatible&amp;quot; (easiest is the same) license. It is the license used by Wikipedia for articles. Version 4.0 is fully compatible with the GPLv3 (software) license. This license is not recommended for Open Data &amp;lt;span class=&amp;quot;tlid-translation translation&amp;quot;&amp;gt;&amp;lt;span title=&amp;quot;&amp;quot;&amp;gt;because there is an incompatibility with the much used OSM data (ODbL) and other copyleft data!&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Only the two previous CC licenses qualify as &amp;quot;free&amp;quot; licenses, as they do not restrict what a user may do with the licensed work. Two &amp;quot;non-free&amp;quot; license components are presented:&lt;br /&gt;
&lt;br /&gt;
*CC NC: the non-commercial option allows one to prohibit any &amp;quot;commercial&amp;quot; usage of their work. However, it is notoriously hard to define ''exactly what constitutes'' a commercial activity. This issue is explained in detail in the brochure [https://openglam.org/files/2013/01/iRights_CC-NC_Guide_English.pdf Consequences, risks and side-effects of the license module &amp;quot;non-commercial use only&amp;quot;]. In any case, the two licenses which result from this component are [https://creativecommons.org/licenses/by-nc/4.0/ CC BY-NC] and, with the share-alike option, [https://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA].&lt;br /&gt;
*CC ND (short for no derivatives): this option is available If you do not want changes or improvements to your work to be shared or redistributed. Its main use is by musicians who want to share their music with listeners, but do not wish to allow remixes or cover versions. The resulting licenses are [https://creativecommons.org/licenses/by-nd/4.0/ CC BY-ND] or, by combining it with the NC option, [https://creativecommons.org/licenses/by-nc-nd/4.0/ CC BY-NC-ND].&lt;br /&gt;
&lt;br /&gt;
For inspiration, the Creative Commons homepage lists [https://creativecommons.org/examples a host of example projects licensed under all different licenses] to give an impression of the contexts that triggered various individuals to select a particular license.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= FAQ =&lt;br /&gt;
&lt;br /&gt;
== Why is it a bad idea to use Creative Commons licenses for code? ==&lt;br /&gt;
&lt;br /&gt;
The long answer is given in [http://opensource.stackexchange.com/questions/1717/why-is-cc-by-sa-discouraged-for-code Why is CC BY-SA discouraged for code?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
The short answer is that the CC licenses are written for creative works (music, film, texts), not software code. Therefore, a CC license leaves many important details (what consitutes a &amp;quot;derived&amp;quot; work, is linking allowed, what about patents?) unspecified. The conclusion: don not use CC licenses for code.&lt;br /&gt;
&lt;br /&gt;
== At what point should I choose or change a license? ==&lt;br /&gt;
&lt;br /&gt;
You should determine and add a licence '''prior''' to the '''first''' release of your project. Ideally that would include “small” releases within your research institute or organization.&lt;br /&gt;
&lt;br /&gt;
Can I change the licence? The important thing is that, when you receive a copy of the source code with a particular license, you have been granted that license. So as long as the license does not have a revocation clause, it is permanent. See the related question on StackOverflow: [http://stackoverflow.com/questions/3498237/what-happens-when-an-open-source-project-changes-its-license What happens when an open source project changes its license?]&lt;br /&gt;
&lt;br /&gt;
A license can be changed. You can swap the licence for the next version or release if '''all''' contributors (meaning copyright holders) agree or have previously agreed to the possibility of doing so, usually via a contributor agreement. Search for &amp;quot;contributor (license/assignment) agreement&amp;quot; online, for pointers on how to enable this up front. See also the [http://opensource.org/faq#contributor-agreements FAQ on contributor agreements on opensource.org], [http://wiki.civiccommons.org/Contributor_Agreements Civic Commons article on contributor agreements].&lt;br /&gt;
&lt;br /&gt;
== What does sublicensing mean? ==&lt;br /&gt;
&lt;br /&gt;
Sublicensing allows somebody to relicense all or part of the licensed software, for example, to use BSD-licensed code in a closed-source commercial application.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The basic idea ... is that if this is granted, a licensee can become a licensor of some of the rights of the grant they received regardless of any other claim they may have to copyright control over what they distribute.&amp;quot; Source: [https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means]&lt;br /&gt;
&lt;br /&gt;
= Seeking advice =&lt;br /&gt;
&lt;br /&gt;
Questions related to the selection and use of open source licenses can be posted to our [https://groups.google.com/d/forum/openmod-initiative mailing list]. But remember that the list is public and its traffic is indexed by search engines.&lt;br /&gt;
&lt;br /&gt;
= Further reading =&lt;br /&gt;
&lt;br /&gt;
*The Software Sustainability Institute (UK) provides [http://www.software.ac.uk/resources/guides/adopting-open-source-licence information and answers to frequently asked questions]. The questions dealt with include:&lt;br /&gt;
**“Why is an open-source licence useful?”&lt;br /&gt;
**“How can I tell the difference between open-source licences?”&lt;br /&gt;
**“What happens if I am using someone else's code in my software?”&lt;br /&gt;
**“What do I need to do before applying my choice of licence?”&lt;br /&gt;
&lt;br /&gt;
*This Nature commentary article dispels common excuses for not publishing scientific code and argues that code should be published more frequently:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Barnes | first1 = Nick&lt;br /&gt;
 | title = Publish your computer code: it is good enough&lt;br /&gt;
 | date = 13 October 2010&lt;br /&gt;
 | journal = Nature News&lt;br /&gt;
 | volume = 467&lt;br /&gt;
 | issue = 7317&lt;br /&gt;
 | pages = 753–753&lt;br /&gt;
 | doi = 10.1038/467753a&lt;br /&gt;
 | issn = 0028-0836&lt;br /&gt;
 | url = http://www.nature.com/news/2010/101013/pdf/467753a.pdf&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The following paper contains a good overview of different licenses and some of the questions one might ask when deciding on a license, from the point of view of a programming scientist:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Morin | first1 = Andrew&lt;br /&gt;
 | last2 = Urban | first2 = Jennifer&lt;br /&gt;
 | last3 = Sliz | first3 = Piotr&lt;br /&gt;
 | title = A quick guide to software licensing for the scientist-programmer&lt;br /&gt;
 | date = 27 July 2012&lt;br /&gt;
 | journal = PLOS Computational Biology&lt;br /&gt;
 | volume = 8&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | pages = e1002598&lt;br /&gt;
 | doi = 10.1371/journal.pcbi.1002598&lt;br /&gt;
 | issn = 1553-7358&lt;br /&gt;
 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}} {{open access}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[https://tldrlegal.com/ TLDRlegal.com] summarizes a wide range of popular licenses in an easy to read format&lt;br /&gt;
*Help for choosing a license for software from GitHub at [http://choosealicense.com/ ChooseALicense.com]&lt;br /&gt;
*[http://opensource.org Opensource.org]: lots of helpful information especially under the FAQ (provides, for instance, an aswer to “Why not use CC for code?”)&lt;br /&gt;
**Open Source Licenses: wallow in the abundance of licenses out there, then come back to the FAQ and read “Which Open Source license should I choose to release my software under?”&lt;br /&gt;
&lt;br /&gt;
*[https://www.wbs-law.de/it-recht/open-source-lizenzen-ein-uberblick-35752/ An article (in German) with overview of different open licenses and problems]&lt;br /&gt;
*[http://www.ifross.org/lizenz-center/ A detailed list (in German) of licenses]&lt;br /&gt;
*The Journal of Open Research Software (JORS) is a journal dedicated to publishing Open Source research software. It is therefore a useful outlet to publish software source code in, and then be able to reference it from other articles: [http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Choosing_a_license</id>
		<title>Choosing a license</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Choosing_a_license"/>
				<updated>2019-11-18T01:12:50Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: /* Why should you pick a license? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Why should you pick a license? =&lt;br /&gt;
&lt;br /&gt;
In other words, why not just put code online without a license? A license clarifies the conditions under which your code can be reused. In the absence of a license, the author still retains proprietary copyright, and the conditions under which the code can be used are unclear.&amp;lt;ref name=&amp;quot;morin-etal-2012&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- website URL: http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002598 --&amp;gt;&lt;br /&gt;
{{cite journal | last1 = Morin | first1 = Andrew | last2 = Urban | first2 = Jennifer | last3 = Sliz | first3 = Piotr | title = A quick guide to software licensing for the scientist-programmer | date = 26 July 2012 | journal = PLOS Computational Biology | volume = 8 | issue = 7 | pages = e1002598 | doi = 10.1371/journal.pcbi.1002598 | issn = 1553-7358 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable | access-date = 2016-12-10}} {{open access}}&amp;lt;/ref&amp;gt; A sentence like &amp;quot;feel free to use this code&amp;quot; does not improve the situation, because it does not clarify to what extent any possible user should &amp;quot;feel free&amp;quot; to use the code. Standard licenses provide pre-defined sets of standard conditions, which both providers and users only have to understand once, and can then later easily recognise and categorise.&lt;br /&gt;
&lt;br /&gt;
Also see &amp;quot;Why is an open-source license useful?&amp;quot; on the Software Sustainability's [http://www.software.ac.uk/resources/guides/adopting-open-source-licence Choosing an open-source license page] article.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Selecting a license =&lt;br /&gt;
&lt;br /&gt;
The most common licenses for a given artifact can be determined by its type: code, data, documentation, or other generic digital &amp;quot;creative work&amp;quot; (reports and figures). For any given project, ''these components can and should be licensed independently by type''.&lt;br /&gt;
&lt;br /&gt;
At the most basic level, one must decide on whether to use a copyleft license or a more permissive license. While copyleft assures that code changes by any future contributors must stay public, permissive licenses only require attribution in derived works.&lt;br /&gt;
&lt;br /&gt;
With these two distinctions (type of work, type of license), the following decision matrix can be drawn:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! Code&lt;br /&gt;
! Data&lt;br /&gt;
! Documentation&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Copyleft&lt;br /&gt;
| GPL, (AGPL)&lt;br /&gt;
| ODbL&lt;br /&gt;
| {{nowrap|CC BY SA}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Permissive {{pad|1em}}&lt;br /&gt;
| ISC, MIT, BSD, Apache{{nnbsp}}&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;{{pad|1em}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Public domain {{pad|1em}}&lt;br /&gt;
| not recommended{{pad|1em}}&lt;br /&gt;
| PDDL / CC0&lt;br /&gt;
| CC0&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; | 1. These licenses are compatible with the GPL. This means that projects licensed under GPLv2 or GPLv3 can include code distributed with any of the indicated permissive licenses.&amp;lt;ref&amp;gt;[https://www.gnu.org/licenses/license-list.en.html GNU page on licenses.]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
UPDATE: Removed {{nowrap|CC BY SA}} from copyleft/data. It is not recommended for data.&lt;br /&gt;
&lt;br /&gt;
The following sections elaborate on both options for each type of work: code, data, documentation, and other.&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
The following minimal questions can give a guideline on whether one should choose a copyleft or a permissive license for a project. The Wikipedia article on [https://en.wikipedia.org/wiki/Free_software_license Free software licenses] gives an in-depth overview on both types and their properties.&lt;br /&gt;
&lt;br /&gt;
*Are you ok with your code becoming part of a '''closed-source''' commercial software product?&lt;br /&gt;
**No: GPL&lt;br /&gt;
**Yes: permissive licenses (MIT/BSD/Apache)&lt;br /&gt;
&lt;br /&gt;
*Do you want to '''force '''users to publish their improvements to your software, or to software they develop based on your software, under the same licence?&lt;br /&gt;
**No: permissive licenses (MIT/BSD/Apache). This makes the code more broadly usable, but also allows people to take the code without sharing their improvements.&lt;br /&gt;
**Yes: GPL. This ensures that any future changes and improvements to the code remain free and open&lt;br /&gt;
&lt;br /&gt;
=== Copyleft licenses ===&lt;br /&gt;
&lt;br /&gt;
Developers who use a GPL license must make the source code available if they share or sell an application built upon it. In this case, the source code must also contain any changes the developers may have made. If GPL code is used but not shared or sold, the code need not be published and any improvements may remain private. This has the important consequence that software written under such a license cannot be included in &amp;quot;non-free&amp;quot; software. The GPL family of licenses comprise:&lt;br /&gt;
&lt;br /&gt;
*GPL: the basic GPL license&lt;br /&gt;
*LGPL: Lesser GPL: permits non-free software to link to the LGPL-licensed software, which the GPL does not&lt;br /&gt;
*AGPL: Affero GNU GPL: this license closes a loophole in the GPL that permits somebody to operate a web application that uses GPL code, without making the code available to users&lt;br /&gt;
&lt;br /&gt;
More information, geared towards the use of copyleft licenses for code, can be found in the article [https://www.gnu.org/licenses/license-recommendations How to choose a license for your own work] on [https://www.gnu.org/ gnu.org].&lt;br /&gt;
&lt;br /&gt;
=== Permissive licenses ===&lt;br /&gt;
&lt;br /&gt;
The article [https://www.freebsd.org/doc/en/articles/bsdl-gpl/article.html Why you should use a BSD style license for your Open Source Project] on [https://www.freebsd.org/ freebsd.org] is recommended. The permissive licenses allow code to be re-used without restrictions, including the possibility of building commercial software whereby the new code is not made public.&lt;br /&gt;
&lt;br /&gt;
The site [http://choosealicense.com/ choosealicense.com] has a great three-column summary of the differences between the major open source licenses. Summarizing their explanations (with links to their license description pages):&lt;br /&gt;
&lt;br /&gt;
*The [http://choosealicense.com/licenses/mit MIT] license is a simple permissive license&lt;br /&gt;
*The [http://choosealicense.com/licenses/apache-2.0/ Apache License] adds an additional term explicitly granting the patent rights of code contributors to the users of such code&lt;br /&gt;
*The [http://choosealicense.com/licenses/bsd-2-clause/ BSD] license, or its newer even shorter successor [http://choosealicense.com/licenses/isc/ ISC] is virtually identical to MIT, but more succinctly worded&lt;br /&gt;
&lt;br /&gt;
One important aspect of all these licenses is the liability clause. This clause prohibits any code user from holding the code producers liable for damages arising from the use of the software code.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
Data in this context includes organized databases holding datasets. Special copyright rules may apply to databases, which, under European law, are protected in their own right, irrespective of the status of the data they contain.&lt;br /&gt;
&lt;br /&gt;
The go-to solution for data licenses comes from the [http://opendatacommons.org/ Open Data Commons] that have created the following three licenses, and a nice [http://opendatacommons.org/guide/ 2-minute guide] on the how and why of data licensing:&lt;br /&gt;
&lt;br /&gt;
*[http://opendatacommons.org/licenses/odbl/ Open Data Commons Open Database License (ODbL)]: this license is used by OpenStretMap&lt;br /&gt;
*The [http://opendatacommons.org/licenses/by/1.0/ Open Data Attribution License (ODC-BY)] (analogous to CC BY) differs from the ODbL mainly due to a missing copyleft clause. ODC-BY basically requires that the contributors to the original database be listed.&lt;br /&gt;
*[http://opendatacommons.org/licenses/pddl/summary/ Public Domain Dedication and License (PDDL)] is even more permissive and does not require attribution or force derived works to adopt specific license conditions&lt;br /&gt;
*Only version{{nbsp}}4.0 [http://creativecommons.org/ Creative Commons] licenses should be used for data. This version has improved provisions for datasets and databases. Please refer to the section [https://wiki.openmod-initiative.org/index.php?title=Choosing_a_license&amp;amp;action=edit&amp;amp;mode=wysiwyg&amp;amp;section=6#Other Other] for their properties. Recommended licenses are Public Domain (CC0) and CC-BY 4.0. Please note that CC-BY-SA is not recommended for data. See also the related question [http://opendata.stackexchange.com/questions/5995/are-creative-commons-licenses-suitable-for-data are CC licenses suitable for data?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
In December 2017, individuals in the openmod community made a written submission on the re-use of public sector information in Europe.&amp;lt;ref name=&amp;quot;morrison-etal-2017&amp;quot;&amp;gt;{{cite book | last1 = Morrison | first1 = Robbie | last2 = Brown | first2 = Tom | last3 = De Felice | first3 = Matteo | title = Submission on the re-use of public sector information: with an emphasis on energy system datasets — Release 09 | date = 10 December 2017 | location = Berlin, Germany | url = https://forum.openmod-initiative.org/uploads/default/original/1X/d659fda325438884e6e78b372772ed7069633f97.pdf | access-date = 2017-12-13}} Creative Commons CC BY 4.0 license. {{open access}}&amp;lt;/ref&amp;gt; The openmod forum has a dedicated [https://forum.openmod-initiative.org/t/re-use-of-public-sector-information/476 thread].&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
If you would like your model documentation to be used verbatim on Wikipedia, you need to use one of these Creative Commons licenses:&lt;br /&gt;
&lt;br /&gt;
*CC BY, all versions and ports up to and including 4.0&lt;br /&gt;
*CC BY-SA, versions 1.0, 2.0, 2.5, and 3.0&lt;br /&gt;
&lt;br /&gt;
However CC BY-SA 4.0 is '''not''' compatible with Wikipedia. For more information, please see the [https://en.wikipedia.org/wiki/Wikipedia:FAQ/Copyright#Can_I_add_something_to_Wikipedia_that_I_got_from_somewhere_else.3F Wikipedia compatibility table]. The Wikimedia Foundation ran a community discussion on an upgrade to a CC BY-SA 4.0 license in November 2016, but the outcome has not been announced. If this exercise is successful then the compatibility problem just noted will disappear.&lt;br /&gt;
&lt;br /&gt;
The [https://www.gnu.org/copyleft/fdl.html GNU Free Documentation License 1.3] (FDLv1.3) is the GNU alternative to a Creative Commons license.&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org GNU] also recommends '''not''' using the following licenses for free documentation:&lt;br /&gt;
&lt;br /&gt;
*CC-NC (non-commercial) license of any form&lt;br /&gt;
*CC-ND (no derivatives) license of any form&lt;br /&gt;
&lt;br /&gt;
For more information, please see [https://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses GNU page on nonfree documentation licenses].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
The Creative Commons family of licenses are probably the most widely known. As of December 2016, the fourth version of these licenses is current. First, the two &amp;quot;free licenses&amp;quot; are presented:&lt;br /&gt;
&lt;br /&gt;
*[http://creativecommons.org/licenses/by/4.0/ CC BY] (short for attributions, the &amp;quot;by&amp;quot; refers to authoring): requires that the source be named when sharing the original work or any derived work&lt;br /&gt;
*[http://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA]: similar to the GPL in that it requires any derived works to be published under a &amp;quot;compatible&amp;quot; (easiest is the same) license. It is the license used by Wikipedia for articles. Version 4.0 is fully compatible with the GPLv3 (software) license. This license is not recommended for Open Data &amp;lt;span class=&amp;quot;tlid-translation translation&amp;quot;&amp;gt;&amp;lt;span title=&amp;quot;&amp;quot;&amp;gt;because there is an incompatibility with the much used OSM data (ODbL) and other copyleft data!&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Only the two previous CC licenses qualify as &amp;quot;free&amp;quot; licenses, as they do not restrict what a user may do with the licensed work. Two &amp;quot;non-free&amp;quot; license components are presented:&lt;br /&gt;
&lt;br /&gt;
*CC NC: the non-commercial option allows one to prohibit any &amp;quot;commercial&amp;quot; usage of their work. However, it is notoriously hard to define ''exactly what constitutes'' a commercial activity. This issue is explained in detail in the brochure [http://openglam.org/files/2013/01/iRights_CC-NC_Guide_English.pdf Consequences, risks and side-effects of the license module &amp;quot;non-commercial use only&amp;quot;]. In any case, the two licenses which result from this component are [http://creativecommons.org/licenses/by-nc/4.0/ CC BY-NC] and, with the share-alike option, [http://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA].&lt;br /&gt;
*CC ND (short for no derivatives): this option is available If you do not want changes or improvements to your work to be shared or redistributed. Its main use is by musicians who want to share their music with listeners, but do not wish to allow remixes or cover versions. The resulting licenses are [http://creativecommons.org/licenses/by-nd/4.0/ CC BY-ND] or, by combining it with the NC option, [http://creativecommons.org/licenses/by-nc-nd/4.0/ CC BY-NC-ND].&lt;br /&gt;
&lt;br /&gt;
For inspiration, the Creative Commons homepage lists [https://creativecommons.org/examples a host of example projects licensed under all different licenses] to give an impression of the contexts that triggered various individuals to select a particular license.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= FAQ =&lt;br /&gt;
&lt;br /&gt;
== Why is it a bad idea to use Creative Commons licenses for code? ==&lt;br /&gt;
&lt;br /&gt;
The long answer is given in [http://opensource.stackexchange.com/questions/1717/why-is-cc-by-sa-discouraged-for-code Why is CC BY-SA discouraged for code?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
The short answer is that the CC licenses are written for creative works (music, film, texts), not software code. Therefore, a CC license leaves many important details (what consitutes a &amp;quot;derived&amp;quot; work, is linking allowed, what about patents?) unspecified. The conclusion: don not use CC licenses for code.&lt;br /&gt;
&lt;br /&gt;
== At what point should I choose or change a license? ==&lt;br /&gt;
&lt;br /&gt;
You should determine and add a licence '''prior''' to the '''first''' release of your project. Ideally that would include “small” releases within your research institute or organization.&lt;br /&gt;
&lt;br /&gt;
Can I change the licence? The important thing is that, when you receive a copy of the source code with a particular license, you have been granted that license. So as long as the license does not have a revocation clause, it is permanent. See the related question on StackOverflow: [http://stackoverflow.com/questions/3498237/what-happens-when-an-open-source-project-changes-its-license What happens when an open source project changes its license?]&lt;br /&gt;
&lt;br /&gt;
A license can be changed. You can swap the licence for the next version or release if '''all''' contributors (meaning copyright holders) agree or have previously agreed to the possibility of doing so, usually via a contributor agreement. Search for &amp;quot;contributor (license/assignment) agreement&amp;quot; online, for pointers on how to enable this up front. See also the [http://opensource.org/faq#contributor-agreements FAQ on contributor agreements on opensource.org], [http://wiki.civiccommons.org/Contributor_Agreements Civic Commons article on contributor agreements].&lt;br /&gt;
&lt;br /&gt;
== What does sublicensing mean? ==&lt;br /&gt;
&lt;br /&gt;
Sublicensing allows somebody to relicense all or part of the licensed software, for example, to use BSD-licensed code in a closed-source commercial application.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The basic idea ... is that if this is granted, a licensee can become a licensor of some of the rights of the grant they received regardless of any other claim they may have to copyright control over what they distribute.&amp;quot; Source: [https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means]&lt;br /&gt;
&lt;br /&gt;
= Seeking advice =&lt;br /&gt;
&lt;br /&gt;
Questions related to the selection and use of open source licenses can be posted to our [https://groups.google.com/d/forum/openmod-initiative mailing list]. But remember that the list is public and its traffic is indexed by search engines.&lt;br /&gt;
&lt;br /&gt;
= Further reading =&lt;br /&gt;
&lt;br /&gt;
*The Software Sustainability Institute (UK) provides [http://www.software.ac.uk/resources/guides/adopting-open-source-licence information and answers to frequently asked questions]. The questions dealt with include:&lt;br /&gt;
**“Why is an open-source licence useful?”&lt;br /&gt;
**“How can I tell the difference between open-source licences?”&lt;br /&gt;
**“What happens if I am using someone else's code in my software?”&lt;br /&gt;
**“What do I need to do before applying my choice of licence?”&lt;br /&gt;
&lt;br /&gt;
*This Nature commentary article dispels common excuses for not publishing scientific code and argues that code should be published more frequently:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Barnes | first1 = Nick&lt;br /&gt;
 | title = Publish your computer code: it is good enough&lt;br /&gt;
 | date = 13 October 2010&lt;br /&gt;
 | journal = Nature News&lt;br /&gt;
 | volume = 467&lt;br /&gt;
 | issue = 7317&lt;br /&gt;
 | pages = 753–753&lt;br /&gt;
 | doi = 10.1038/467753a&lt;br /&gt;
 | issn = 0028-0836&lt;br /&gt;
 | url = http://www.nature.com/news/2010/101013/pdf/467753a.pdf&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The following paper contains a good overview of different licenses and some of the questions one might ask when deciding on a license, from the point of view of a programming scientist:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Morin | first1 = Andrew&lt;br /&gt;
 | last2 = Urban | first2 = Jennifer&lt;br /&gt;
 | last3 = Sliz | first3 = Piotr&lt;br /&gt;
 | title = A quick guide to software licensing for the scientist-programmer&lt;br /&gt;
 | date = 27 July 2012&lt;br /&gt;
 | journal = PLOS Computational Biology&lt;br /&gt;
 | volume = 8&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | pages = e1002598&lt;br /&gt;
 | doi = 10.1371/journal.pcbi.1002598&lt;br /&gt;
 | issn = 1553-7358&lt;br /&gt;
 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}} {{open access}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[https://tldrlegal.com/ TLDRlegal.com] summarizes a wide range of popular licenses in an easy to read format&lt;br /&gt;
*Help for choosing a license for software from GitHub at [http://choosealicense.com/ ChooseALicense.com]&lt;br /&gt;
*[http://opensource.org Opensource.org]: lots of helpful information especially under the FAQ (provides, for instance, an aswer to “Why not use CC for code?”)&lt;br /&gt;
**Open Source Licenses: wallow in the abundance of licenses out there, then come back to the FAQ and read “Which Open Source license should I choose to release my software under?”&lt;br /&gt;
&lt;br /&gt;
*[https://www.wbs-law.de/it-recht/open-source-lizenzen-ein-uberblick-35752/ An article (in German) with overview of different open licenses and problems]&lt;br /&gt;
*[http://www.ifross.org/lizenz-center/ A detailed list (in German) of licenses]&lt;br /&gt;
*The Journal of Open Research Software (JORS) is a journal dedicated to publishing Open Source research software. It is therefore a useful outlet to publish software source code in, and then be able to reference it from other articles: [http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Choosing_a_license</id>
		<title>Choosing a license</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Choosing_a_license"/>
				<updated>2019-11-18T00:51:29Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: /* Why should you pick a license? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Why should you pick a license? =&lt;br /&gt;
&lt;br /&gt;
In other words, why not just put code online without a license? A license clarifies the conditions under which your code can be reused. In the absence of a license, the author still retains proprietary copyright, and the conditions under which the code can be used are unclear.&amp;lt;ref name=&amp;quot;morin-etal-2012&amp;quot;&amp;gt;fckLR&amp;lt;!-- website URL: http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002598 --&amp;gt;fckLR{{cite journalfckLR | last1 = Morin | first1 = AndrewfckLR | last2 = Urban | first2 = JenniferfckLR | last3 = Sliz | first3 = PiotrfckLR | title = A quick guide to software licensing for the scientist-programmerfckLR | date = 26 July 2012fckLR | journal = PLOS Computational BiologyfckLR | volume = 8fckLR | issue = 7fckLR | pages = e1002598fckLR | doi = 10.1371/journal.pcbi.1002598fckLR | issn = 1553-7358fckLR | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printablefckLR | access-date = 2016-12-10}} {{open access}}fckLR&amp;lt;/ref&amp;gt;{{rp|1}} A sentence like &amp;quot;feel free to use this code&amp;quot; does not improve the situation, because it does not clarify to what extent any possible user should &amp;quot;feel free&amp;quot; to use the code. Standard licenses provide pre-defined sets of standard conditions, which both providers and users only have to understand once, and can then later easily recognise and categorise.&lt;br /&gt;
&lt;br /&gt;
Also see &amp;quot;Why is an open-source license useful?&amp;quot; on the Software Sustainability's [http://www.software.ac.uk/resources/guides/adopting-open-source-licence Choosing an open-source license page] article.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Selecting a license =&lt;br /&gt;
&lt;br /&gt;
The most common licenses for a given artifact can be determined by its type: code, data, documentation, or other generic digital &amp;quot;creative work&amp;quot; (reports and figures). For any given project, ''these components can and should be licensed independently by type''.&lt;br /&gt;
&lt;br /&gt;
At the most basic level, one must decide on whether to use a copyleft license or a more permissive license. While copyleft assures that code changes by any future contributors must stay public, permissive licenses only require attribution in derived works.&lt;br /&gt;
&lt;br /&gt;
With these two distinctions (type of work, type of license), the following decision matrix can be drawn:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! Code&lt;br /&gt;
! Data&lt;br /&gt;
! Documentation&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Copyleft&lt;br /&gt;
| GPL, (AGPL)&lt;br /&gt;
| ODbL&lt;br /&gt;
| {{nowrap|CC BY SA}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Permissive {{pad|1em}}&lt;br /&gt;
| ISC, MIT, BSD, Apache{{nnbsp}}&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;{{pad|1em}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Public domain {{pad|1em}}&lt;br /&gt;
| not recommended{{pad|1em}}&lt;br /&gt;
| PDDL / CC0&lt;br /&gt;
| CC0&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; | 1. These licenses are compatible with the GPL. This means that projects licensed under GPLv2 or GPLv3 can include code distributed with any of the indicated permissive licenses.&amp;lt;ref&amp;gt;[https://www.gnu.org/licenses/license-list.en.html GNU page on licenses.]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
UPDATE: Removed {{nowrap|CC BY SA}} from copyleft/data. It is not recommended for data.&lt;br /&gt;
&lt;br /&gt;
The following sections elaborate on both options for each type of work: code, data, documentation, and other.&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
The following minimal questions can give a guideline on whether one should choose a copyleft or a permissive license for a project. The Wikipedia article on [https://en.wikipedia.org/wiki/Free_software_license Free software licenses] gives an in-depth overview on both types and their properties.&lt;br /&gt;
&lt;br /&gt;
*Are you ok with your code becoming part of a '''closed-source''' commercial software product?&lt;br /&gt;
**No: GPL&lt;br /&gt;
**Yes: permissive licenses (MIT/BSD/Apache)&lt;br /&gt;
&lt;br /&gt;
*Do you want to '''force '''users to publish their improvements to your software, or to software they develop based on your software, under the same licence?&lt;br /&gt;
**No: permissive licenses (MIT/BSD/Apache). This makes the code more broadly usable, but also allows people to take the code without sharing their improvements.&lt;br /&gt;
**Yes: GPL. This ensures that any future changes and improvements to the code remain free and open&lt;br /&gt;
&lt;br /&gt;
=== Copyleft licenses ===&lt;br /&gt;
&lt;br /&gt;
Developers who use a GPL license must make the source code available if they share or sell an application built upon it. In this case, the source code must also contain any changes the developers may have made. If GPL code is used but not shared or sold, the code need not be published and any improvements may remain private. This has the important consequence that software written under such a license cannot be included in &amp;quot;non-free&amp;quot; software. The GPL family of licenses comprise:&lt;br /&gt;
&lt;br /&gt;
*GPL: the basic GPL license&lt;br /&gt;
*LGPL: Lesser GPL: permits non-free software to link to the LGPL-licensed software, which the GPL does not&lt;br /&gt;
*AGPL: Affero GNU GPL: this license closes a loophole in the GPL that permits somebody to operate a web application that uses GPL code, without making the code available to users&lt;br /&gt;
&lt;br /&gt;
More information, geared towards the use of copyleft licenses for code, can be found in the article [https://www.gnu.org/licenses/license-recommendations How to choose a license for your own work] on [https://www.gnu.org/ gnu.org].&lt;br /&gt;
&lt;br /&gt;
=== Permissive licenses ===&lt;br /&gt;
&lt;br /&gt;
The article [https://www.freebsd.org/doc/en/articles/bsdl-gpl/article.html Why you should use a BSD style license for your Open Source Project] on [https://www.freebsd.org/ freebsd.org] is recommended. The permissive licenses allow code to be re-used without restrictions, including the possibility of building commercial software whereby the new code is not made public.&lt;br /&gt;
&lt;br /&gt;
The site [http://choosealicense.com/ choosealicense.com] has a great three-column summary of the differences between the major open source licenses. Summarizing their explanations (with links to their license description pages):&lt;br /&gt;
&lt;br /&gt;
*The [http://choosealicense.com/licenses/mit MIT] license is a simple permissive license&lt;br /&gt;
*The [http://choosealicense.com/licenses/apache-2.0/ Apache License] adds an additional term explicitly granting the patent rights of code contributors to the users of such code&lt;br /&gt;
*The [http://choosealicense.com/licenses/bsd-2-clause/ BSD] license, or its newer even shorter successor [http://choosealicense.com/licenses/isc/ ISC] is virtually identical to MIT, but more succinctly worded&lt;br /&gt;
&lt;br /&gt;
One important aspect of all these licenses is the liability clause. This clause prohibits any code user from holding the code producers liable for damages arising from the use of the software code.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
Data in this context includes organized databases holding datasets. Special copyright rules may apply to databases, which, under European law, are protected in their own right, irrespective of the status of the data they contain.&lt;br /&gt;
&lt;br /&gt;
The go-to solution for data licenses comes from the [http://opendatacommons.org/ Open Data Commons] that have created the following three licenses, and a nice [http://opendatacommons.org/guide/ 2-minute guide] on the how and why of data licensing:&lt;br /&gt;
&lt;br /&gt;
*[http://opendatacommons.org/licenses/odbl/ Open Data Commons Open Database License (ODbL)]: this license is used by OpenStretMap&lt;br /&gt;
*The [http://opendatacommons.org/licenses/by/1.0/ Open Data Attribution License (ODC-BY)] (analogous to CC BY) differs from the ODbL mainly due to a missing copyleft clause. ODC-BY basically requires that the contributors to the original database be listed.&lt;br /&gt;
*[http://opendatacommons.org/licenses/pddl/summary/ Public Domain Dedication and License (PDDL)] is even more permissive and does not require attribution or force derived works to adopt specific license conditions&lt;br /&gt;
*Only version{{nbsp}}4.0 [http://creativecommons.org/ Creative Commons] licenses should be used for data. This version has improved provisions for datasets and databases. Please refer to the section [https://wiki.openmod-initiative.org/index.php?title=Choosing_a_license&amp;amp;action=edit&amp;amp;mode=wysiwyg&amp;amp;section=6#Other Other] for their properties. Recommended licenses are Public Domain (CC0) and CC-BY 4.0. Please note that CC-BY-SA is not recommended for data. See also the related question [http://opendata.stackexchange.com/questions/5995/are-creative-commons-licenses-suitable-for-data are CC licenses suitable for data?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
In December 2017, individuals in the openmod community made a written submission on the re-use of public sector information in Europe.&amp;lt;ref name=&amp;quot;morrison-etal-2017&amp;quot;&amp;gt;{{cite book | last1 = Morrison | first1 = Robbie | last2 = Brown | first2 = Tom | last3 = De Felice | first3 = Matteo | title = Submission on the re-use of public sector information: with an emphasis on energy system datasets — Release 09 | date = 10 December 2017 | location = Berlin, Germany | url = https://forum.openmod-initiative.org/uploads/default/original/1X/d659fda325438884e6e78b372772ed7069633f97.pdf | access-date = 2017-12-13}} Creative Commons CC BY 4.0 license. {{open access}}&amp;lt;/ref&amp;gt; The openmod forum has a dedicated [https://forum.openmod-initiative.org/t/re-use-of-public-sector-information/476 thread].&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
If you would like your model documentation to be used verbatim on Wikipedia, you need to use one of these Creative Commons licenses:&lt;br /&gt;
&lt;br /&gt;
*CC BY, all versions and ports up to and including 4.0&lt;br /&gt;
*CC BY-SA, versions 1.0, 2.0, 2.5, and 3.0&lt;br /&gt;
&lt;br /&gt;
However CC BY-SA 4.0 is '''not''' compatible with Wikipedia. For more information, please see the [https://en.wikipedia.org/wiki/Wikipedia:FAQ/Copyright#Can_I_add_something_to_Wikipedia_that_I_got_from_somewhere_else.3F Wikipedia compatibility table]. The Wikimedia Foundation ran a community discussion on an upgrade to a CC BY-SA 4.0 license in November 2016, but the outcome has not been announced. If this exercise is successful then the compatibility problem just noted will disappear.&lt;br /&gt;
&lt;br /&gt;
The [https://www.gnu.org/copyleft/fdl.html GNU Free Documentation License 1.3] (FDLv1.3) is the GNU alternative to a Creative Commons license.&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org GNU] also recommends '''not''' using the following licenses for free documentation:&lt;br /&gt;
&lt;br /&gt;
*CC-NC (non-commercial) license of any form&lt;br /&gt;
*CC-ND (no derivatives) license of any form&lt;br /&gt;
&lt;br /&gt;
For more information, please see [https://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses GNU page on nonfree documentation licenses].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
The Creative Commons family of licenses are probably the most widely known. As of December 2016, the fourth version of these licenses is current. First, the two &amp;quot;free licenses&amp;quot; are presented:&lt;br /&gt;
&lt;br /&gt;
*[http://creativecommons.org/licenses/by/4.0/ CC BY] (short for attributions, the &amp;quot;by&amp;quot; refers to authoring): requires that the source be named when sharing the original work or any derived work&lt;br /&gt;
*[http://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA]: similar to the GPL in that it requires any derived works to be published under a &amp;quot;compatible&amp;quot; (easiest is the same) license. It is the license used by Wikipedia for articles. Version 4.0 is fully compatible with the GPLv3 (software) license. This license is not recommended for Open Data &amp;lt;span class=&amp;quot;tlid-translation translation&amp;quot;&amp;gt;&amp;lt;span title=&amp;quot;&amp;quot;&amp;gt;because there is an incompatibility with the much used OSM data (ODbL) and other copyleft data!&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Only the two previous CC licenses qualify as &amp;quot;free&amp;quot; licenses, as they do not restrict what a user may do with the licensed work. Two &amp;quot;non-free&amp;quot; license components are presented:&lt;br /&gt;
&lt;br /&gt;
*CC NC: the non-commercial option allows one to prohibit any &amp;quot;commercial&amp;quot; usage of their work. However, it is notoriously hard to define ''exactly what constitutes'' a commercial activity. This issue is explained in detail in the brochure [http://openglam.org/files/2013/01/iRights_CC-NC_Guide_English.pdf Consequences, risks and side-effects of the license module &amp;quot;non-commercial use only&amp;quot;]. In any case, the two licenses which result from this component are [http://creativecommons.org/licenses/by-nc/4.0/ CC BY-NC] and, with the share-alike option, [http://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA].&lt;br /&gt;
*CC ND (short for no derivatives): this option is available If you do not want changes or improvements to your work to be shared or redistributed. Its main use is by musicians who want to share their music with listeners, but do not wish to allow remixes or cover versions. The resulting licenses are [http://creativecommons.org/licenses/by-nd/4.0/ CC BY-ND] or, by combining it with the NC option, [http://creativecommons.org/licenses/by-nc-nd/4.0/ CC BY-NC-ND].&lt;br /&gt;
&lt;br /&gt;
For inspiration, the Creative Commons homepage lists [https://creativecommons.org/examples a host of example projects licensed under all different licenses] to give an impression of the contexts that triggered various individuals to select a particular license.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= FAQ =&lt;br /&gt;
&lt;br /&gt;
== Why is it a bad idea to use Creative Commons licenses for code? ==&lt;br /&gt;
&lt;br /&gt;
The long answer is given in [http://opensource.stackexchange.com/questions/1717/why-is-cc-by-sa-discouraged-for-code Why is CC BY-SA discouraged for code?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
The short answer is that the CC licenses are written for creative works (music, film, texts), not software code. Therefore, a CC license leaves many important details (what consitutes a &amp;quot;derived&amp;quot; work, is linking allowed, what about patents?) unspecified. The conclusion: don not use CC licenses for code.&lt;br /&gt;
&lt;br /&gt;
== At what point should I choose or change a license? ==&lt;br /&gt;
&lt;br /&gt;
You should determine and add a licence '''prior''' to the '''first''' release of your project. Ideally that would include “small” releases within your research institute or organization.&lt;br /&gt;
&lt;br /&gt;
Can I change the licence? The important thing is that, when you receive a copy of the source code with a particular license, you have been granted that license. So as long as the license does not have a revocation clause, it is permanent. See the related question on StackOverflow: [http://stackoverflow.com/questions/3498237/what-happens-when-an-open-source-project-changes-its-license What happens when an open source project changes its license?]&lt;br /&gt;
&lt;br /&gt;
A license can be changed. You can swap the licence for the next version or release if '''all''' contributors (meaning copyright holders) agree or have previously agreed to the possibility of doing so, usually via a contributor agreement. Search for &amp;quot;contributor (license/assignment) agreement&amp;quot; online, for pointers on how to enable this up front. See also the [http://opensource.org/faq#contributor-agreements FAQ on contributor agreements on opensource.org], [http://wiki.civiccommons.org/Contributor_Agreements Civic Commons article on contributor agreements].&lt;br /&gt;
&lt;br /&gt;
== What does sublicensing mean? ==&lt;br /&gt;
&lt;br /&gt;
Sublicensing allows somebody to relicense all or part of the licensed software, for example, to use BSD-licensed code in a closed-source commercial application.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The basic idea ... is that if this is granted, a licensee can become a licensor of some of the rights of the grant they received regardless of any other claim they may have to copyright control over what they distribute.&amp;quot; Source: [https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means]&lt;br /&gt;
&lt;br /&gt;
= Seeking advice =&lt;br /&gt;
&lt;br /&gt;
Questions related to the selection and use of open source licenses can be posted to our [https://groups.google.com/d/forum/openmod-initiative mailing list]. But remember that the list is public and its traffic is indexed by search engines.&lt;br /&gt;
&lt;br /&gt;
= Further reading =&lt;br /&gt;
&lt;br /&gt;
*The Software Sustainability Institute (UK) provides [http://www.software.ac.uk/resources/guides/adopting-open-source-licence information and answers to frequently asked questions]. The questions dealt with include:&lt;br /&gt;
**“Why is an open-source licence useful?”&lt;br /&gt;
**“How can I tell the difference between open-source licences?”&lt;br /&gt;
**“What happens if I am using someone else's code in my software?”&lt;br /&gt;
**“What do I need to do before applying my choice of licence?”&lt;br /&gt;
&lt;br /&gt;
*This Nature commentary article dispels common excuses for not publishing scientific code and argues that code should be published more frequently:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Barnes | first1 = Nick&lt;br /&gt;
 | title = Publish your computer code: it is good enough&lt;br /&gt;
 | date = 13 October 2010&lt;br /&gt;
 | journal = Nature News&lt;br /&gt;
 | volume = 467&lt;br /&gt;
 | issue = 7317&lt;br /&gt;
 | pages = 753–753&lt;br /&gt;
 | doi = 10.1038/467753a&lt;br /&gt;
 | issn = 0028-0836&lt;br /&gt;
 | url = http://www.nature.com/news/2010/101013/pdf/467753a.pdf&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The following paper contains a good overview of different licenses and some of the questions one might ask when deciding on a license, from the point of view of a programming scientist:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Morin | first1 = Andrew&lt;br /&gt;
 | last2 = Urban | first2 = Jennifer&lt;br /&gt;
 | last3 = Sliz | first3 = Piotr&lt;br /&gt;
 | title = A quick guide to software licensing for the scientist-programmer&lt;br /&gt;
 | date = 27 July 2012&lt;br /&gt;
 | journal = PLOS Computational Biology&lt;br /&gt;
 | volume = 8&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | pages = e1002598&lt;br /&gt;
 | doi = 10.1371/journal.pcbi.1002598&lt;br /&gt;
 | issn = 1553-7358&lt;br /&gt;
 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}} {{open access}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[https://tldrlegal.com/ TLDRlegal.com] summarizes a wide range of popular licenses in an easy to read format&lt;br /&gt;
*Help for choosing a license for software from GitHub at [http://choosealicense.com/ ChooseALicense.com]&lt;br /&gt;
*[http://opensource.org Opensource.org]: lots of helpful information especially under the FAQ (provides, for instance, an aswer to “Why not use CC for code?”)&lt;br /&gt;
**Open Source Licenses: wallow in the abundance of licenses out there, then come back to the FAQ and read “Which Open Source license should I choose to release my software under?”&lt;br /&gt;
&lt;br /&gt;
*[https://www.wbs-law.de/it-recht/open-source-lizenzen-ein-uberblick-35752/ An article (in German) with overview of different open licenses and problems]&lt;br /&gt;
*[http://www.ifross.org/lizenz-center/ A detailed list (in German) of licenses]&lt;br /&gt;
*The Journal of Open Research Software (JORS) is a journal dedicated to publishing Open Source research software. It is therefore a useful outlet to publish software source code in, and then be able to reference it from other articles: [http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Choosing_a_license</id>
		<title>Choosing a license</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Choosing_a_license"/>
				<updated>2019-11-18T00:31:11Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: /* Other */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Why should you pick a license? =&lt;br /&gt;
&lt;br /&gt;
In other words, why not just put code online without a license? A license clarifies the conditions under which your code can be reused. In the absence of a license, the author still retains propietary copyright, and the conditions under which the code can be used are unclear.&amp;lt;ref name=&amp;quot;morin-etal-2012&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- website URL: http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002598 --&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Morin | first1 = Andrew&lt;br /&gt;
 | last2 = Urban | first2 = Jennifer&lt;br /&gt;
 | last3 = Sliz | first3 = Piotr&lt;br /&gt;
 | title = A quick guide to software licensing for the scientist-programmer&lt;br /&gt;
 | date = 26 July 2012&lt;br /&gt;
 | journal = PLOS Computational Biology&lt;br /&gt;
 | volume = 8&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | pages = e1002598&lt;br /&gt;
 | doi = 10.1371/journal.pcbi.1002598&lt;br /&gt;
 | issn = 1553-7358&lt;br /&gt;
 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable&lt;br /&gt;
 | access-date = 2016-12-10}} {{open access}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;{{rp|1}} A sentence like &amp;quot;feel free to use this code&amp;quot; does not improve the situation, because it does not clarify to what extent any possible user should &amp;quot;feel free&amp;quot; to use the code. Standard licenses provide pre-defined sets of standard conditions, which both providers and users only have to understand once, and can then later easily recognise and categorise.&lt;br /&gt;
&lt;br /&gt;
Also see &amp;quot;Why is an open-source licence useful?&amp;quot; on the Software Sustainability's [http://www.software.ac.uk/resources/guides/adopting-open-source-licence Choosing an open-source licence page] article.&lt;br /&gt;
&lt;br /&gt;
= Selecting a license =&lt;br /&gt;
&lt;br /&gt;
The most common licenses for a given artifact can be determined by its type: code, data, documentation, or other generic digital &amp;quot;creative work&amp;quot; (reports and figures). For any given project, ''these components can and should be licensed independently by type''.&lt;br /&gt;
&lt;br /&gt;
At the most basic level, one must decide on whether to use a copyleft license or a more permissive license. While copyleft assures that code changes by any future contributors must stay public, permissive licenses only require attribution in derived works.&lt;br /&gt;
&lt;br /&gt;
With these two distinctions (type of work, type of license), the following decision matrix can be drawn:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
! Code&lt;br /&gt;
! Data&lt;br /&gt;
! Documentation&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Copyleft&lt;br /&gt;
| GPL, (AGPL)&lt;br /&gt;
| ODbL&lt;br /&gt;
| {{nowrap|CC BY SA}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Permissive {{pad|1em}}&lt;br /&gt;
| ISC, MIT, BSD, Apache{{nnbsp}}&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;{{pad|1em}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
| {{nowrap|CC BY}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: left&amp;quot; | Public domain {{pad|1em}}&lt;br /&gt;
| not recommended{{pad|1em}}&lt;br /&gt;
| PDDL / CC0&lt;br /&gt;
| CC0&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; style=&amp;quot;font-size: smaller&amp;quot; | 1. These licenses are compatible with the GPL. This means that projects licensed under GPLv2 or GPLv3 can include code distributed with any of the indicated permissive licenses.&amp;lt;ref&amp;gt;[https://www.gnu.org/licenses/license-list.en.html GNU page on licenses.]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
UPDATE: Removed {{nowrap|CC BY SA}} from copyleft/data. It is not recommended for data.&lt;br /&gt;
&lt;br /&gt;
The following sections elaborate on both options for each type of work: code, data, documentation, and other.&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
The following minimal questions can give a guideline on whether one should choose a copyleft or a permissive license for a project. The Wikipedia article on [https://en.wikipedia.org/wiki/Free_software_license Free software licenses] gives an in-depth overview on both types and their properties.&lt;br /&gt;
&lt;br /&gt;
*Are you ok with your code becoming part of a '''closed-source''' commercial software product?&lt;br /&gt;
**No: GPL&lt;br /&gt;
**Yes: permissive licenses (MIT/BSD/Apache)&lt;br /&gt;
&lt;br /&gt;
*Do you want to '''force '''users to publish their improvements to your software, or to software they develop based on your software, under the same licence?&lt;br /&gt;
**No: permissive licenses (MIT/BSD/Apache). This makes the code more broadly usable, but also allows people to take the code without sharing their improvements.&lt;br /&gt;
**Yes: GPL. This ensures that any future changes and improvements to the code remain free and open&lt;br /&gt;
&lt;br /&gt;
=== Copyleft licenses ===&lt;br /&gt;
&lt;br /&gt;
Developers who use a GPL license must make the source code available if they share or sell an application built upon it. In this case, the source code must also contain any changes the developers may have made. If GPL code is used but not shared or sold, the code need not be published and any improvements may remain private. This has the important consequence that software written under such a license cannot be included in &amp;quot;non-free&amp;quot; software. The GPL family of licenses comprise:&lt;br /&gt;
&lt;br /&gt;
*GPL: the basic GPL license&lt;br /&gt;
*LGPL: Lesser GPL: permits non-free software to link to the LGPL-licensed software, which the GPL does not&lt;br /&gt;
*AGPL: Affero GNU GPL: this license closes a loophole in the GPL that permits somebody to operate a web application that uses GPL code, without making the code available to users&lt;br /&gt;
&lt;br /&gt;
More information, geared towards the use of copyleft licenses for code, can be found in the article [https://www.gnu.org/licenses/license-recommendations How to choose a license for your own work] on [https://www.gnu.org/ gnu.org].&lt;br /&gt;
&lt;br /&gt;
=== Permissive licenses ===&lt;br /&gt;
&lt;br /&gt;
The article [https://www.freebsd.org/doc/en/articles/bsdl-gpl/article.html Why you should use a BSD style license for your Open Source Project] on [https://www.freebsd.org/ freebsd.org] is recommended. The permissive licenses allow code to be re-used without restrictions, including the possibility of building commercial software whereby the new code is not made public.&lt;br /&gt;
&lt;br /&gt;
The site [http://choosealicense.com/ choosealicense.com] has a great three-column summary of the differences between the major open source licenses. Summarizing their explanations (with links to their license description pages):&lt;br /&gt;
&lt;br /&gt;
*The [http://choosealicense.com/licenses/mit MIT] license is a simple permissive license&lt;br /&gt;
*The [http://choosealicense.com/licenses/apache-2.0/ Apache License] adds an additional term explicitly granting the patent rights of code contributors to the users of such code&lt;br /&gt;
*The [http://choosealicense.com/licenses/bsd-2-clause/ BSD] license, or its newer even shorter successor [http://choosealicense.com/licenses/isc/ ISC] is virtually identical to MIT, but more succinctly worded&lt;br /&gt;
&lt;br /&gt;
One important aspect of all these licenses is the liability clause. This clause prohibits any code user from holding the code producers liable for damages arising from the use of the software code.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
Data in this context includes organized databases holding datasets. Special copyright rules may apply to databases, which, under European law, are protected in their own right, irrespective of the status of the data they contain.&lt;br /&gt;
&lt;br /&gt;
The go-to solution for data licenses comes from the [http://opendatacommons.org/ Open Data Commons] that have created the following three licenses, and a nice [http://opendatacommons.org/guide/ 2-minute guide] on the how and why of data licensing:&lt;br /&gt;
&lt;br /&gt;
*[http://opendatacommons.org/licenses/odbl/ Open Data Commons Open Database License (ODbL)]: this license is used by OpenStretMap&lt;br /&gt;
*The [http://opendatacommons.org/licenses/by/1.0/ Open Data Attribution License (ODC-BY)] (analogous to CC BY) differs from the ODbL mainly due to a missing copyleft clause. ODC-BY basically requires that the contributors to the original database be listed.&lt;br /&gt;
*[http://opendatacommons.org/licenses/pddl/summary/ Public Domain Dedication and License (PDDL)] is even more permissive and does not require attribution or force derived works to adopt specific license conditions&lt;br /&gt;
*Only version{{nbsp}}4.0 [http://creativecommons.org/ Creative Commons] licenses should be used for data. This version has improved provisions for datasets and databases. Please refer to the section [https://wiki.openmod-initiative.org/index.php?title=Choosing_a_license&amp;amp;action=edit&amp;amp;mode=wysiwyg&amp;amp;section=6#Other Other] for their properties. Recommended licenses are Public Domain (CC0) and CC-BY 4.0. Please note that CC-BY-SA is not recommended for data. See also the related question [http://opendata.stackexchange.com/questions/5995/are-creative-commons-licenses-suitable-for-data are CC licenses suitable for data?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
In December 2017, individuals in the openmod community made a written submission on the re-use of public sector information in Europe.&amp;lt;ref name=&amp;quot;morrison-etal-2017&amp;quot;&amp;gt;{{cite book | last1 = Morrison | first1 = Robbie | last2 = Brown | first2 = Tom | last3 = De Felice | first3 = Matteo | title = Submission on the re-use of public sector information: with an emphasis on energy system datasets — Release 09 | date = 10 December 2017 | location = Berlin, Germany | url = https://forum.openmod-initiative.org/uploads/default/original/1X/d659fda325438884e6e78b372772ed7069633f97.pdf | access-date = 2017-12-13}} Creative Commons CC BY 4.0 license. {{open access}}&amp;lt;/ref&amp;gt; The openmod forum has a dedicated [https://forum.openmod-initiative.org/t/re-use-of-public-sector-information/476 thread].&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
If you would like your model documentation to be used verbatim on Wikipedia, you need to use one of these Creative Commons licenses:&lt;br /&gt;
&lt;br /&gt;
*CC BY, all versions and ports up to and including 4.0&lt;br /&gt;
*CC BY-SA, versions 1.0, 2.0, 2.5, and 3.0&lt;br /&gt;
&lt;br /&gt;
However CC BY-SA 4.0 is '''not''' compatible with Wikipedia. For more information, please see the [https://en.wikipedia.org/wiki/Wikipedia:FAQ/Copyright#Can_I_add_something_to_Wikipedia_that_I_got_from_somewhere_else.3F Wikipedia compatibility table]. The Wikimedia Foundation ran a community discussion on an upgrade to a CC BY-SA 4.0 license in November 2016, but the outcome has not been announced. If this exercise is successful then the compatibility problem just noted will disappear.&lt;br /&gt;
&lt;br /&gt;
The [https://www.gnu.org/copyleft/fdl.html GNU Free Documentation License 1.3] (FDLv1.3) is the GNU alternative to a Creative Commons license.&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org GNU] also recommends '''not''' using the following licenses for free documentation:&lt;br /&gt;
&lt;br /&gt;
*CC-NC (non-commercial) license of any form&lt;br /&gt;
*CC-ND (no derivatives) license of any form&lt;br /&gt;
&lt;br /&gt;
For more information, please see [https://www.gnu.org/licenses/license-list.html#NonFreeDocumentationLicenses GNU page on nonfree documentation licenses].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
The Creative Commons family of licenses are probably the most widely known. As of December 2016, the fourth version of these licenses is current. First, the two &amp;quot;free licenses&amp;quot; are presented:&lt;br /&gt;
&lt;br /&gt;
*[http://creativecommons.org/licenses/by/4.0/ CC BY] (short for attributions, the &amp;quot;by&amp;quot; refers to authoring): requires that the source be named when sharing the original work or any derived work&lt;br /&gt;
*[http://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA]: similar to the GPL in that it requires any derived works to be published under a &amp;quot;compatible&amp;quot; (easiest is the same) license. It is the license used by Wikipedia for articles. Version 4.0 is fully compatible with the GPLv3 (software) license. This license is not recommended for Open Data &amp;lt;span class=&amp;quot;tlid-translation translation&amp;quot;&amp;gt;&amp;lt;span title=&amp;quot;&amp;quot;&amp;gt;because there is an incompatibility with the much used OSM data (ODbL) and other copyleft data!&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Only the two previous CC licenses qualify as &amp;quot;free&amp;quot; licenses, as they do not restrict what a user may do with the licensed work. Two &amp;quot;non-free&amp;quot; license components are presented:&lt;br /&gt;
&lt;br /&gt;
*CC NC: the non-commercial option allows one to prohibit any &amp;quot;commercial&amp;quot; usage of their work. However, it is notoriously hard to define ''exactly what constitutes'' a commercial activity. This issue is explained in detail in the brochure [http://openglam.org/files/2013/01/iRights_CC-NC_Guide_English.pdf Consequences, risks and side-effects of the license module &amp;quot;non-commercial use only&amp;quot;]. In any case, the two licenses which result from this component are [http://creativecommons.org/licenses/by-nc/4.0/ CC BY-NC] and, with the share-alike option, [http://creativecommons.org/licenses/by-nc-sa/4.0/ CC BY-NC-SA].&lt;br /&gt;
*CC ND (short for no derivatives): this option is available If you do not want changes or improvements to your work to be shared or redistributed. Its main use is by musicians who want to share their music with listeners, but do not wish to allow remixes or cover versions. The resulting licenses are [http://creativecommons.org/licenses/by-nd/4.0/ CC BY-ND] or, by combining it with the NC option, [http://creativecommons.org/licenses/by-nc-nd/4.0/ CC BY-NC-ND].&lt;br /&gt;
&lt;br /&gt;
For inspiration, the Creative Commons homepage lists [https://creativecommons.org/examples a host of example projects licensed under all different licenses] to give an impression of the contexts that triggered various individuals to select a particular license.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= FAQ =&lt;br /&gt;
&lt;br /&gt;
== Why is it a bad idea to use Creative Commons licenses for code? ==&lt;br /&gt;
&lt;br /&gt;
The long answer is given in [http://opensource.stackexchange.com/questions/1717/why-is-cc-by-sa-discouraged-for-code Why is CC BY-SA discouraged for code?] on StackExchange.&lt;br /&gt;
&lt;br /&gt;
The short answer is that the CC licenses are written for creative works (music, film, texts), not software code. Therefore, a CC license leaves many important details (what consitutes a &amp;quot;derived&amp;quot; work, is linking allowed, what about patents?) unspecified. The conclusion: don not use CC licenses for code.&lt;br /&gt;
&lt;br /&gt;
== At what point should I choose or change a license? ==&lt;br /&gt;
&lt;br /&gt;
You should determine and add a licence '''prior''' to the '''first''' release of your project. Ideally that would include “small” releases within your research institute or organization.&lt;br /&gt;
&lt;br /&gt;
Can I change the licence? The important thing is that, when you receive a copy of the source code with a particular license, you have been granted that license. So as long as the license does not have a revocation clause, it is permanent. See the related question on StackOverflow: [http://stackoverflow.com/questions/3498237/what-happens-when-an-open-source-project-changes-its-license What happens when an open source project changes its license?]&lt;br /&gt;
&lt;br /&gt;
A license can be changed. You can swap the licence for the next version or release if '''all''' contributors (meaning copyright holders) agree or have previously agreed to the possibility of doing so, usually via a contributor agreement. Search for &amp;quot;contributor (license/assignment) agreement&amp;quot; online, for pointers on how to enable this up front. See also the [http://opensource.org/faq#contributor-agreements FAQ on contributor agreements on opensource.org], [http://wiki.civiccommons.org/Contributor_Agreements Civic Commons article on contributor agreements].&lt;br /&gt;
&lt;br /&gt;
== What does sublicensing mean? ==&lt;br /&gt;
&lt;br /&gt;
Sublicensing allows somebody to relicense all or part of the licensed software, for example, to use BSD-licensed code in a closed-source commercial application.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The basic idea ... is that if this is granted, a licensee can become a licensor of some of the rights of the grant they received regardless of any other claim they may have to copyright control over what they distribute.&amp;quot; Source: [https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means https://programmers.stackexchange.com/questions/189633/what-sublicense-actually-means]&lt;br /&gt;
&lt;br /&gt;
= Seeking advice =&lt;br /&gt;
&lt;br /&gt;
Questions related to the selection and use of open source licenses can be posted to our [https://groups.google.com/d/forum/openmod-initiative mailing list]. But remember that the list is public and its traffic is indexed by search engines.&lt;br /&gt;
&lt;br /&gt;
= Further reading =&lt;br /&gt;
&lt;br /&gt;
*The Software Sustainability Institute (UK) provides [http://www.software.ac.uk/resources/guides/adopting-open-source-licence information and answers to frequently asked questions]. The questions dealt with include:&lt;br /&gt;
**“Why is an open-source licence useful?”&lt;br /&gt;
**“How can I tell the difference between open-source licences?”&lt;br /&gt;
**“What happens if I am using someone else's code in my software?”&lt;br /&gt;
**“What do I need to do before applying my choice of licence?”&lt;br /&gt;
&lt;br /&gt;
*This Nature commentary article dispels common excuses for not publishing scientific code and argues that code should be published more frequently:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Barnes | first1 = Nick&lt;br /&gt;
 | title = Publish your computer code: it is good enough&lt;br /&gt;
 | date = 13 October 2010&lt;br /&gt;
 | journal = Nature News&lt;br /&gt;
 | volume = 467&lt;br /&gt;
 | issue = 7317&lt;br /&gt;
 | pages = 753–753&lt;br /&gt;
 | doi = 10.1038/467753a&lt;br /&gt;
 | issn = 0028-0836&lt;br /&gt;
 | url = http://www.nature.com/news/2010/101013/pdf/467753a.pdf&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*The following paper contains a good overview of different licenses and some of the questions one might ask when deciding on a license, from the point of view of a programming scientist:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
 | last1 = Morin | first1 = Andrew&lt;br /&gt;
 | last2 = Urban | first2 = Jennifer&lt;br /&gt;
 | last3 = Sliz | first3 = Piotr&lt;br /&gt;
 | title = A quick guide to software licensing for the scientist-programmer&lt;br /&gt;
 | date = 27 July 2012&lt;br /&gt;
 | journal = PLOS Computational Biology&lt;br /&gt;
 | volume = 8&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | pages = e1002598&lt;br /&gt;
 | doi = 10.1371/journal.pcbi.1002598&lt;br /&gt;
 | issn = 1553-7358&lt;br /&gt;
 | url = http://journals.plos.org/ploscompbiol/article/file?id=10.1371/journal.pcbi.1002598&amp;amp;type=printable&lt;br /&gt;
 | access-date = 2016-12-10&lt;br /&gt;
}} {{open access}}&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[https://tldrlegal.com/ TLDRlegal.com] summarizes a wide range of popular licenses in an easy to read format&lt;br /&gt;
*Help for choosing a license for software from GitHub at [http://choosealicense.com/ ChooseALicense.com]&lt;br /&gt;
*[http://opensource.org Opensource.org]: lots of helpful information especially under the FAQ (provides, for instance, an aswer to “Why not use CC for code?”)&lt;br /&gt;
**Open Source Licenses: wallow in the abundance of licenses out there, then come back to the FAQ and read “Which Open Source license should I choose to release my software under?”&lt;br /&gt;
&lt;br /&gt;
*[https://www.wbs-law.de/it-recht/open-source-lizenzen-ein-uberblick-35752/ An article (in German) with overview of different open licenses and problems]&lt;br /&gt;
*[http://www.ifross.org/lizenz-center/ A detailed list (in German) of licenses]&lt;br /&gt;
*The Journal of Open Research Software (JORS) is a journal dedicated to publishing Open Source research software. It is therefore a useful outlet to publish software source code in, and then be able to reference it from other articles: [http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Open_journals</id>
		<title>Open journals</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Open_journals"/>
				<updated>2019-05-17T22:43:17Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This page contains a list of full open access journals in which energy research and energy modeling software can be published. The information here (including publication fees and article lengths) refers to full-length articles based on original research.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most journals require a publication fee (also known as an article processing charge or APC) to be paid by the submitter on acceptance. The fee can be as high as €1800, but some journals have a waiver policy for non-funded authors. To apply for a partial or full exemption, you will need to submit the institutional affiliations of the authors, the details of your project, and any sources of funding you receive. You also need to apply prior to or at the time of submission.&lt;br /&gt;
&lt;br /&gt;
Some conventional journals allow authors to buy out their restricted access. These are known as hybrid open access journals and their APCs tends to be higher, in line with their better impact factors.&lt;br /&gt;
&lt;br /&gt;
Only one journal, the [[#Journal_of_Open_Research_Software|Journal of Open Research Software]], is dedicated to software and it covers all areas of science. Only two support energy economics. The remainder are either oriented towards engineering topics or broad in scope.&lt;br /&gt;
&lt;br /&gt;
The [https://doaj.org/ Directory of Open Access Journals] (DOAJ) maintains a directory of open access journals.&lt;br /&gt;
&lt;br /&gt;
''Note'': Feel free to shift journals between the established and less known categories or remove them altogether, particularly if you know something of their reputation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 743px&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&amp;lt;br/&amp;gt;&lt;br /&gt;
! License&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 72px&amp;quot; | Fee&lt;br /&gt;
! style=&amp;quot;width: 122px&amp;quot; | Coverage&lt;br /&gt;
! style=&amp;quot;width: 38px&amp;quot; | DOAJ Seal&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 55px&amp;quot; | IF&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energies|Energies]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1500&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | &amp;lt;span id=&amp;quot;journalImpactFactorPopUp-1040-outerCt&amp;quot; style=&amp;quot;display: table; width: 100%; table-layout: fixed; height: 100%&amp;quot;&amp;gt;2.676 (2017)&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_and_Policy_Research|Energy and Policy Research]]{{nbsp}}*&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€1400&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Reports|Energy Reports]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1300&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Science_.26_Engineering|Energy Science &amp;amp; Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1429&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Strategy_Reviews|Energy Strategy Reviews]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1100&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.164 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy.2C_Sustainability_and_Society|Energy, Sustainability and Society]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1180&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | complex issues&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 1.625 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontiers_in_Energy_Research|Frontiers in Energy Research]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€1800&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy systems and policy&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_and_Environmental_Engineering_.28IJEEE.29|Int J of Energy and Environmental Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_Economics_and_Policy_.28IJEEP.29|Int J of Energy Economics and Policy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €280&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy economics&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Sustainable_Energy_Planning_and_Management|Int J of Sustainable Energy Planning and Management]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC-ND&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Open_Research_Software|Journal of Open Research Software]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€360&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | software oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Sustainability_-_Special_Issue_Smart_Power_Grid_for_Sustainable_Energy_Transition|Sustainability]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1200&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.075 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Modern_Power_Systems_and_Clean_Energy|Journal of Modern Power Systems and Clean Energy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | power systems&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.122 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; style=&amp;quot;font-size: 85%; width: 671px&amp;quot; | &lt;br /&gt;
*Only the '''least restrictive license''' is recorded. See elsewhere for alternative options and for details of the license version in use.&lt;br /&gt;
*The '''publication fees are indicative'''. Consult the text here, the journal website, and/or an exchange rate calculator for better information. Waiver policies for non-funded authors and for authors from developing countries may apply. The † indicates that the publication fee may be '''partially or fully waived''' for non-funded authors.&amp;lt;br/&amp;gt;&lt;br /&gt;
*The * indicates that the '''journal has ceased'''.&lt;br /&gt;
*&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; The [https://blog.doaj.org/tag/doaj-seal/ DOAJ Seal] is an indicator for high quality of an open access journal in terms of best-practice.&lt;br /&gt;
*&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;lt;span&amp;gt;Clarivate Analytics (&amp;lt;/span&amp;gt;Thomson Reuters) [https://jcr.incites.thomsonreuters.com/JCRJournalHomeAction.action Impact Factor]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Established journals =&lt;br /&gt;
&lt;br /&gt;
== Energies ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energies'' is an open access journal of related scientific research, technology development, and policy and management studies. Its aim is to encourage scientists to publish their experimental and theoretical results in as much detail as possible. The full experimental details must be provided so that the results can be reproduced. The publisher's keywords comprise: energy sources, energy saving, and energy efficiency.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/energies http://www.mdpi.com/journal/energies]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2008&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restrictions&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/1996-1073 1996-1073]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1996-1073 https://doaj.org/toc/1996-1073]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:[https://en.wikipedia.org/wiki/Energies_(journal) https://en.wikipedia.org/wiki/Energies (journal)]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1800 / ~€1500 ([https://www.mdpi.com/journal/energies/apc as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy and Policy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:'''This journal has ceased (2018)'''.&lt;br /&gt;
:''Energy and Policy Research'' publishes articles on engineering, science, technology, policy, and management related to energy systems. Topics include: advanced power cycles, governmental policies on energy, carbon mitigation technologies including clean coal and carbon capture, hydrogen and fuel cells, energy generation, conversion, storage, and transmission, market-based energy planning, economic, social, and environmental aspects of energy policies, micro- and nano-energy systems, energy supply security, nuclear energy, renewable energy including wind, solar, hydro, geothermal, and biomass, and thermal and fluid design of energy systems.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.tandfonline.com/toc/uetp21/current http://www.tandfonline.com/toc/uetp21/current]&lt;br /&gt;
;Summary&lt;br /&gt;
:broad coverage, including public energy policy and market-based energy planning&lt;br /&gt;
;Length&lt;br /&gt;
:8000 words (inclusive recommended length)&lt;br /&gt;
:LaTeX and MS Word support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Taylor &amp;amp; Francis Group&lt;br /&gt;
;Based&lt;br /&gt;
:USA&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2381-5639 2381-5639]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2381-5639 https://doaj.org/toc/2381-5639]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC&lt;br /&gt;
;Notes&lt;br /&gt;
:previously known as ''Energy Technology &amp;amp; Policy: An Open Access Journal''&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / €1400 (in 2016)&lt;br /&gt;
:membership and offset discounts can apply&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Energy Reports ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Reports'' is an online multidisciplinary open access journal which focuses on publishing new research in the area of energy with a rapid review and publication time. ''Energy Reports'' will be open to direct submissions and also to submissions from other Elsevier energy journals, whose editors have determined that ''Energy Reports'' would be a better fit.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:Direct submissions to the journal can be on any aspect of energy research, either from a technical engineering viewpoint or from a social research aspect. All energy subject areas will be considered (for example, renewables, fossil, nuclear).&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.journals.elsevier.com/energy-reports/ http://www.journals.elsevier.com/energy-reports/]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in November 2015&lt;br /&gt;
:energy research including engineering and social aspects&lt;br /&gt;
;Length&lt;br /&gt;
:4000 words (excluding references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2352-4847 2352-4847]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2352-4847 https://doaj.org/toc/2352-4847]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author's choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / ~€1300 ([https://www.elsevier.com/journals/egyr/2352-4847/open-access-journal as of February 2019])&lt;br /&gt;
:waiver policy for developing countries&lt;br /&gt;
&lt;br /&gt;
== Energy Science &amp;amp; Engineering ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Science &amp;amp; Engineering'' is a peer reviewed, open access journal dedicated to fundamental and applied research on energy and supply and use. The journal is published as a co-operative venture of Wiley and SCI ([http://www.soci.org/ Society of Chemical Industry]). Topics include, but are not limited to the following areas:&lt;br /&gt;
:*general energy: impact of production of electricity, heat and fuels, efficiency: built environment, industry and transport, systems, policy, legislation and planning, and cycle analysis&lt;br /&gt;
:*fossil fuels: carbon capture and storage (CCS) and reduction of other pollutants (NOx, SOx, etc)&lt;br /&gt;
:*energy storage: thermal energy storage and chemical energy storage&lt;br /&gt;
:*nuclear energy: nuclear reprocessing and breeder reactors, subcritical reactors, waste reduction/management, safety&lt;br /&gt;
:*renewable energy: solar energy and photovoltaics, hydrogen, batteries and fuel cells, wind energy, marine energy and hydropower, geothermal energy, and other renewables&lt;br /&gt;
:*power engineering: electric power systems, electric power electronics, cogeneration and combined heat and power, distributed power generation, microgeneration, power distribution and grid modernisation, and power management and modelling&lt;br /&gt;
&lt;br /&gt;
;Website&lt;br /&gt;
:[http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505 http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in April 2013&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:preferred formats are MS Word and RTF, limited support for LaTeX&lt;br /&gt;
;Publisher&lt;br /&gt;
:Wiley&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2050-0505 2050-0505]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2050-0505 https://doaj.org/toc/2050-0505]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 3.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1429 / US$1900 / £1216 ([https://onlinelibrary.wiley.com/page/journal/20500505/homepage/article.htm as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy Strategy Reviews ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Strategy Reviews'' is a peer-reviewed platform for publishing research related to the planning and implementation of energy strategies, ideally through quantitative studies that advance the use of energy systems models. The types of papers published by this journal include analyses, methodologies, case studies and reviews. Report reviews and viewpoints are published only by invitation.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.journals.elsevier.com/energy-strategy-reviews/ https://www.journals.elsevier.com/energy-strategy-reviews/]&lt;br /&gt;
;Summary&lt;br /&gt;
:the first volume was published in March 2012&lt;br /&gt;
:became a gold open access journal in January 2019&lt;br /&gt;
;Length&lt;br /&gt;
:10-12 pp for analysis and methodology articles&lt;br /&gt;
:4 pp for case study articles&lt;br /&gt;
:1-5 pp for short reviews or report reviews&lt;br /&gt;
:2-4 pp for viewpoint or energy vision&lt;br /&gt;
:LaTeX template available&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:Amsterdam, Netherlands&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2211-467X 2211-467X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:none&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author's choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1250 /~€1100 for articles submitted before 31 December 2019&lt;br /&gt;
:US$2500 /~€2200 for articles submitted after 31 December 2019&lt;br /&gt;
&lt;br /&gt;
== Energy, Sustainability and Society ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This journal offers a forum for discourse on systemic challenges at the intersection of energy, sustainability and society for natural scientists, engineers, social and political scientists and industry experts. It is the particular aim of this journal to publish inter‐ and cross‐disciplinary papers that provide a substantial contribution to the holistic innovation of sustainable energy systems.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The scope of the journal encompasses the whole innovation process, ranging from scientific research to both innovative approaches for technology implementation and the analysis of economic, social and environmental impacts of sustainable energy systems. Papers that integrate at least two dimensions of the energy, sustainability and society nexus and contribute to new holistic system solutions for the development of novel future energy are welcomed. The journal strives to publish early scientific opinions on issues, which are just emerging and require crosscutting and creative thinking.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://energsustainsoc.biomedcentral.com/ https://energsustainsoc.biomedcentral.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:publication opened up in 2011&lt;br /&gt;
:interdisciplinary focus on complex issues concerning science, environment, technology, and society&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2192-0567 2192-0567]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2192-0567 https://doaj.org/toc/2192-0567]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Notes&lt;br /&gt;
:SpringerOpen Copyright and License Agreement applies&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1180 / US$1390 / £990 ([https://energsustainsoc.biomedcentral.com/submission-guidelines/fees-and-funding as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Frontiers in Energy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This section of the open access journal FRONTIERS welcomes the submission of studies that examine the characteristics of new energy sources in a systemic way, such as the energy yield, the economic return, the pollution effects, and the sustainability of the system in terms of the natural resources that must be engaged.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research http://journal.frontiersin.org/journal/energy-research]&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy systems and policy (one of twelve sections)&lt;br /&gt;
;Length&lt;br /&gt;
:12{{nnbsp}}000 words&lt;br /&gt;
:MS Word and LaTeX templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2296-598X 2296-598X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2296-598X https://doaj.org/toc/2296-598X]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY (version not specified)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1900 (€1800 in 2016)&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environmental Engineering (IJEEE) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal provides a focus for activities concerning the development, assessment and management of energy and environmental engineering related programs. The following topical areas are covered: input-output analyses relating to energy-consuming systems, careful resource or reserve assessments of all types, energy conservation measures and their implementations, incisive evaluation of energy- system management, environmental- impact assessments, and policy alternatives stressing economic implications, bio- reactions and bio-engineering, geothermal energy, marine and hydroelectric energy, nuclear energy, solar energy, wind energy, energy conversion, energy efficient buildings, energy storage, power distribution, and renewable energy resource assessment and transportation.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/engineering/energy+technology/journal/40095 http://www.springer.com/engineering/energy+technology/journal/40095]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy and environmental engineering&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:MS Word and LaTeX (if using mathematics) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2008-9163 2008-9163]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2008-9163 https://doaj.org/toc/2008-9163]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:Publication costs are covered by Islamic Azad University, Iran&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy Economics and Policy (IJEEP) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal seeks articles in the areas of energy economics, energy policy and related disciplines. Topics include, but are not limited to: energy consumption, electricity consumption, economic growth and energy, energy policy, energy planning, energy forecasting, energy pricing, energy politics, energy financing, energy efficiency, energy modelling, energy use, energy and the environment, energy systems, and renewable energy.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.econjournals.com/index.php/ijeep/ http://www.econjournals.com/index.php/ijeep/]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy economics and energy policy&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:LibreOffice, MS Word, RTF, and WordPerfect (but not LaTeX) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:EconJournals&lt;br /&gt;
;Based&lt;br /&gt;
:Turkey&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2146-4553 2146-4553]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2146-4553 https://doaj.org/toc/2146-4553]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$300 (€280 in 2016)&lt;br /&gt;
&lt;br /&gt;
== International Journal of Sustainable Energy Planning and Management ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal is an international interdisciplinary journal in sustainable energy planning and management combining engineering and social science within energy system analysis, feasibility studies and public regulation. The journal focuses on the following three areas:&lt;br /&gt;
:*energy system analysis including theories, methodologies, data handling and software tools as well as specific models and analyses at local, regional, country and/or global level&lt;br /&gt;
:*economics, socio-economics and feasibility studies including theories and methodologies of institutional economics as well as specific feasibility studies and analyses&lt;br /&gt;
:*public regulation and management including theories and methodologies as well as specific analyses and proposals in the light of the implementation and transition into sustainable energy systems&lt;br /&gt;
&lt;br /&gt;
:The journal is sponsor-financed with open access for both readers and authors.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://journals.aau.dk/index.php/sepm https://journals.aau.dk/index.php/sepm]&lt;br /&gt;
;Summary&lt;br /&gt;
:sustainable energy system analysis combining engineering and social science&lt;br /&gt;
;Length&lt;br /&gt;
:5000–8000 words (in total, including references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Aalborg University Press&lt;br /&gt;
;Based&lt;br /&gt;
:Denmark&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2246-2929 2246-2929]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2246-2929 https://doaj.org/toc/2246-2929]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC-ND 3.0 (although the license notice is absent in downloaded PDFs)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:none (see above)&lt;br /&gt;
&lt;br /&gt;
== Journal of Open Research Software ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The open access ''Journal of Open Research Software'' (JORS) is dedicated to publishing open source research software. It is therefore a useful outlet in which to publish software source code, and then be able to cite the software from other articles.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The journal features peer reviewed software metapapers describing research software with high reuse potential. We are working with a number of specialist and institutional repositories to ensure that the associated software is professionally archived, preserved, and is openly available. Equally importantly, the software and the papers will be citable, and reuse will be tracked.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS also publishes full-length research papers that cover different aspects of creating, maintaining and evaluating open source research software. The aim of the section is to promote the dissemination of best practice and experience related to the development and maintenance of reusable, sustainable research software.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS believes that only the CC BY license meets the requirements for true open access for books and journals, and strongly prefers CC0 for open research data.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:principally for short peer reviews of software and associated code, research papers are not common&lt;br /&gt;
:reviewers will download, test, and assess the associated code&lt;br /&gt;
;Length&lt;br /&gt;
:software reviews are short&lt;br /&gt;
:research papers are limited to 4000 words and few references&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2049-9647 2049-9647]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2049-9647 https://doaj.org/toc/2049-9647]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0 (text)&lt;br /&gt;
:CC0 (public domain, strongly preferred for data)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:£100 (€120 in 2016) for software reviews&lt;br /&gt;
:£300 (€360 in 2016) for research papers&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Sustainability - Special Issue Smart Power Grid for Sustainable Energy Transition ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:A special issue of Sustainability (ISSN 2071-1050). This special issue belongs to the section &amp;quot;Energy Sustainability&amp;quot;. Deadline for manuscript submissions: '''30 August 2018'''&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:This Special Issue invites submissions of cross-disciplinary and empirical studies from several fields of economics, business strategy, innovations, environmental impact studies, engineering, public policy, sustainability and consumer research. Since the smart grid and its impacts on sustainable energy transition is manifested differently in different countries and on different continents, a wide range of contributions are invited from all over the globe.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.&lt;br /&gt;
;Publisher&lt;br /&gt;
:—&lt;br /&gt;
;Based&lt;br /&gt;
:—&lt;br /&gt;
;ISSN&lt;br /&gt;
:2071-1050&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2071-1050 https://doaj.org/toc/2071-1050]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1400&lt;br /&gt;
&lt;br /&gt;
== Journal of Modern Power Systems and Clean Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&amp;lt;br/&amp;gt;&lt;br /&gt;
:''Journal of Modern Power Systems and Clean Energy'' is dedicated to presenting top-level academic achievements in the fields of modern power systems and clean energy by international researchers and engineers, and is endeavoured to serve as a bridge between Chinese and global researchers in the power industry.&lt;br /&gt;
:.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565 http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:not specified&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:China&lt;br /&gt;
;ISSN&lt;br /&gt;
:&amp;lt;span&amp;gt;&amp;lt;span&amp;gt;2196-5420&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2196-5420 https://doaj.org/toc/2196-5420]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&amp;lt;br/&amp;gt;&lt;br /&gt;
:none&lt;br /&gt;
::Publication costs&amp;amp;nbsp;are covered by State Grid Electric Power Research Institute&amp;lt;span&amp;gt;, China.&amp;lt;/span&amp;gt;&lt;br /&gt;
::&amp;lt;span&amp;gt;Co-publication with State Grid Electric Power Research Institute&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Less known journals =&lt;br /&gt;
&lt;br /&gt;
An appearance here does not imply an endorsement. You will need to make your own determination as to the quality of each journal listed.&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environment (IJEE) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:all areas of energy and the environment&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2076-2909 https://doaj.org/toc/2076-2909]&lt;br /&gt;
;Based&lt;br /&gt;
:Iraq&lt;br /&gt;
&lt;br /&gt;
== International Journal of Renewable Energy Development (IJRED) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:renewable energy research and development&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2252-4940 https://doaj.org/toc/2252-4940]&lt;br /&gt;
;Based&lt;br /&gt;
:Indonesia&lt;br /&gt;
&lt;br /&gt;
== Journal of Sustainable Development of Energy, Water and Environment Systems (JSDEWES) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:methods, policies and technologies for increasing the sustainability of development by de-coupling growth from natural resources and replacing them with a knowledge-based economy&lt;br /&gt;
;Link&lt;br /&gt;
:[http://www.sdewes.org/jsdewes/index.php http://www.sdewes.org/jsdewes/index.php]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1848-9257 https://doaj.org/toc/1848-9257]&lt;br /&gt;
;Fee&lt;br /&gt;
:50€-250€ +VAT(25%)&lt;br /&gt;
;Based&lt;br /&gt;
:Croatia&lt;br /&gt;
&lt;br /&gt;
= Conferences and Workshops =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&lt;br /&gt;
! License&lt;br /&gt;
! Fee&lt;br /&gt;
! Coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#ACM_e_Energy|ACM e-Energy]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | [http://www.acm.org/publications/policies/copyright-and-license-forms ACM Agreements]&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. USD200 - USD500&lt;br /&gt;
| broad coverage (more engineering oriented)&lt;br /&gt;
|-&lt;br /&gt;
| [[#D_A_CH_Conference_on_Energy_Informatics|D-A-CH+ Conference on Energy Informatics]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. €100 - €500&lt;br /&gt;
| broad coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#Future_Technologies_Conference|Future Technologies Conference]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| broad coverage&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ACM e-Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:International Conference on Future Energy Systems (''ACM e-Energy'') is an international conference on future energy covering topics such as monitoring and control, energy efficient computing, electric vehicle routing and topics tackling problems in the future and todays power grid.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.sigcomm.org/events/eenergy-conference http://www.sigcomm.org/events/eenergy-conference]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2010&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:restrictions changing&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;ISBN&lt;br /&gt;
:[http://dblp2.uni-trier.de/db/conf/bcb/ [1]]&lt;br /&gt;
&lt;br /&gt;
== D-A-CH+ Conference on Energy Informatics ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''D-A-CH+ Conference on Energy Informatics'' is a future energy conference meant for the knowledge exchange in the German-Austrian-Swiss region. However, the conference becomes more and more international.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2012&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
&lt;br /&gt;
== Future Technologies Conference ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Future Technologies Conference'' (FTC) is an international conference in the areas of Computing, Electronics, AI, Robotics, Security and Communications.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2016 (?)&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
:&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Open_journals</id>
		<title>Open journals</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Open_journals"/>
				<updated>2019-02-18T13:21:25Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This page contains a list of full open access journals in which energy research and energy modeling software can be published. The information here (including publication fees and article lengths) refers to full-length articles based on original research.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most journals require a publication fee (also known as an article processing charge or APC) to be paid by the submitter on acceptance. The fee can be as high as €1800, but some journals have a waiver policy for non-funded authors. To apply for a partial or full exemption, you will need to submit the institutional affiliations of the authors, the details of your project, and any sources of funding you receive. You also need to apply prior to or at the time of submission.&lt;br /&gt;
&lt;br /&gt;
Some conventional journals allow authors to buy out their restricted access. These are known as hybrid open access journals and their APCs tends to be higher, in line with their better impact factors.&lt;br /&gt;
&lt;br /&gt;
Only one journal, the [[#Journal_of_Open_Research_Software|Journal of Open Research Software]], is dedicated to software and it covers all areas of science. Only two support energy economics. The remainder are either oriented towards engineering topics or broad in scope.&lt;br /&gt;
&lt;br /&gt;
The [https://doaj.org/ Directory of Open Access Journals] (DOAJ) maintains a directory of open access journals.&lt;br /&gt;
&lt;br /&gt;
''Note'': Feel free to shift journals between the established and less known categories or remove them altogether, particularly if you know something of their reputation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Overview&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 743px&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&amp;lt;br/&amp;gt;&lt;br /&gt;
! License&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 72px&amp;quot; | Fee&lt;br /&gt;
! style=&amp;quot;width: 122px&amp;quot; | Coverage&lt;br /&gt;
! style=&amp;quot;width: 38px&amp;quot; | DOAJ Seal&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 55px&amp;quot; | IF&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energies|Energies]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1500&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | &amp;lt;span id=&amp;quot;journalImpactFactorPopUp-1040-outerCt&amp;quot; style=&amp;quot;display: table; width: 100%; table-layout: fixed; height: 100%&amp;quot;&amp;gt;2.676 (2017)&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_and_Policy_Research|Energy and Policy Research]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€1400&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Reports|Energy Reports]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1300&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Science_.26_Engineering|Energy Science &amp;amp; Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1429&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Strategy_Reviews|Energy Strategy Reviews]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&amp;lt;br/&amp;gt;CC BY-NC-ND&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1100&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy strategy&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.164 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy.2C_Sustainability_and_Society|Energy, Sustainability and Society]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1180&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | complex issues&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 1.625 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontiers_in_Energy_Research|Frontiers in Energy Research]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€1800&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy systems and policy&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_and_Environmental_Engineering_.28IJEEE.29|Int J of Energy and Environmental Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_Economics_and_Policy_.28IJEEP.29|Int J of Energy Economics and Policy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €280&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy economics&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Sustainable_Energy_Planning_and_Management|Int J of Sustainable Energy Planning and Management]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC-ND&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Open_Research_Software|Journal of Open Research Software]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€360&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | software oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Sustainability_-_Special_Issue_Smart_Power_Grid_for_Sustainable_Energy_Transition|Sustainability]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1200&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.075 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Modern_Power_Systems_and_Clean_Energy|Journal of Modern Power Systems and Clean Energy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | power systems&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.122 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; style=&amp;quot;font-size: 85%; width: 671px&amp;quot; | &lt;br /&gt;
*Only the '''least restrictive license''' is recorded. See elsewhere for alternative options and for details of the license version in use.&lt;br /&gt;
*The '''publication fees are indicative'''. Consult the text here, the journal website, and/or an exchange rate calculator for better information. Waiver policies for non-funded authors and for authors from developing countries may apply. The † indicates that the publication fee may be '''partially or fully waived''' for non-funded authors.&amp;lt;br/&amp;gt;&lt;br /&gt;
*&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; The [https://blog.doaj.org/tag/doaj-seal/ DOAJ Seal] is an indicator for high quality of an open access journal in terms of best-practice.&lt;br /&gt;
*&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;lt;span&amp;gt;Clarivate Analytics (&amp;lt;/span&amp;gt;Thomson Reuters) [https://jcr.incites.thomsonreuters.com/JCRJournalHomeAction.action Impact Factor]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Established journals =&lt;br /&gt;
&lt;br /&gt;
== Energies ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energies'' is an open access journal of related scientific research, technology development, and policy and management studies. Its aim is to encourage scientists to publish their experimental and theoretical results in as much detail as possible. The full experimental details must be provided so that the results can be reproduced. The publisher's keywords comprise: energy sources, energy saving, and energy efficiency.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/energies http://www.mdpi.com/journal/energies]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2008&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restrictions&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/1996-1073 1996-1073]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1996-1073 https://doaj.org/toc/1996-1073]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:[https://en.wikipedia.org/wiki/Energies_(journal) https://en.wikipedia.org/wiki/Energies (journal)]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1800 / ~€1500 ([https://www.mdpi.com/journal/energies/apc as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy and Policy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:'''This journal has ceased (2018)'''.&lt;br /&gt;
:''Energy and Policy Research'' publishes articles on engineering, science, technology, policy, and management related to energy systems. Topics include: advanced power cycles, governmental policies on energy, carbon mitigation technologies including clean coal and carbon capture, hydrogen and fuel cells, energy generation, conversion, storage, and transmission, market-based energy planning, economic, social, and environmental aspects of energy policies, micro- and nano-energy systems, energy supply security, nuclear energy, renewable energy including wind, solar, hydro, geothermal, and biomass, and thermal and fluid design of energy systems.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.tandfonline.com/toc/uetp21/current http://www.tandfonline.com/toc/uetp21/current]&lt;br /&gt;
;Summary&lt;br /&gt;
:broad coverage, including public energy policy and market-based energy planning&lt;br /&gt;
;Length&lt;br /&gt;
:8000 words (inclusive recommended length)&lt;br /&gt;
:LaTeX and MS Word support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Taylor &amp;amp; Francis Group&lt;br /&gt;
;Based&lt;br /&gt;
:USA&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2381-5639 2381-5639]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2381-5639 https://doaj.org/toc/2381-5639]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC&lt;br /&gt;
;Notes&lt;br /&gt;
:previously known as ''Energy Technology &amp;amp; Policy: An Open Access Journal''&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / €1400 (in 2016)&lt;br /&gt;
:membership and offset discounts can apply&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Energy Reports ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Reports'' is an online multidisciplinary open access journal which focuses on publishing new research in the area of energy with a rapid review and publication time. ''Energy Reports'' will be open to direct submissions and also to submissions from other Elsevier energy journals, whose editors have determined that ''Energy Reports'' would be a better fit.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:Direct submissions to the journal can be on any aspect of energy research, either from a technical engineering viewpoint or from a social research aspect. All energy subject areas will be considered (for example, renewables, fossil, nuclear).&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.journals.elsevier.com/energy-reports/ http://www.journals.elsevier.com/energy-reports/]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in November 2015&lt;br /&gt;
:energy research including engineering and social aspects&lt;br /&gt;
;Length&lt;br /&gt;
:4000 words (excluding references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2352-4847 2352-4847]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2352-4847 https://doaj.org/toc/2352-4847]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author's choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / ~€1300 ([https://www.elsevier.com/journals/egyr/2352-4847/open-access-journal as of February 2019])&lt;br /&gt;
:waiver policy for developing countries&lt;br /&gt;
&lt;br /&gt;
== Energy Science &amp;amp; Engineering ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Science &amp;amp; Engineering'' is a peer reviewed, open access journal dedicated to fundamental and applied research on energy and supply and use. The journal is published as a co-operative venture of Wiley and SCI ([http://www.soci.org/ Society of Chemical Industry]). Topics include, but are not limited to the following areas:&lt;br /&gt;
:*general energy: impact of production of electricity, heat and fuels, efficiency: built environment, industry and transport, systems, policy, legislation and planning, and cycle analysis&lt;br /&gt;
:*fossil fuels: carbon capture and storage (CCS) and reduction of other pollutants (NOx, SOx, etc)&lt;br /&gt;
:*energy storage: thermal energy storage and chemical energy storage&lt;br /&gt;
:*nuclear energy: nuclear reprocessing and breeder reactors, subcritical reactors, waste reduction/management, safety&lt;br /&gt;
:*renewable energy: solar energy and photovoltaics, hydrogen, batteries and fuel cells, wind energy, marine energy and hydropower, geothermal energy, and other renewables&lt;br /&gt;
:*power engineering: electric power systems, electric power electronics, cogeneration and combined heat and power, distributed power generation, microgeneration, power distribution and grid modernisation, and power management and modelling&lt;br /&gt;
&lt;br /&gt;
;Website&lt;br /&gt;
:[http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505 http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in April 2013&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:preferred formats are MS Word and RTF, limited support for LaTeX&lt;br /&gt;
;Publisher&lt;br /&gt;
:Wiley&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2050-0505 2050-0505]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2050-0505 https://doaj.org/toc/2050-0505]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 3.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1429 / US$1900 / £1216 ([https://onlinelibrary.wiley.com/page/journal/20500505/homepage/article.htm as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy Strategy Reviews ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Strategy Reviews'' is a peer-reviewed platform for publishing research related to the planning and implementation of energy strategies, ideally through quantitative studies that advance the use of energy systems models. The types of papers published by this journal include analyses, methodologies, case studies and reviews. Report reviews and viewpoints are published only by invitation.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://www.journals.elsevier.com/energy-strategy-reviews/ https://www.journals.elsevier.com/energy-strategy-reviews/]&lt;br /&gt;
;Summary&lt;br /&gt;
:the first volume was published in March 2012&lt;br /&gt;
:became a gold open access journal in January 2019&lt;br /&gt;
;Length&lt;br /&gt;
:10-12 pp for analysis and methodology articles&lt;br /&gt;
:4 pp for case study articles&lt;br /&gt;
:1-5 pp for short reviews or report reviews&lt;br /&gt;
:2-4 pp for viewpoint or energy vision&lt;br /&gt;
:LaTeX template available&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:Amsterdam, Netherlands&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2211-467X 2211-467X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:none&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author's choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1250 /~€1100 for articles submitted before 31 December 2019&lt;br /&gt;
:US$2500 /~€2200 for articles submitted after 31 December 2019&lt;br /&gt;
&lt;br /&gt;
== Energy, Sustainability and Society ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This journal offers a forum for discourse on systemic challenges at the intersection of energy, sustainability and society for natural scientists, engineers, social and political scientists and industry experts. It is the particular aim of this journal to publish inter‐ and cross‐disciplinary papers that provide a substantial contribution to the holistic innovation of sustainable energy systems.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The scope of the journal encompasses the whole innovation process, ranging from scientific research to both innovative approaches for technology implementation and the analysis of economic, social and environmental impacts of sustainable energy systems. Papers that integrate at least two dimensions of the energy, sustainability and society nexus and contribute to new holistic system solutions for the development of novel future energy are welcomed. The journal strives to publish early scientific opinions on issues, which are just emerging and require crosscutting and creative thinking.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://energsustainsoc.biomedcentral.com/ https://energsustainsoc.biomedcentral.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:publication opened up in 2011&lt;br /&gt;
:interdisciplinary focus on complex issues concerning science, environment, technology, and society&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2192-0567 2192-0567]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2192-0567 https://doaj.org/toc/2192-0567]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Notes&lt;br /&gt;
:SpringerOpen Copyright and License Agreement applies&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1180 / US$1390 / £990 ([https://energsustainsoc.biomedcentral.com/submission-guidelines/fees-and-funding as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Frontiers in Energy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This section of the open access journal FRONTIERS welcomes the submission of studies that examine the characteristics of new energy sources in a systemic way, such as the energy yield, the economic return, the pollution effects, and the sustainability of the system in terms of the natural resources that must be engaged.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research http://journal.frontiersin.org/journal/energy-research]&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy systems and policy (one of twelve sections)&lt;br /&gt;
;Length&lt;br /&gt;
:12{{nnbsp}}000 words&lt;br /&gt;
:MS Word and LaTeX templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2296-598X 2296-598X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2296-598X https://doaj.org/toc/2296-598X]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY (version not specified)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1900 (€1800 in 2016)&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environmental Engineering (IJEEE) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal provides a focus for activities concerning the development, assessment and management of energy and environmental engineering related programs. The following topical areas are covered: input-output analyses relating to energy-consuming systems, careful resource or reserve assessments of all types, energy conservation measures and their implementations, incisive evaluation of energy- system management, environmental- impact assessments, and policy alternatives stressing economic implications, bio- reactions and bio-engineering, geothermal energy, marine and hydroelectric energy, nuclear energy, solar energy, wind energy, energy conversion, energy efficient buildings, energy storage, power distribution, and renewable energy resource assessment and transportation.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/engineering/energy+technology/journal/40095 http://www.springer.com/engineering/energy+technology/journal/40095]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy and environmental engineering&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:MS Word and LaTeX (if using mathematics) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2008-9163 2008-9163]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2008-9163 https://doaj.org/toc/2008-9163]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:Publication costs are covered by Islamic Azad University, Iran&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy Economics and Policy (IJEEP) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal seeks articles in the areas of energy economics, energy policy and related disciplines. Topics include, but are not limited to: energy consumption, electricity consumption, economic growth and energy, energy policy, energy planning, energy forecasting, energy pricing, energy politics, energy financing, energy efficiency, energy modelling, energy use, energy and the environment, energy systems, and renewable energy.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.econjournals.com/index.php/ijeep/ http://www.econjournals.com/index.php/ijeep/]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy economics and energy policy&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:LibreOffice, MS Word, RTF, and WordPerfect (but not LaTeX) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:EconJournals&lt;br /&gt;
;Based&lt;br /&gt;
:Turkey&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2146-4553 2146-4553]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2146-4553 https://doaj.org/toc/2146-4553]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$300 (€280 in 2016)&lt;br /&gt;
&lt;br /&gt;
== International Journal of Sustainable Energy Planning and Management ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal is an international interdisciplinary journal in sustainable energy planning and management combining engineering and social science within energy system analysis, feasibility studies and public regulation. The journal focuses on the following three areas:&lt;br /&gt;
:*energy system analysis including theories, methodologies, data handling and software tools as well as specific models and analyses at local, regional, country and/or global level&lt;br /&gt;
:*economics, socio-economics and feasibility studies including theories and methodologies of institutional economics as well as specific feasibility studies and analyses&lt;br /&gt;
:*public regulation and management including theories and methodologies as well as specific analyses and proposals in the light of the implementation and transition into sustainable energy systems&lt;br /&gt;
&lt;br /&gt;
:The journal is sponsor-financed with open access for both readers and authors.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://journals.aau.dk/index.php/sepm https://journals.aau.dk/index.php/sepm]&lt;br /&gt;
;Summary&lt;br /&gt;
:sustainable energy system analysis combining engineering and social science&lt;br /&gt;
;Length&lt;br /&gt;
:5000–8000 words (in total, including references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Aalborg University Press&lt;br /&gt;
;Based&lt;br /&gt;
:Denmark&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2246-2929 2246-2929]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2246-2929 https://doaj.org/toc/2246-2929]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC-ND 3.0 (although the license notice is absent in downloaded PDFs)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:none (see above)&lt;br /&gt;
&lt;br /&gt;
== Journal of Open Research Software ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The open access ''Journal of Open Research Software'' (JORS) is dedicated to publishing open source research software. It is therefore a useful outlet in which to publish software source code, and then be able to cite the software from other articles.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The journal features peer reviewed software metapapers describing research software with high reuse potential. We are working with a number of specialist and institutional repositories to ensure that the associated software is professionally archived, preserved, and is openly available. Equally importantly, the software and the papers will be citable, and reuse will be tracked.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS also publishes full-length research papers that cover different aspects of creating, maintaining and evaluating open source research software. The aim of the section is to promote the dissemination of best practice and experience related to the development and maintenance of reusable, sustainable research software.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS believes that only the CC BY license meets the requirements for true open access for books and journals, and strongly prefers CC0 for open research data.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:principally for short peer reviews of software and associated code, research papers are not common&lt;br /&gt;
:reviewers will download, test, and assess the associated code&lt;br /&gt;
;Length&lt;br /&gt;
:software reviews are short&lt;br /&gt;
:research papers are limited to 4000 words and few references&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2049-9647 2049-9647]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2049-9647 https://doaj.org/toc/2049-9647]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0 (text)&lt;br /&gt;
:CC0 (public domain, strongly preferred for data)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:£100 (€120 in 2016) for software reviews&lt;br /&gt;
:£300 (€360 in 2016) for research papers&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Sustainability - Special Issue Smart Power Grid for Sustainable Energy Transition ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:A special issue of Sustainability (ISSN 2071-1050). This special issue belongs to the section &amp;quot;Energy Sustainability&amp;quot;. Deadline for manuscript submissions: '''30 August 2018'''&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:This Special Issue invites submissions of cross-disciplinary and empirical studies from several fields of economics, business strategy, innovations, environmental impact studies, engineering, public policy, sustainability and consumer research. Since the smart grid and its impacts on sustainable energy transition is manifested differently in different countries and on different continents, a wide range of contributions are invited from all over the globe.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.&lt;br /&gt;
;Publisher&lt;br /&gt;
:—&lt;br /&gt;
;Based&lt;br /&gt;
:—&lt;br /&gt;
;ISSN&lt;br /&gt;
:2071-1050&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2071-1050 https://doaj.org/toc/2071-1050]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1400&lt;br /&gt;
&lt;br /&gt;
== Journal of Modern Power Systems and Clean Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&amp;lt;br/&amp;gt;&lt;br /&gt;
:''Journal of Modern Power Systems and Clean Energy'' is dedicated to presenting top-level academic achievements in the fields of modern power systems and clean energy by international researchers and engineers, and is endeavoured to serve as a bridge between Chinese and global researchers in the power industry.&lt;br /&gt;
:.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565 http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:not specified&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:China&lt;br /&gt;
;ISSN&lt;br /&gt;
:&amp;lt;span&amp;gt;&amp;lt;span&amp;gt;2196-5420&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2196-5420 https://doaj.org/toc/2196-5420]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&amp;lt;br/&amp;gt;&lt;br /&gt;
:none&lt;br /&gt;
::Publication costs&amp;amp;nbsp;are covered by State Grid Electric Power Research Institute&amp;lt;span&amp;gt;, China.&amp;lt;/span&amp;gt;&lt;br /&gt;
::&amp;lt;span&amp;gt;Co-publication with State Grid Electric Power Research Institute&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Less known journals =&lt;br /&gt;
&lt;br /&gt;
An appearance here does not imply an endorsement. You will need to make your own determination as to the quality of each journal listed.&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environment (IJEE) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:all areas of energy and the environment&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2076-2909 https://doaj.org/toc/2076-2909]&lt;br /&gt;
;Based&lt;br /&gt;
:Iraq&lt;br /&gt;
&lt;br /&gt;
== International Journal of Renewable Energy Development (IJRED) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:renewable energy research and development&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2252-4940 https://doaj.org/toc/2252-4940]&lt;br /&gt;
;Based&lt;br /&gt;
:Indonesia&lt;br /&gt;
&lt;br /&gt;
== Journal of Sustainable Development of Energy, Water and Environment Systems (JSDEWES) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:methods, policies and technologies for increasing the sustainability of development by de-coupling growth from natural resources and replacing them with a knowledge-based economy&lt;br /&gt;
;Link&lt;br /&gt;
:[http://www.sdewes.org/jsdewes/index.php http://www.sdewes.org/jsdewes/index.php]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1848-9257 https://doaj.org/toc/1848-9257]&lt;br /&gt;
;Fee&lt;br /&gt;
:50€-250€ +VAT(25%)&lt;br /&gt;
;Based&lt;br /&gt;
:Croatia&lt;br /&gt;
&lt;br /&gt;
= Conferences and Workshops =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&lt;br /&gt;
! License&lt;br /&gt;
! Fee&lt;br /&gt;
! Coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#ACM_e_Energy|ACM e-Energy]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | [http://www.acm.org/publications/policies/copyright-and-license-forms ACM Agreements]&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. USD200 - USD500&lt;br /&gt;
| broad coverage (more engineering oriented)&lt;br /&gt;
|-&lt;br /&gt;
| [[#D_A_CH_Conference_on_Energy_Informatics|D-A-CH+ Conference on Energy Informatics]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. €100 - €500&lt;br /&gt;
| broad coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#Future_Technologies_Conference|Future Technologies Conference]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| broad coverage&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ACM e-Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:International Conference on Future Energy Systems (''ACM e-Energy'') is an international conference on future energy covering topics such as monitoring and control, energy efficient computing, electric vehicle routing and topics tackling problems in the future and todays power grid.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.sigcomm.org/events/eenergy-conference http://www.sigcomm.org/events/eenergy-conference]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2010&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:restrictions changing&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;ISBN&lt;br /&gt;
:[http://dblp2.uni-trier.de/db/conf/bcb/ [1]]&lt;br /&gt;
&lt;br /&gt;
== D-A-CH+ Conference on Energy Informatics ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''D-A-CH+ Conference on Energy Informatics'' is a future energy conference meant for the knowledge exchange in the German-Austrian-Swiss region. However, the conference becomes more and more international.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2012&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
&lt;br /&gt;
== Future Technologies Conference ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Future Technologies Conference'' (FTC) is an international conference in the areas of Computing, Electronics, AI, Robotics, Security and Communications.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2016 (?)&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
:&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Open_journals</id>
		<title>Open journals</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Open_journals"/>
				<updated>2019-02-17T19:08:14Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: /* Journal of Modern Power Systems and Clean Energy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This page contains a list of full open access journals in which energy research and energy modeling software can be published. The information here (including publication fees and article lengths) refers to full-length articles based on original research.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most journals require a publication fee (also known as an article processing charge or APC) to be paid by the submitter on acceptance. The fee can be as high as €1800, but some journals have a waiver policy for non-funded authors. To apply for a partial or full exemption, you will need to submit the institutional affiliations of the authors, the details of your project, and any sources of funding you receive. You also need to apply prior to or at the time of submission.&lt;br /&gt;
&lt;br /&gt;
Some conventional journals allow authors to buy out their restricted access. These are known as hybrid open access journals and their APCs tends to be higher, in line with their better impact factors.&lt;br /&gt;
&lt;br /&gt;
Only one journal, the [[#Journal_of_Open_Research_Software|Journal of Open Research Software]], is dedicated to software and it covers all areas of science. Only two support energy economics. The remainder are either oriented towards engineering topics or broad in scope.&lt;br /&gt;
&lt;br /&gt;
The [https://doaj.org/ Directory of Open Access Journals] (DOAJ) maintains a directory of open access journals.&lt;br /&gt;
&lt;br /&gt;
''Note'': Feel free to shift journals between the established and less known categories or remove them altogether, particularly if you know something of their reputation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Overview&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 743px&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&amp;lt;br/&amp;gt;&lt;br /&gt;
! License&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 72px&amp;quot; | Fee&lt;br /&gt;
! style=&amp;quot;width: 122px&amp;quot; | Coverage&lt;br /&gt;
! style=&amp;quot;width: 38px&amp;quot; | DOAJ Seal&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 55px&amp;quot; | IF&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energies|Energies]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1500&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | &amp;lt;span id=&amp;quot;journalImpactFactorPopUp-1040-outerCt&amp;quot; style=&amp;quot;display: table; width: 100%; table-layout: fixed; height: 100%&amp;quot;&amp;gt;2.676 (2017)&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_and_Policy_Research|Energy and Policy Research]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€1400&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Reports|Energy Reports]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1300&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Science_.26_Engineering|Energy Science &amp;amp; Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1429&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy.2C_Sustainability_and_Society|Energy, Sustainability and Society]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1180&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | complex issues&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 1.625 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontiers_in_Energy_Research|Frontiers in Energy Research]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€1800&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy systems and policy&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_and_Environmental_Engineering_.28IJEEE.29|Int J of Energy and Environmental Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_Economics_and_Policy_.28IJEEP.29|Int J of Energy Economics and Policy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €280&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy economics&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Sustainable_Energy_Planning_and_Management|Int J of Sustainable Energy Planning and Management]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC-ND&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Open_Research_Software|Journal of Open Research Software]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€360&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | software oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Sustainability_-_Special_Issue_Smart_Power_Grid_for_Sustainable_Energy_Transition|Sustainability]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1200&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.075 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Modern_Power_Systems_and_Clean_Energy|Journal of Modern Power Systems and Clean Energy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | power systems&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.122 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; style=&amp;quot;font-size: 85%; width: 671px&amp;quot; | &lt;br /&gt;
*Only the '''least restrictive license''' is recorded. See elsewhere for alternative options and for details of the license version in use.&lt;br /&gt;
*The '''publication fees are indicative'''. Consult the text here, the journal website, and/or an exchange rate calculator for better information. Waiver policies for non-funded authors and for authors from developing countries may apply. The † indicates that the publication fee may be '''partially or fully waived''' for non-funded authors.&amp;lt;br/&amp;gt;&lt;br /&gt;
*&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; The [https://blog.doaj.org/tag/doaj-seal/ DOAJ Seal] is an indicator for high quality of an open access journal in terms of best-practice.&lt;br /&gt;
*&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;lt;span&amp;gt;Clarivate Analytics (&amp;lt;/span&amp;gt;Thomson Reuters) [https://jcr.incites.thomsonreuters.com/JCRJournalHomeAction.action Impact Factor]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Established journals =&lt;br /&gt;
&lt;br /&gt;
== Energies ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energies'' is an open access journal of related scientific research, technology development, and policy and management studies. Its aim is to encourage scientists to publish their experimental and theoretical results in as much detail as possible. The full experimental details must be provided so that the results can be reproduced. The publisher's keywords comprise: energy sources, energy saving, and energy efficiency.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/energies http://www.mdpi.com/journal/energies]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2008&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restrictions&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/1996-1073 1996-1073]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1996-1073 https://doaj.org/toc/1996-1073]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:[https://en.wikipedia.org/wiki/Energies_(journal) https://en.wikipedia.org/wiki/Energies (journal)]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1800 / ~€1500 ([https://www.mdpi.com/journal/energies/apc as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy and Policy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:'''This journal has ceased (2018)'''.&lt;br /&gt;
:''Energy and Policy Research'' publishes articles on engineering, science, technology, policy, and management related to energy systems. Topics include: advanced power cycles, governmental policies on energy, carbon mitigation technologies including clean coal and carbon capture, hydrogen and fuel cells, energy generation, conversion, storage, and transmission, market-based energy planning, economic, social, and environmental aspects of energy policies, micro- and nano-energy systems, energy supply security, nuclear energy, renewable energy including wind, solar, hydro, geothermal, and biomass, and thermal and fluid design of energy systems.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.tandfonline.com/toc/uetp21/current http://www.tandfonline.com/toc/uetp21/current]&lt;br /&gt;
;Summary&lt;br /&gt;
:broad coverage, including public energy policy and market-based energy planning&lt;br /&gt;
;Length&lt;br /&gt;
:8000 words (inclusive recommended length)&lt;br /&gt;
:LaTeX and MS Word support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Taylor &amp;amp; Francis Group&lt;br /&gt;
;Based&lt;br /&gt;
:USA&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2381-5639 2381-5639]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2381-5639 https://doaj.org/toc/2381-5639]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC&lt;br /&gt;
;Notes&lt;br /&gt;
:previously known as ''Energy Technology &amp;amp; Policy: An Open Access Journal''&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / €1400 (in 2016)&lt;br /&gt;
:membership and offset discounts can apply&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Energy Reports ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Reports'' is an online multidisciplinary open access journal which focuses on publishing new research in the area of energy with a rapid review and publication time. ''Energy Reports'' will be open to direct submissions and also to submissions from other Elsevier energy journals, whose editors have determined that ''Energy Reports'' would be a better fit.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:Direct submissions to the journal can be on any aspect of energy research, either from a technical engineering viewpoint or from a social research aspect. All energy subject areas will be considered (for example, renewables, fossil, nuclear).&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.journals.elsevier.com/energy-reports/ http://www.journals.elsevier.com/energy-reports/]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in November 2015&lt;br /&gt;
:energy research including engineering and social aspects&lt;br /&gt;
;Length&lt;br /&gt;
:4000 words (excluding references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2352-4847 2352-4847]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2352-4847 https://doaj.org/toc/2352-4847]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / ~€1300 ([https://www.elsevier.com/journals/egyr/2352-4847/open-access-journal as of February 2019])&lt;br /&gt;
:waiver policy for developing countries&lt;br /&gt;
&lt;br /&gt;
== Energy Science &amp;amp; Engineering ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Science &amp;amp; Engineering'' is a peer reviewed, open access journal dedicated to fundamental and applied research on energy and supply and use. The journal is published as a co-operative venture of Wiley and SCI ([http://www.soci.org/ Society of Chemical Industry]). Topics include, but are not limited to the following areas:&lt;br /&gt;
:*general energy: impact of production of electricity, heat and fuels, efficiency: built environment, industry and transport, systems, policy, legislation and planning, and cycle analysis&lt;br /&gt;
:*fossil fuels: carbon capture and storage (CCS) and reduction of other pollutants (NOx, SOx, etc)&lt;br /&gt;
:*energy storage: thermal energy storage and chemical energy storage&lt;br /&gt;
:*nuclear energy: nuclear reprocessing and breeder reactors, subcritical reactors, waste reduction/management, safety&lt;br /&gt;
:*renewable energy: solar energy and photovoltaics, hydrogen, batteries and fuel cells, wind energy, marine energy and hydropower, geothermal energy, and other renewables&lt;br /&gt;
:*power engineering: electric power systems, electric power electronics, cogeneration and combined heat and power, distributed power generation, microgeneration, power distribution and grid modernisation, and power management and modelling&lt;br /&gt;
&lt;br /&gt;
;Website&lt;br /&gt;
:[http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505 http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in April 2013&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:preferred formats are MS Word and RTF, limited support for LaTeX&lt;br /&gt;
;Publisher&lt;br /&gt;
:Wiley&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2050-0505 2050-0505]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2050-0505 https://doaj.org/toc/2050-0505]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 3.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1429 / US$1900 / £1216 ([https://onlinelibrary.wiley.com/page/journal/20500505/homepage/article.htm as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy, Sustainability and Society ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This journal offers a forum for discourse on systemic challenges at the intersection of energy, sustainability and society for natural scientists, engineers, social and political scientists and industry experts. It is the particular aim of this journal to publish inter‐ and cross‐disciplinary papers that provide a substantial contribution to the holistic innovation of sustainable energy systems.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The scope of the journal encompasses the whole innovation process, ranging from scientific research to both innovative approaches for technology implementation and the analysis of economic, social and environmental impacts of sustainable energy systems. Papers that integrate at least two dimensions of the energy, sustainability and society nexus and contribute to new holistic system solutions for the development of novel future energy are welcomed. The journal strives to publish early scientific opinions on issues, which are just emerging and require crosscutting and creative thinking.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://energsustainsoc.biomedcentral.com/ https://energsustainsoc.biomedcentral.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:publication opened up in 2011&lt;br /&gt;
:interdisciplinary focus on complex issues concerning science, environment, technology, and society&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2192-0567 2192-0567]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2192-0567 https://doaj.org/toc/2192-0567]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Notes&lt;br /&gt;
:SpringerOpen Copyright and License Agreement applies&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1180 / US$1390 / £990 ([https://energsustainsoc.biomedcentral.com/submission-guidelines/fees-and-funding as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Frontiers in Energy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This section of the open access journal FRONTIERS welcomes the submission of studies that examine the characteristics of new energy sources in a systemic way, such as the energy yield, the economic return, the pollution effects, and the sustainability of the system in terms of the natural resources that must be engaged.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research http://journal.frontiersin.org/journal/energy-research]&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy systems and policy (one of twelve sections)&lt;br /&gt;
;Length&lt;br /&gt;
:12{{nnbsp}}000 words&lt;br /&gt;
:MS Word and LaTeX templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2296-598X 2296-598X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2296-598X https://doaj.org/toc/2296-598X]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY (version not specified)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1900 (€1800 in 2016)&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environmental Engineering (IJEEE) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal provides a focus for activities concerning the development, assessment and management of energy and environmental engineering related programs. The following topical areas are covered: input-output analyses relating to energy-consuming systems, careful resource or reserve assessments of all types, energy conservation measures and their implementations, incisive evaluation of energy- system management, environmental- impact assessments, and policy alternatives stressing economic implications, bio- reactions and bio-engineering, geothermal energy, marine and hydroelectric energy, nuclear energy, solar energy, wind energy, energy conversion, energy efficient buildings, energy storage, power distribution, and renewable energy resource assessment and transportation.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/engineering/energy+technology/journal/40095 http://www.springer.com/engineering/energy+technology/journal/40095]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy and environmental engineering&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:MS Word and LaTeX (if using mathematics) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2008-9163 2008-9163]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2008-9163 https://doaj.org/toc/2008-9163]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:Publication costs are covered by Islamic Azad University, Iran&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy Economics and Policy (IJEEP) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal seeks articles in the areas of energy economics, energy policy and related disciplines. Topics include, but are not limited to: energy consumption, electricity consumption, economic growth and energy, energy policy, energy planning, energy forecasting, energy pricing, energy politics, energy financing, energy efficiency, energy modelling, energy use, energy and the environment, energy systems, and renewable energy.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.econjournals.com/index.php/ijeep/ http://www.econjournals.com/index.php/ijeep/]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy economics and energy policy&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:LibreOffice, MS Word, RTF, and WordPerfect (but not LaTeX) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:EconJournals&lt;br /&gt;
;Based&lt;br /&gt;
:Turkey&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2146-4553 2146-4553]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2146-4553 https://doaj.org/toc/2146-4553]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$300 (€280 in 2016)&lt;br /&gt;
&lt;br /&gt;
== International Journal of Sustainable Energy Planning and Management ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal is an international interdisciplinary journal in sustainable energy planning and management combining engineering and social science within energy system analysis, feasibility studies and public regulation. The journal focuses on the following three areas:&lt;br /&gt;
:*energy system analysis including theories, methodologies, data handling and software tools as well as specific models and analyses at local, regional, country and/or global level&lt;br /&gt;
:*economics, socio-economics and feasibility studies including theories and methodologies of institutional economics as well as specific feasibility studies and analyses&lt;br /&gt;
:*public regulation and management including theories and methodologies as well as specific analyses and proposals in the light of the implementation and transition into sustainable energy systems&lt;br /&gt;
&lt;br /&gt;
:The journal is sponsor-financed with open access for both readers and authors.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://journals.aau.dk/index.php/sepm https://journals.aau.dk/index.php/sepm]&lt;br /&gt;
;Summary&lt;br /&gt;
:sustainable energy system analysis combining engineering and social science&lt;br /&gt;
;Length&lt;br /&gt;
:5000–8000 words (in total, including references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Aalborg University Press&lt;br /&gt;
;Based&lt;br /&gt;
:Denmark&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2246-2929 2246-2929]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2246-2929 https://doaj.org/toc/2246-2929]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC-ND 3.0 (although the license notice is absent in downloaded PDFs)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:none (see above)&lt;br /&gt;
&lt;br /&gt;
== Journal of Open Research Software ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The open access ''Journal of Open Research Software'' (JORS) is dedicated to publishing open source research software. It is therefore a useful outlet in which to publish software source code, and then be able to cite the software from other articles.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The journal features peer reviewed software metapapers describing research software with high reuse potential. We are working with a number of specialist and institutional repositories to ensure that the associated software is professionally archived, preserved, and is openly available. Equally importantly, the software and the papers will be citable, and reuse will be tracked.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS also publishes full-length research papers that cover different aspects of creating, maintaining and evaluating open source research software. The aim of the section is to promote the dissemination of best practice and experience related to the development and maintenance of reusable, sustainable research software.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS believes that only the CC BY license meets the requirements for true open access for books and journals, and strongly prefers CC0 for open research data.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:principally for short peer reviews of software and associated code, research papers are not common&lt;br /&gt;
:reviewers will download, test, and assess the associated code&lt;br /&gt;
;Length&lt;br /&gt;
:software reviews are short&lt;br /&gt;
:research papers are limited to 4000 words and few references&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2049-9647 2049-9647]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2049-9647 https://doaj.org/toc/2049-9647]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0 (text)&lt;br /&gt;
:CC0 (public domain, strongly preferred for data)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:£100 (€120 in 2016) for software reviews&lt;br /&gt;
:£300 (€360 in 2016) for research papers&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Sustainability - Special Issue Smart Power Grid for Sustainable Energy Transition ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:A special issue of Sustainability (ISSN 2071-1050). This special issue belongs to the section &amp;quot;Energy Sustainability&amp;quot;. Deadline for manuscript submissions: '''30 August 2018'''&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:This Special Issue invites submissions of cross-disciplinary and empirical studies from several fields of economics, business strategy, innovations, environmental impact studies, engineering, public policy, sustainability and consumer research. Since the smart grid and its impacts on sustainable energy transition is manifested differently in different countries and on different continents, a wide range of contributions are invited from all over the globe.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.&lt;br /&gt;
;Publisher&lt;br /&gt;
:—&lt;br /&gt;
;Based&lt;br /&gt;
:—&lt;br /&gt;
;ISSN&lt;br /&gt;
:2071-1050&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2071-1050 https://doaj.org/toc/2071-1050]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&lt;br /&gt;
:1400 CHF (Swiss Francs)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Journal of Modern Power Systems and Clean Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&amp;lt;br/&amp;gt;&lt;br /&gt;
:''Journal of Modern Power Systems and Clean Energy'' is dedicated to presenting top-level academic achievements in the fields of modern power systems and clean energy by international researchers and engineers, and is endeavoured to serve as a bridge between Chinese and global researchers in the power industry.&lt;br /&gt;
:.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565 http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:not specified&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:China&lt;br /&gt;
;ISSN&lt;br /&gt;
:&amp;lt;span&amp;gt;&amp;lt;span&amp;gt;2196-5420&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2196-5420 https://doaj.org/toc/2196-5420]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&amp;lt;br/&amp;gt;&lt;br /&gt;
:none&lt;br /&gt;
::Publication costs&amp;amp;nbsp;are covered by State Grid Electric Power Research Institute&amp;lt;span&amp;gt;, China.&amp;lt;/span&amp;gt;&lt;br /&gt;
::&amp;lt;span&amp;gt;Co-publication with State Grid Electric Power Research Institute&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Less known journals =&lt;br /&gt;
&lt;br /&gt;
An appearance here does not imply an endorsement. You will need to make your own determination as to the quality of each journal listed.&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environment (IJEE) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:all areas of energy and the environment&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2076-2909 https://doaj.org/toc/2076-2909]&lt;br /&gt;
;Based&lt;br /&gt;
:Iraq&lt;br /&gt;
&lt;br /&gt;
== International Journal of Renewable Energy Development (IJRED) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:renewable energy research and development&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2252-4940 https://doaj.org/toc/2252-4940]&lt;br /&gt;
;Based&lt;br /&gt;
:Indonesia&lt;br /&gt;
&lt;br /&gt;
== Journal of Sustainable Development of Energy, Water and Environment Systems (JSDEWES) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:methods, policies and technologies for increasing the sustainability of development by de-coupling growth from natural resources and replacing them with a knowledge-based economy&lt;br /&gt;
;Link&lt;br /&gt;
:[http://www.sdewes.org/jsdewes/index.php http://www.sdewes.org/jsdewes/index.php]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1848-9257 https://doaj.org/toc/1848-9257]&lt;br /&gt;
;Fee&lt;br /&gt;
:50€-250€ +VAT(25%)&lt;br /&gt;
;Based&lt;br /&gt;
:Croatia&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conferences and Workshops =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&lt;br /&gt;
! License&lt;br /&gt;
! Fee&lt;br /&gt;
! Coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#ACM_e_Energy|ACM e-Energy]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | [http://www.acm.org/publications/policies/copyright-and-license-forms ACM Agreements]&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. USD200 - USD500&lt;br /&gt;
| broad coverage (more engineering oriented)&lt;br /&gt;
|-&lt;br /&gt;
| [[#D_A_CH_Conference_on_Energy_Informatics|D-A-CH+ Conference on Energy Informatics]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. €100 - €500&lt;br /&gt;
| broad coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#Future_Technologies_Conference|Future Technologies Conference]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| broad coverage&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ACM e-Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:International Conference on Future Energy Systems (''ACM e-Energy'') is an international conference on future energy covering topics such as monitoring and control, energy efficient computing, electric vehicle routing and topics tackling problems in the future and todays power grid.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.sigcomm.org/events/eenergy-conference http://www.sigcomm.org/events/eenergy-conference]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2010&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:restrictions changing&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;ISBN&lt;br /&gt;
:[http://dblp2.uni-trier.de/db/conf/bcb/ [1]]&lt;br /&gt;
&lt;br /&gt;
== D-A-CH+ Conference on Energy Informatics ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''D-A-CH+ Conference on Energy Informatics'' is a future energy conference meant for the knowledge exchange in the German-Austrian-Swiss region. However, the conference becomes more and more international.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2012&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
&lt;br /&gt;
== Future Technologies Conference ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Future Technologies Conference'' (FTC) is an international conference in the areas of Computing, Electronics, AI, Robotics, Security and Communications.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2016 (?)&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
:&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Open_journals</id>
		<title>Open journals</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Open_journals"/>
				<updated>2019-02-17T18:49:06Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This page contains a list of full open access journals in which energy research and energy modeling software can be published. The information here (including publication fees and article lengths) refers to full-length articles based on original research.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most journals require a publication fee (also known as an article processing charge or APC) to be paid by the submitter on acceptance. The fee can be as high as €1800, but some journals have a waiver policy for non-funded authors. To apply for a partial or full exemption, you will need to submit the institutional affiliations of the authors, the details of your project, and any sources of funding you receive. You also need to apply prior to or at the time of submission.&lt;br /&gt;
&lt;br /&gt;
Some conventional journals allow authors to buy out their restricted access. These are known as hybrid open access journals and their APCs tends to be higher, in line with their better impact factors.&lt;br /&gt;
&lt;br /&gt;
Only one journal, the [[#Journal_of_Open_Research_Software|Journal of Open Research Software]], is dedicated to software and it covers all areas of science. Only two support energy economics. The remainder are either oriented towards engineering topics or broad in scope.&lt;br /&gt;
&lt;br /&gt;
The [https://doaj.org/ Directory of Open Access Journals] (DOAJ) maintains a directory of open access journals.&lt;br /&gt;
&lt;br /&gt;
''Note'': Feel free to shift journals between the established and less known categories or remove them altogether, particularly if you know something of their reputation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Overview&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 743px&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&amp;lt;br/&amp;gt;&lt;br /&gt;
! License&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 72px&amp;quot; | Fee&lt;br /&gt;
! style=&amp;quot;width: 122px&amp;quot; | Coverage&lt;br /&gt;
! style=&amp;quot;width: 38px&amp;quot; | DOAJ Seal&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 55px&amp;quot; | IF&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energies|Energies]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1500&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | &amp;lt;span id=&amp;quot;journalImpactFactorPopUp-1040-outerCt&amp;quot; style=&amp;quot;display: table; width: 100%; table-layout: fixed; height: 100%&amp;quot;&amp;gt;2.676 (2017)&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_and_Policy_Research|Energy and Policy Research]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€1400&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Reports|Energy Reports]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1300&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Science_.26_Engineering|Energy Science &amp;amp; Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1429&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy.2C_Sustainability_and_Society|Energy, Sustainability and Society]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1180&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | complex issues&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 1.625 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontiers_in_Energy_Research|Frontiers in Energy Research]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€1800&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy systems and policy&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_and_Environmental_Engineering_.28IJEEE.29|Int J of Energy and Environmental Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_Economics_and_Policy_.28IJEEP.29|Int J of Energy Economics and Policy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €280&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy economics&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Sustainable_Energy_Planning_and_Management|Int J of Sustainable Energy Planning and Management]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC-ND&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Open_Research_Software|Journal of Open Research Software]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | †{{nbsp}}€360&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | software oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Sustainability_-_Special_Issue_Smart_Power_Grid_for_Sustainable_Energy_Transition|Sustainability]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | €1200&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.075 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Modern_Power_Systems_and_Clean_Energy|Journal of Modern Power Systems and Clean Energy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right; width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | power systems&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.122 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; style=&amp;quot;font-size: 85%; width: 671px&amp;quot; | &lt;br /&gt;
*Only the '''least restrictive license''' is recorded. See elsewhere for alternative options and for details of the license version in use.&lt;br /&gt;
*The '''publication fees are indicative'''. Consult the text here, the journal website, and/or an exchange rate calculator for better information. Waiver policies for non-funded authors and for authors from developing countries may apply. The † indicates that the publication fee may be '''partially or fully waived''' for non-funded authors.&amp;lt;br/&amp;gt;&lt;br /&gt;
*&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; The [https://blog.doaj.org/tag/doaj-seal/ DOAJ Seal] is an indicator for high quality of an open access journal in terms of best-practice.&lt;br /&gt;
*&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;lt;span&amp;gt;Clarivate Analytics (&amp;lt;/span&amp;gt;Thomson Reuters) [https://jcr.incites.thomsonreuters.com/JCRJournalHomeAction.action Impact Factor]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Established journals =&lt;br /&gt;
&lt;br /&gt;
== Energies ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energies'' is an open access journal of related scientific research, technology development, and policy and management studies. Its aim is to encourage scientists to publish their experimental and theoretical results in as much detail as possible. The full experimental details must be provided so that the results can be reproduced. The publisher's keywords comprise: energy sources, energy saving, and energy efficiency.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/energies http://www.mdpi.com/journal/energies]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2008&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restrictions&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/1996-1073 1996-1073]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1996-1073 https://doaj.org/toc/1996-1073]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:[https://en.wikipedia.org/wiki/Energies_(journal) https://en.wikipedia.org/wiki/Energies (journal)]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1800 / ~€1500 ([https://www.mdpi.com/journal/energies/apc as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy and Policy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:'''This journal has ceased (2018)'''.&lt;br /&gt;
:''Energy and Policy Research'' publishes articles on engineering, science, technology, policy, and management related to energy systems. Topics include: advanced power cycles, governmental policies on energy, carbon mitigation technologies including clean coal and carbon capture, hydrogen and fuel cells, energy generation, conversion, storage, and transmission, market-based energy planning, economic, social, and environmental aspects of energy policies, micro- and nano-energy systems, energy supply security, nuclear energy, renewable energy including wind, solar, hydro, geothermal, and biomass, and thermal and fluid design of energy systems.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.tandfonline.com/toc/uetp21/current http://www.tandfonline.com/toc/uetp21/current]&lt;br /&gt;
;Summary&lt;br /&gt;
:broad coverage, including public energy policy and market-based energy planning&lt;br /&gt;
;Length&lt;br /&gt;
:8000 words (inclusive recommended length)&lt;br /&gt;
:LaTeX and MS Word support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Taylor &amp;amp; Francis Group&lt;br /&gt;
;Based&lt;br /&gt;
:USA&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2381-5639 2381-5639]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2381-5639 https://doaj.org/toc/2381-5639]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC&lt;br /&gt;
;Notes&lt;br /&gt;
:previously known as ''Energy Technology &amp;amp; Policy: An Open Access Journal''&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / €1400 (in 2016)&lt;br /&gt;
:membership and offset discounts can apply&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Energy Reports ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Reports'' is an online multidisciplinary open access journal which focuses on publishing new research in the area of energy with a rapid review and publication time. ''Energy Reports'' will be open to direct submissions and also to submissions from other Elsevier energy journals, whose editors have determined that ''Energy Reports'' would be a better fit.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:Direct submissions to the journal can be on any aspect of energy research, either from a technical engineering viewpoint or from a social research aspect. All energy subject areas will be considered (for example, renewables, fossil, nuclear).&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.journals.elsevier.com/energy-reports/ http://www.journals.elsevier.com/energy-reports/]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in November 2015&lt;br /&gt;
:energy research including engineering and social aspects&lt;br /&gt;
;Length&lt;br /&gt;
:4000 words (excluding references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2352-4847 2352-4847]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2352-4847 https://doaj.org/toc/2352-4847]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 / ~€1300 ([https://www.elsevier.com/journals/egyr/2352-4847/open-access-journal as of February 2019])&lt;br /&gt;
:waiver policy for developing countries&lt;br /&gt;
&lt;br /&gt;
== Energy Science &amp;amp; Engineering ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Science &amp;amp; Engineering'' is a peer reviewed, open access journal dedicated to fundamental and applied research on energy and supply and use. The journal is published as a co-operative venture of Wiley and SCI ([http://www.soci.org/ Society of Chemical Industry]). Topics include, but are not limited to the following areas:&lt;br /&gt;
:*general energy: impact of production of electricity, heat and fuels, efficiency: built environment, industry and transport, systems, policy, legislation and planning, and cycle analysis&lt;br /&gt;
:*fossil fuels: carbon capture and storage (CCS) and reduction of other pollutants (NOx, SOx, etc)&lt;br /&gt;
:*energy storage: thermal energy storage and chemical energy storage&lt;br /&gt;
:*nuclear energy: nuclear reprocessing and breeder reactors, subcritical reactors, waste reduction/management, safety&lt;br /&gt;
:*renewable energy: solar energy and photovoltaics, hydrogen, batteries and fuel cells, wind energy, marine energy and hydropower, geothermal energy, and other renewables&lt;br /&gt;
:*power engineering: electric power systems, electric power electronics, cogeneration and combined heat and power, distributed power generation, microgeneration, power distribution and grid modernisation, and power management and modelling&lt;br /&gt;
&lt;br /&gt;
;Website&lt;br /&gt;
:[http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505 http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in April 2013&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:preferred formats are MS Word and RTF, limited support for LaTeX&lt;br /&gt;
;Publisher&lt;br /&gt;
:Wiley&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2050-0505 2050-0505]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2050-0505 https://doaj.org/toc/2050-0505]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 3.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1429 / US$1900 / £1216 ([https://onlinelibrary.wiley.com/page/journal/20500505/homepage/article.htm as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Energy, Sustainability and Society ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This journal offers a forum for discourse on systemic challenges at the intersection of energy, sustainability and society for natural scientists, engineers, social and political scientists and industry experts. It is the particular aim of this journal to publish inter‐ and cross‐disciplinary papers that provide a substantial contribution to the holistic innovation of sustainable energy systems.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The scope of the journal encompasses the whole innovation process, ranging from scientific research to both innovative approaches for technology implementation and the analysis of economic, social and environmental impacts of sustainable energy systems. Papers that integrate at least two dimensions of the energy, sustainability and society nexus and contribute to new holistic system solutions for the development of novel future energy are welcomed. The journal strives to publish early scientific opinions on issues, which are just emerging and require crosscutting and creative thinking.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://energsustainsoc.biomedcentral.com/ https://energsustainsoc.biomedcentral.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:publication opened up in 2011&lt;br /&gt;
:interdisciplinary focus on complex issues concerning science, environment, technology, and society&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2192-0567 2192-0567]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2192-0567 https://doaj.org/toc/2192-0567]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Notes&lt;br /&gt;
:SpringerOpen Copyright and License Agreement applies&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1180 / US$1390 / £990 ([https://energsustainsoc.biomedcentral.com/submission-guidelines/fees-and-funding as of February 2019])&lt;br /&gt;
&lt;br /&gt;
== Frontiers in Energy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This section of the open access journal FRONTIERS welcomes the submission of studies that examine the characteristics of new energy sources in a systemic way, such as the energy yield, the economic return, the pollution effects, and the sustainability of the system in terms of the natural resources that must be engaged.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research http://journal.frontiersin.org/journal/energy-research]&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy systems and policy (one of twelve sections)&lt;br /&gt;
;Length&lt;br /&gt;
:12{{nnbsp}}000 words&lt;br /&gt;
:MS Word and LaTeX templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2296-598X 2296-598X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2296-598X https://doaj.org/toc/2296-598X]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY (version not specified)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1900 (€1800 in 2016)&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environmental Engineering (IJEEE) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal provides a focus for activities concerning the development, assessment and management of energy and environmental engineering related programs. The following topical areas are covered: input-output analyses relating to energy-consuming systems, careful resource or reserve assessments of all types, energy conservation measures and their implementations, incisive evaluation of energy- system management, environmental- impact assessments, and policy alternatives stressing economic implications, bio- reactions and bio-engineering, geothermal energy, marine and hydroelectric energy, nuclear energy, solar energy, wind energy, energy conversion, energy efficient buildings, energy storage, power distribution, and renewable energy resource assessment and transportation.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/engineering/energy+technology/journal/40095 http://www.springer.com/engineering/energy+technology/journal/40095]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy and environmental engineering&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:MS Word and LaTeX (if using mathematics) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2008-9163 2008-9163]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2008-9163 https://doaj.org/toc/2008-9163]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:Publication costs are covered by Islamic Azad University, Iran&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy Economics and Policy (IJEEP) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal seeks articles in the areas of energy economics, energy policy and related disciplines. Topics include, but are not limited to: energy consumption, electricity consumption, economic growth and energy, energy policy, energy planning, energy forecasting, energy pricing, energy politics, energy financing, energy efficiency, energy modelling, energy use, energy and the environment, energy systems, and renewable energy.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.econjournals.com/index.php/ijeep/ http://www.econjournals.com/index.php/ijeep/]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy economics and energy policy&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:LibreOffice, MS Word, RTF, and WordPerfect (but not LaTeX) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:EconJournals&lt;br /&gt;
;Based&lt;br /&gt;
:Turkey&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2146-4553 2146-4553]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2146-4553 https://doaj.org/toc/2146-4553]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$300 (€280 in 2016)&lt;br /&gt;
&lt;br /&gt;
== International Journal of Sustainable Energy Planning and Management ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal is an international interdisciplinary journal in sustainable energy planning and management combining engineering and social science within energy system analysis, feasibility studies and public regulation. The journal focuses on the following three areas:&lt;br /&gt;
:*energy system analysis including theories, methodologies, data handling and software tools as well as specific models and analyses at local, regional, country and/or global level&lt;br /&gt;
:*economics, socio-economics and feasibility studies including theories and methodologies of institutional economics as well as specific feasibility studies and analyses&lt;br /&gt;
:*public regulation and management including theories and methodologies as well as specific analyses and proposals in the light of the implementation and transition into sustainable energy systems&lt;br /&gt;
&lt;br /&gt;
:The journal is sponsor-financed with open access for both readers and authors.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://journals.aau.dk/index.php/sepm https://journals.aau.dk/index.php/sepm]&lt;br /&gt;
;Summary&lt;br /&gt;
:sustainable energy system analysis combining engineering and social science&lt;br /&gt;
;Length&lt;br /&gt;
:5000–8000 words (in total, including references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Aalborg University Press&lt;br /&gt;
;Based&lt;br /&gt;
:Denmark&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2246-2929 2246-2929]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2246-2929 https://doaj.org/toc/2246-2929]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC-ND 3.0 (although the license notice is absent in downloaded PDFs)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:none (see above)&lt;br /&gt;
&lt;br /&gt;
== Journal of Open Research Software ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The open access ''Journal of Open Research Software'' (JORS) is dedicated to publishing open source research software. It is therefore a useful outlet in which to publish software source code, and then be able to cite the software from other articles.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The journal features peer reviewed software metapapers describing research software with high reuse potential. We are working with a number of specialist and institutional repositories to ensure that the associated software is professionally archived, preserved, and is openly available. Equally importantly, the software and the papers will be citable, and reuse will be tracked.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS also publishes full-length research papers that cover different aspects of creating, maintaining and evaluating open source research software. The aim of the section is to promote the dissemination of best practice and experience related to the development and maintenance of reusable, sustainable research software.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS believes that only the CC BY license meets the requirements for true open access for books and journals, and strongly prefers CC0 for open research data.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:principally for short peer reviews of software and associated code, research papers are not common&lt;br /&gt;
:reviewers will download, test, and assess the associated code&lt;br /&gt;
;Length&lt;br /&gt;
:software reviews are short&lt;br /&gt;
:research papers are limited to 4000 words and few references&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2049-9647 2049-9647]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2049-9647 https://doaj.org/toc/2049-9647]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0 (text)&lt;br /&gt;
:CC0 (public domain, strongly preferred for data)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:£100 (€120 in 2016) for software reviews&lt;br /&gt;
:£300 (€360 in 2016) for research papers&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Sustainability - Special Issue Smart Power Grid for Sustainable Energy Transition ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:A special issue of Sustainability (ISSN 2071-1050). This special issue belongs to the section &amp;quot;Energy Sustainability&amp;quot;. Deadline for manuscript submissions: '''30 August 2018'''&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:This Special Issue invites submissions of cross-disciplinary and empirical studies from several fields of economics, business strategy, innovations, environmental impact studies, engineering, public policy, sustainability and consumer research. Since the smart grid and its impacts on sustainable energy transition is manifested differently in different countries and on different continents, a wide range of contributions are invited from all over the globe.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.&lt;br /&gt;
;Publisher&lt;br /&gt;
:—&lt;br /&gt;
;Based&lt;br /&gt;
:—&lt;br /&gt;
;ISSN&lt;br /&gt;
:2071-1050&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2071-1050 https://doaj.org/toc/2071-1050]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&lt;br /&gt;
:1400 CHF (Swiss Francs)&lt;br /&gt;
&lt;br /&gt;
== Journal of Modern Power Systems and Clean Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&amp;lt;br/&amp;gt;&lt;br /&gt;
:''Journal of Modern Power Systems and Clean Energy'' is dedicated to presenting top-level academic achievements in the fields of modern power systems and clean energy by international researchers and engineers, and is endeavoured to serve as a bridge between Chinese and global researchers in the power industry.&lt;br /&gt;
:.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565 http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:not specified&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:China&lt;br /&gt;
;ISSN&lt;br /&gt;
:&amp;lt;span&amp;gt;&amp;lt;span&amp;gt;2196-5420&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2196-5420 https://doaj.org/toc/2196-5420]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&amp;lt;br/&amp;gt;&lt;br /&gt;
:none&lt;br /&gt;
::Publication costs&amp;amp;nbsp;are covered by State Grid Electric Power Research Institute&amp;lt;span&amp;gt;, China.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;span&amp;gt;Co-publication with State Grid Electric Power Research Institute&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Less known journals =&lt;br /&gt;
&lt;br /&gt;
An appearance here does not imply an endorsement. You will need to make your own determination as to the quality of each journal listed.&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environment (IJEE) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:all areas of energy and the environment&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2076-2909 https://doaj.org/toc/2076-2909]&lt;br /&gt;
;Based&lt;br /&gt;
:Iraq&lt;br /&gt;
&lt;br /&gt;
== International Journal of Renewable Energy Development (IJRED) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:renewable energy research and development&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2252-4940 https://doaj.org/toc/2252-4940]&lt;br /&gt;
;Based&lt;br /&gt;
:Indonesia&lt;br /&gt;
&lt;br /&gt;
== Journal of Sustainable Development of Energy, Water and Environment Systems (JSDEWES) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:methods, policies and technologies for increasing the sustainability of development by de-coupling growth from natural resources and replacing them with a knowledge-based economy&lt;br /&gt;
;Link&lt;br /&gt;
:[http://www.sdewes.org/jsdewes/index.php http://www.sdewes.org/jsdewes/index.php]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1848-9257 https://doaj.org/toc/1848-9257]&lt;br /&gt;
;Fee&lt;br /&gt;
:50€-250€ +VAT(25%)&lt;br /&gt;
;Based&lt;br /&gt;
:Croatia&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conferences and Workshops =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&lt;br /&gt;
! License&lt;br /&gt;
! Fee&lt;br /&gt;
! Coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#ACM_e_Energy|ACM e-Energy]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | [http://www.acm.org/publications/policies/copyright-and-license-forms ACM Agreements]&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. USD200 - USD500&lt;br /&gt;
| broad coverage (more engineering oriented)&lt;br /&gt;
|-&lt;br /&gt;
| [[#D_A_CH_Conference_on_Energy_Informatics|D-A-CH+ Conference on Energy Informatics]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. €100 - €500&lt;br /&gt;
| broad coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#Future_Technologies_Conference|Future Technologies Conference]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| broad coverage&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ACM e-Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:International Conference on Future Energy Systems (''ACM e-Energy'') is an international conference on future energy covering topics such as monitoring and control, energy efficient computing, electric vehicle routing and topics tackling problems in the future and todays power grid.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.sigcomm.org/events/eenergy-conference http://www.sigcomm.org/events/eenergy-conference]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2010&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:restrictions changing&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;ISBN&lt;br /&gt;
:[http://dblp2.uni-trier.de/db/conf/bcb/ [1]]&lt;br /&gt;
&lt;br /&gt;
== D-A-CH+ Conference on Energy Informatics ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''D-A-CH+ Conference on Energy Informatics'' is a future energy conference meant for the knowledge exchange in the German-Austrian-Swiss region. However, the conference becomes more and more international.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2012&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
&lt;br /&gt;
== Future Technologies Conference ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Future Technologies Conference'' (FTC) is an international conference in the areas of Computing, Electronics, AI, Robotics, Security and Communications.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2016 (?)&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
:&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	<entry>
		<id>https://wiki.openmod-initiative.org/wiki/Open_journals</id>
		<title>Open journals</title>
		<link rel="alternate" type="text/html" href="https://wiki.openmod-initiative.org/wiki/Open_journals"/>
				<updated>2019-02-17T18:07:33Z</updated>
		
		<summary type="html">&lt;p&gt;Nithiya Streethran: /* Energy, Sustainability and Society */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This page contains a list of full open access journals in which energy research and energy modeling software can be published. The information here (including publication fees and article lengths) refers to full-length articles based on original research.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most journals require a publication fee (also known as an article processing charge or APC) to be paid by the submitter on acceptance. The fee can be as high as €1800, but some journals have a waiver policy for non-funded authors. To apply for a partial or full exemption, you will need to submit the institutional affiliations of the authors, the details of your project, and any sources of funding you receive. You also need to apply prior to or at the time of submission.&lt;br /&gt;
&lt;br /&gt;
Some conventional journals allow authors to buy out their restricted access. These are known as hybrid open access journals and their APCs tends to be higher, in line with their better impact factors.&lt;br /&gt;
&lt;br /&gt;
Only one journal, the [[#Journal_of_Open_Research_Software|Journal of Open Research Software]], is dedicated to software and it covers all areas of science. Only two support energy economics. The remainder are either oriented towards engineering topics or broad in scope.&lt;br /&gt;
&lt;br /&gt;
The [https://doaj.org/ Directory of Open Access Journals] (DOAJ) maintains a directory of open access journals.&lt;br /&gt;
&lt;br /&gt;
''Note'': Feel free to shift journals between the established and less known categories or remove them altogether, particularly if you know something of their reputation.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview&amp;lt;br/&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 743px&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&amp;lt;br/&amp;gt;&lt;br /&gt;
! License&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 72px&amp;quot; | Fee&lt;br /&gt;
! style=&amp;quot;width: 122px&amp;quot; | Coverage&lt;br /&gt;
! style=&amp;quot;width: 38px&amp;quot; | DOAJ Seal&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
! style=&amp;quot;width: 55px&amp;quot; | IF&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energies|Energies]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1500&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | &amp;lt;span id=&amp;quot;journalImpactFactorPopUp-1040-outerCt&amp;quot; style=&amp;quot;display: table;  width: 100%;  table-layout: fixed;  height: 100%&amp;quot;&amp;gt;2.676 (2017)&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_and_Policy_Research|Energy and Policy Research]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | †{{nbsp}}€1400&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Reports|Energy Reports]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1400&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy_Science_.26_Engineering|Energy Science &amp;amp; Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1400&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Energy.2C_Sustainability_and_Society|Energy, Sustainability and Society]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €900&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | complex issues&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 1.625 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontiers_in_Energy_Research|Frontiers in Energy Research]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | †{{nbsp}}€1800&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy systems and policy&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_and_Environmental_Engineering_.28IJEEE.29|Int J of Energy and Environmental Engineering]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  background-color: beige;  width: 72px&amp;quot; | &amp;amp;nbsp;?{{pad|1em}}&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | engineering oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Energy_Economics_and_Policy_.28IJEEP.29|Int J of Energy Economics and Policy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €280&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy economics&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#International_Journal_of_Sustainable_Energy_Planning_and_Management|Int J of Sustainable Energy Planning and Management]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY-NC-ND&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | energy system analysis&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Open_Research_Software|Journal of Open Research Software]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | †{{nbsp}}€360&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | software oriented&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | none&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Sustainability_-_Special_Issue_Smart_Power_Grid_for_Sustainable_Energy_Transition|Sustainability]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | €1200&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | broad coverage&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.075 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[#Journal_of_Modern_Power_Systems_and_Clean_Energy|Journal of Modern Power Systems and Clean Energy]]&amp;lt;br/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | CC BY&lt;br /&gt;
| style=&amp;quot;text-align: right;  width: 72px&amp;quot; | none&lt;br /&gt;
| style=&amp;quot;width: 122px&amp;quot; | power systems&lt;br /&gt;
| style=&amp;quot;width: 38px&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;width: 55px&amp;quot; | 2.122 (2017)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;6&amp;quot; style=&amp;quot;font-size: 85%;  width: 671px&amp;quot; | &lt;br /&gt;
*Only the '''least restrictive license''' is recorded. See elsewhere for alternative options and for details of the license version in use.&lt;br /&gt;
*The '''publication fees are indicative'''. Consult the text here, the journal website, and/or an exchange rate calculator for better information. Waiver policies for non-funded authors and for authors from developing countries may apply. The † indicates that the publication fee may be '''partially or fully waived''' for non-funded authors.&amp;lt;br/&amp;gt;&lt;br /&gt;
*&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; The [https://blog.doaj.org/tag/doaj-seal/ DOAJ Seal] is an indicator for high quality of an open access journal in terms of best-practice.&lt;br /&gt;
*&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;lt;span&amp;gt;Clarivate Analytics (&amp;lt;/span&amp;gt;Thomson Reuters) [https://jcr.incites.thomsonreuters.com/JCRJournalHomeAction.action Impact Factor]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Established journals =&lt;br /&gt;
&lt;br /&gt;
== Energies ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energies'' is an open access journal of related scientific research, technology development, and policy and management studies. Its aim is to encourage scientists to publish their experimental and theoretical results in as much detail as possible. The full experimental details must be provided so that the results can be reproduced. The publisher's keywords comprise: energy sources, energy saving, and energy efficiency.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/energies http://www.mdpi.com/journal/energies]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2008&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restrictions&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/1996-1073 1996-1073]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1996-1073 https://doaj.org/toc/1996-1073]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:[https://en.wikipedia.org/wiki/Energies_(journal) https://en.wikipedia.org/wiki/Energies (journal)]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:CHF1500 (€1500 in 2017, includes 5% exchange fee)&lt;br /&gt;
&lt;br /&gt;
== Energy and Policy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy and Policy Research'' publishes articles on engineering, science, technology, policy, and management related to energy systems. Topics include: advanced power cycles, governmental policies on energy, carbon mitigation technologies including clean coal and carbon capture, hydrogen and fuel cells, energy generation, conversion, storage, and transmission, market-based energy planning, economic, social, and environmental aspects of energy policies, micro- and nano-energy systems, energy supply security, nuclear energy, renewable energy including wind, solar, hydro, geothermal, and biomass, and thermal and fluid design of energy systems.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.tandfonline.com/toc/uetp21/current http://www.tandfonline.com/toc/uetp21/current]&lt;br /&gt;
;Summary&lt;br /&gt;
:broad coverage, including public energy policy and market-based energy planning&lt;br /&gt;
;Length&lt;br /&gt;
:8000 words (inclusive recommended length)&lt;br /&gt;
:LaTeX and MS Word support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Taylor &amp;amp; Francis Group&lt;br /&gt;
;Based&lt;br /&gt;
:USA&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2381-5639 2381-5639]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2381-5639 https://doaj.org/toc/2381-5639]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC&lt;br /&gt;
;Notes&lt;br /&gt;
:previously known as ''Energy Technology &amp;amp; Policy: An Open Access Journal''&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 €1400 in 2016)&lt;br /&gt;
:membership and offset discounts can apply&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Energy Reports ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Reports'' is an online multidisciplinary open access journal which focuses on publishing new research in the area of energy with a rapid review and publication time. ''Energy Reports'' will be open to direct submissions and also to submissions from other Elsevier energy journals, whose editors have determined that ''Energy Reports'' would be a better fit.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:Direct submissions to the journal can be on any aspect of energy research, either from a technical engineering viewpoint or from a social research aspect. All energy subject areas will be considered (for example, renewables, fossil, nuclear).&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.journals.elsevier.com/energy-reports/ http://www.journals.elsevier.com/energy-reports/]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in November 2015&lt;br /&gt;
:energy research including engineering and social aspects&lt;br /&gt;
;Length&lt;br /&gt;
:4000 words (excluding references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Elsevier&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2352-4847 2352-4847]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2352-4847 https://doaj.org/toc/2352-4847]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY or CC BY-NC-ND (author choice)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1500 (€1400 in 2016)&lt;br /&gt;
:waiver policy for developing countries&lt;br /&gt;
&lt;br /&gt;
== Energy Science &amp;amp; Engineering ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Energy Science &amp;amp; Engineering'' is a peer reviewed, open access journal dedicated to fundamental and applied research on energy and supply and use. The journal is published as a co-operative venture of Wiley and SCI ([http://www.soci.org/ Society of Chemical Industry]). Topics include, but are not limited to the following areas:&lt;br /&gt;
:*general energy: impact of production of electricity, heat and fuels, efficiency: built environment, industry and transport, systems, policy, legislation and planning, and cycle analysis&lt;br /&gt;
:*fossil fuels: carbon capture and storage (CCS) and reduction of other pollutants (NOx, SOx, etc)&lt;br /&gt;
:*energy storage: thermal energy storage and chemical energy storage&lt;br /&gt;
:*nuclear energy: nuclear reprocessing and breeder reactors, subcritical reactors, waste reduction/management, safety&lt;br /&gt;
:*renewable energy: solar energy and photovoltaics, hydrogen, batteries and fuel cells, wind energy, marine energy and hydropower, geothermal energy, and other renewables&lt;br /&gt;
:*power engineering: electric power systems, electric power electronics, cogeneration and combined heat and power, distributed power generation, microgeneration, power distribution and grid modernisation, and power management and modelling&lt;br /&gt;
&lt;br /&gt;
;Website&lt;br /&gt;
:[http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505 http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2050-0505]&lt;br /&gt;
;Summary&lt;br /&gt;
:first published in April 2013&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:preferred formats are MS Word and RTF, limited support for LaTeX&lt;br /&gt;
;Publisher&lt;br /&gt;
:Wiley&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2050-0505 2050-0505]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2050-0505 https://doaj.org/toc/2050-0505]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 3.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1400&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Energy, Sustainability and Society ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This journal offers a forum for discourse on systemic challenges at the intersection of energy, sustainability and society for natural scientists, engineers, social and political scientists and industry experts. It is the particular aim of this journal to publish inter‐ and cross‐disciplinary papers that provide a substantial contribution to the holistic innovation of sustainable energy systems.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The scope of the journal encompasses the whole innovation process, ranging from scientific research to both innovative approaches for technology implementation and the analysis of economic, social and environmental impacts of sustainable energy systems. Papers that integrate at least two dimensions of the energy, sustainability and society nexus and contribute to new holistic system solutions for the development of novel future energy are welcomed. The journal strives to publish early scientific opinions on issues, which are just emerging and require crosscutting and creative thinking.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://energsustainsoc.biomedcentral.com/ https://energsustainsoc.biomedcentral.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:publication opened up in 2011&lt;br /&gt;
:interdisciplinary focus on complex issues concerning science, environment, technology, and society&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2192-0567 2192-0567]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2192-0567 https://doaj.org/toc/2192-0567]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Notes&lt;br /&gt;
:SpringerOpen Copyright and License Agreement applies&lt;br /&gt;
;Publication fee&lt;br /&gt;
:€1180 / $1390 / £990 ([https://energsustainsoc.biomedcentral.com/submission-guidelines/fees-and-funding as of February 2019])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Frontiers in Energy Research ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:This section of the open access journal FRONTIERS welcomes the submission of studies that examine the characteristics of new energy sources in a systemic way, such as the energy yield, the economic return, the pollution effects, and the sustainability of the system in terms of the natural resources that must be engaged.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research http://journal.frontiersin.org/journal/energy-research]&lt;br /&gt;
:[http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy http://journal.frontiersin.org/journal/energy-research/section/energy-systems-and-policy]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy systems and policy (one of twelve sections)&lt;br /&gt;
;Length&lt;br /&gt;
:12{{nnbsp}}000 words&lt;br /&gt;
:MS Word and LaTeX templates available&lt;br /&gt;
;Based&lt;br /&gt;
:Switzerland&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2296-598X 2296-598X]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2296-598X https://doaj.org/toc/2296-598X]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY (version not specified)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$1900 (€1800 in 2016)&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environmental Engineering (IJEEE) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal provides a focus for activities concerning the development, assessment and management of energy and environmental engineering related programs. The following topical areas are covered: input-output analyses relating to energy-consuming systems, careful resource or reserve assessments of all types, energy conservation measures and their implementations, incisive evaluation of energy- system management, environmental- impact assessments, and policy alternatives stressing economic implications, bio- reactions and bio-engineering, geothermal energy, marine and hydroelectric energy, nuclear energy, solar energy, wind energy, energy conversion, energy efficient buildings, energy storage, power distribution, and renewable energy resource assessment and transportation.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/engineering/energy+technology/journal/40095 http://www.springer.com/engineering/energy+technology/journal/40095]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy and environmental engineering&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:MS Word and LaTeX (if using mathematics) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:Germany&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2008-9163 2008-9163]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2008-9163 https://doaj.org/toc/2008-9163]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:(an article processing fee exists by was not specified on the journal's website)&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy Economics and Policy (IJEEP) ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal seeks articles in the areas of energy economics, energy policy and related disciplines. Topics include, but are not limited to: energy consumption, electricity consumption, economic growth and energy, energy policy, energy planning, energy forecasting, energy pricing, energy politics, energy financing, energy efficiency, energy modelling, energy use, energy and the environment, energy systems, and renewable energy.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.econjournals.com/index.php/ijeep/ http://www.econjournals.com/index.php/ijeep/]&lt;br /&gt;
;Summary&lt;br /&gt;
:energy economics and energy policy&lt;br /&gt;
;Length&lt;br /&gt;
:no restriction&lt;br /&gt;
:LibreOffice, MS Word, RTF, and WordPerfect (but not LaTeX) support&lt;br /&gt;
;Publisher&lt;br /&gt;
:EconJournals&lt;br /&gt;
;Based&lt;br /&gt;
:Turkey&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2146-4553 2146-4553]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2146-4553 https://doaj.org/toc/2146-4553]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0&lt;br /&gt;
;Publication fee&lt;br /&gt;
:US$300 (€280 in 2016)&lt;br /&gt;
&lt;br /&gt;
== International Journal of Sustainable Energy Planning and Management ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The journal is an international interdisciplinary journal in sustainable energy planning and management combining engineering and social science within energy system analysis, feasibility studies and public regulation. The journal focuses on the following three areas:&lt;br /&gt;
:*energy system analysis including theories, methodologies, data handling and software tools as well as specific models and analyses at local, regional, country and/or global level&lt;br /&gt;
:*economics, socio-economics and feasibility studies including theories and methodologies of institutional economics as well as specific feasibility studies and analyses&lt;br /&gt;
:*public regulation and management including theories and methodologies as well as specific analyses and proposals in the light of the implementation and transition into sustainable energy systems&lt;br /&gt;
&lt;br /&gt;
:The journal is sponsor-financed with open access for both readers and authors.&lt;br /&gt;
;Website&lt;br /&gt;
:[https://journals.aau.dk/index.php/sepm https://journals.aau.dk/index.php/sepm]&lt;br /&gt;
;Summary&lt;br /&gt;
:sustainable energy system analysis combining engineering and social science&lt;br /&gt;
;Length&lt;br /&gt;
:5000–8000 words (in total, including references)&lt;br /&gt;
;Publisher&lt;br /&gt;
:Aalborg University Press&lt;br /&gt;
;Based&lt;br /&gt;
:Denmark&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2246-2929 2246-2929]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2246-2929 https://doaj.org/toc/2246-2929]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY-NC-ND 3.0 (although the license notice is absent in downloaded PDFs)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:none (see above)&lt;br /&gt;
&lt;br /&gt;
== Journal of Open Research Software ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:The open access ''Journal of Open Research Software'' (JORS) is dedicated to publishing open source research software. It is therefore a useful outlet in which to publish software source code, and then be able to cite the software from other articles.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:The journal features peer reviewed software metapapers describing research software with high reuse potential. We are working with a number of specialist and institutional repositories to ensure that the associated software is professionally archived, preserved, and is openly available. Equally importantly, the software and the papers will be citable, and reuse will be tracked.&amp;lt;br/&amp;gt;&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS also publishes full-length research papers that cover different aspects of creating, maintaining and evaluating open source research software. The aim of the section is to promote the dissemination of best practice and experience related to the development and maintenance of reusable, sustainable research software.&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:JORS believes that only the CC BY license meets the requirements for true open access for books and journals, and strongly prefers CC0 for open research data.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://openresearchsoftware.metajnl.com/ http://openresearchsoftware.metajnl.com/]&lt;br /&gt;
;Summary&lt;br /&gt;
:principally for short peer reviews of software and associated code, research papers are not common&lt;br /&gt;
:reviewers will download, test, and assess the associated code&lt;br /&gt;
;Length&lt;br /&gt;
:software reviews are short&lt;br /&gt;
:research papers are limited to 4000 words and few references&lt;br /&gt;
;Based&lt;br /&gt;
:United Kingdom&lt;br /&gt;
;ISSN&lt;br /&gt;
:[https://www.worldcat.org/issn/2049-9647 2049-9647]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2049-9647 https://doaj.org/toc/2049-9647]&lt;br /&gt;
;License&lt;br /&gt;
:CC BY 4.0 (text)&lt;br /&gt;
:CC0 (public domain, strongly preferred for data)&lt;br /&gt;
;Publication fee&lt;br /&gt;
:£100 (€120 in 2016) for software reviews&lt;br /&gt;
:£300 (€360 in 2016) for research papers&lt;br /&gt;
:fee may be partially or fully waived for non-funded authors&lt;br /&gt;
&lt;br /&gt;
== Sustainability - Special Issue Smart Power Grid for Sustainable Energy Transition ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:A special issue of Sustainability (ISSN 2071-1050). This special issue belongs to the section &amp;quot;Energy Sustainability&amp;quot;. Deadline for manuscript submissions: '''30 August 2018'''&lt;br /&gt;
:&amp;amp;nbsp;&lt;br /&gt;
:This Special Issue invites submissions of cross-disciplinary and empirical studies from several fields of economics, business strategy, innovations, environmental impact studies, engineering, public policy, sustainability and consumer research. Since the smart grid and its impacts on sustainable energy transition is manifested differently in different countries and on different continents, a wide range of contributions are invited from all over the globe.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition www.mdpi.com/journal/sustainability/special_issues/smart_power_energy_transition]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.&lt;br /&gt;
;Publisher&lt;br /&gt;
:—&lt;br /&gt;
;Based&lt;br /&gt;
:—&lt;br /&gt;
;ISSN&lt;br /&gt;
:2071-1050&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2071-1050 https://doaj.org/toc/2071-1050]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&lt;br /&gt;
:1400 CHF (Swiss Francs)&lt;br /&gt;
&lt;br /&gt;
== Journal of Modern Power Systems and Clean Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&amp;lt;br/&amp;gt;&lt;br /&gt;
:''Journal of Modern Power Systems and Clean Energy'' is dedicated to presenting top-level academic achievements in the fields of modern power systems and clean energy by international researchers and engineers, and is endeavoured to serve as a bridge between Chinese and global researchers in the power industry.&lt;br /&gt;
:.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565 http://www.springer.com/energy/systems,+storage+and+harvesting/journal/40565]&lt;br /&gt;
;Summary&lt;br /&gt;
:—&lt;br /&gt;
;Length&lt;br /&gt;
:not specified&lt;br /&gt;
;Publisher&lt;br /&gt;
:Springer&lt;br /&gt;
;Based&lt;br /&gt;
:China&lt;br /&gt;
;ISSN&lt;br /&gt;
:&amp;lt;span&amp;gt;&amp;lt;span&amp;gt;2196-5420&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2196-5420 https://doaj.org/toc/2196-5420]&lt;br /&gt;
;Wikipedia&lt;br /&gt;
:—&lt;br /&gt;
;License&lt;br /&gt;
:CC BY&lt;br /&gt;
;Publication fee&amp;lt;br/&amp;gt;&lt;br /&gt;
:none&lt;br /&gt;
::Publication costs&amp;amp;nbsp;are covered byState Grid Electric Power Research Institute&amp;lt;span&amp;gt;, China.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;span&amp;gt;Co-publication with State Grid Electric Power Research Institute&amp;lt;/span&amp;gt;&amp;lt;span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Less known journals =&lt;br /&gt;
&lt;br /&gt;
An appearance here does not imply an endorsement. You will need to make your own determination as to the quality of each journal listed.&lt;br /&gt;
&lt;br /&gt;
== International Journal of Energy and Environment (IJEE) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:all areas of energy and the environment&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2076-2909 https://doaj.org/toc/2076-2909]&lt;br /&gt;
;Based&lt;br /&gt;
:Iraq&lt;br /&gt;
&lt;br /&gt;
== International Journal of Renewable Energy Development (IJRED) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:renewable energy research and development&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/2252-4940 https://doaj.org/toc/2252-4940]&lt;br /&gt;
;Based&lt;br /&gt;
:Indonesia&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Journal of Sustainable Development of Energy, Water and Environment Systems (JSDEWES) ==&lt;br /&gt;
&lt;br /&gt;
;Summary&lt;br /&gt;
:methods, policies and technologies for increasing the sustainability of development by de-coupling growth from natural resources and replacing them with a knowledge-based economy&lt;br /&gt;
;Link&lt;br /&gt;
:[http://www.sdewes.org/jsdewes/index.php http://www.sdewes.org/jsdewes/index.php]&lt;br /&gt;
;DOAJ listing&lt;br /&gt;
:[https://doaj.org/toc/1848-9257 https://doaj.org/toc/1848-9257]&lt;br /&gt;
;Fee&lt;br /&gt;
:50€-250€ +VAT(25%)&lt;br /&gt;
;Based&lt;br /&gt;
:Croatia&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conferences and Workshops =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
|+ List of established full open access journals&lt;br /&gt;
|-&lt;br /&gt;
! Journal&lt;br /&gt;
! License&lt;br /&gt;
! Fee&lt;br /&gt;
! Coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#ACM_e_Energy|ACM e-Energy]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | [http://www.acm.org/publications/policies/copyright-and-license-forms ACM Agreements]&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. USD200 - USD500&lt;br /&gt;
| broad coverage (more engineering oriented)&lt;br /&gt;
|-&lt;br /&gt;
| [[#D_A_CH_Conference_on_Energy_Informatics|D-A-CH+ Conference on Energy Informatics]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | ca. €100 - €500&lt;br /&gt;
| broad coverage&lt;br /&gt;
|-&lt;br /&gt;
| [[#Future_Technologies_Conference|Future Technologies Conference]]&lt;br /&gt;
| style=&amp;quot;text-align: center&amp;quot; | --&lt;br /&gt;
| style=&amp;quot;text-align: right&amp;quot; | &amp;amp;nbsp;?&lt;br /&gt;
| broad coverage&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ACM e-Energy ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:International Conference on Future Energy Systems (''ACM e-Energy'') is an international conference on future energy covering topics such as monitoring and control, energy efficient computing, electric vehicle routing and topics tackling problems in the future and todays power grid.&lt;br /&gt;
;Website&lt;br /&gt;
:[http://www.sigcomm.org/events/eenergy-conference http://www.sigcomm.org/events/eenergy-conference]&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2010&lt;br /&gt;
:engineering oriented&lt;br /&gt;
;Length&lt;br /&gt;
:restrictions changing&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
;ISBN&lt;br /&gt;
:[http://dblp2.uni-trier.de/db/conf/bcb/ [1]]&lt;br /&gt;
&lt;br /&gt;
== D-A-CH+ Conference on Energy Informatics ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''D-A-CH+ Conference on Energy Informatics'' is a future energy conference meant for the knowledge exchange in the German-Austrian-Swiss region. However, the conference becomes more and more international.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2012&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
&lt;br /&gt;
== Future Technologies Conference ==&lt;br /&gt;
&lt;br /&gt;
;Overview&lt;br /&gt;
:''Future Technologies Conference'' (FTC) is an international conference in the areas of Computing, Electronics, AI, Robotics, Security and Communications.&lt;br /&gt;
;Summary&lt;br /&gt;
:established in 2016 (?)&lt;br /&gt;
:broad coverage&lt;br /&gt;
;Length&lt;br /&gt;
:check every year&lt;br /&gt;
:LaTeX and MS Word templates available&lt;br /&gt;
:&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nithiya Streethran</name></author>	</entry>

	</feed>