Skip to content

Commit

Permalink
Adding doi to paper reference in ClimateChange package
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarw committed Feb 12, 2020
1 parent 46abf25 commit 5d436a3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Chemical/Examples.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within Chemical;
within Chemical;
package Examples "Examples that demonstrate usage of chemical library"
extends Modelica.Icons.ExamplesPackage;

Expand Down Expand Up @@ -6838,15 +6838,16 @@ extends Modelica.Icons.ExamplesPackage;
class References "References"
extends Modelica.Icons.References;

annotation (Documentation(info="<html>
annotation (DocumentationClass=true,Documentation(info="<html>
<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\">
<tr>
<td>[Nelabhotla2019]</td>
<td>Anirudh Bhanu Teja Nelabhotla, Rune Bakke, Carlos Dinamarca, \"Performance Analysis of Biocathode in Bioelectrochemical CO2 Reduction\" Catalysts, 9, 683, 2019. </td>
</tr>
<tr>
<td>[Nelabhotla2019]</td>
<td>Anirudh Bhanu Teja Nelabhotla, Rune Bakke, Carlos Dinamarca,
\"Performance Analysis of Biocathode in Bioelectrochemical CO2 Reduction\"
Catalysts, 9, 683, 2019,
<a href=\"https://doi.org/10.3390/catal9080683\">doi:10.3390/catal9080683</a>.
</td>
</tr>
</table>
</html>"));
end References;
Expand Down

0 comments on commit 5d436a3

Please sign in to comment.