Contact

class Contact "Contact"
    extends Modelica.Icons.Contact;

    annotation (Documentation(info = "<html>\n\n<p>\nThis class summarizes contact information of the contributing persons.\n</p>\n\n<h4>Example</h4>\n\n<pre>\n&lt;p&gt;\nLibrary officers responsible for the maintenance and for the\norganization of the development of this library are listed in\n&lt;a href=\"modelica://Modelica.UsersGuide.Contact\"&gt;Modelica.UsersGuide.Contact&lt;/a&gt;.\n&lt;/p&gt;\n\n&lt;h4&gt;Main authors&lt;/h4&gt;\n\n&lt;p&gt;\n&lt;strong&gt;First author's name&lt;/strong&gt;&lt;br&gt;\nFirst author's address&lt;br&gt;\nnext address line&lt;br&gt;\nemail: &lt;a href=\"mailto:author1@example.org\"&gt;author1@example.org&lt;/a&gt;&lt;br&gt;\nweb: &lt;a href=&quot;https://www.example.org&quot;&gt;https://www.example.org&lt;/a&gt;\n&lt;/p&gt;\n\n&lt;p&gt;\n&lt;strong&gt;Second author's name&lt;/strong&gt;&lt;br&gt;\nSecond author's address&lt;br&gt;\nnext address line&lt;br&gt;\nemail: &lt;a href=\"mailto:author2@example.org\"&gt;author2@example.org&lt;/a&gt;\n&lt;/p&gt;\n\n&lt;h4&gt;Contributors to this library&lt;/h4&gt;\n\n&lt;ul&gt;\n&nbsp; &lt;li&gt;Person one&lt;/li&gt;\n&nbsp; &lt;li&gt;...&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;h4&gt;Acknowledgements&lt;/h4&gt;\n\n&lt;p&gt;\nThe authors would like to thank following persons for their support ...\n&lt;/p&gt;\n\nOR\n\n&lt;p&gt;\nWe are thankful to our colleagues [names] who provided expertise to develop this library...\n&lt;/p&gt;\n\nOR\n\n&lt;p&gt;\nThe [partial] financial support for the development of this library by [organization]\nis highly appreciated.\n&lt;/p&gt;\n\nOR whatever\n</pre>\n<p>appears as</p>\n<p>\nLibrary officers responsible for the maintenance and for the\norganization of the development of this library are listed in\n<a href=\"modelica://Modelica.UsersGuide.Contact\">Modelica.UsersGuide.Contact</a>.\n</p>\n\n<h4>Main authors</h4>\n\n<p>\n<strong>First author's name</strong><br>\nFirst author's address<br>\nnext address line<br>\nemail: <a href=\"mailto:author1@example.org\">author1@example.org</a><br>\nweb: <a href=\"https://www.example.org\">https://www.example.org</a>\n</p>\n\n<p>\n<strong>Second author's name</strong><br>\nSecond author's address<br>\nnext address line<br>\nemail: <a href=\"mailto:author2@example.org\">author2@example.org</a><br>\n</p>\n\n<h4>Contributors to this library</h4>\n\n<ul>\n  <li>Person one</li>\n  <li>...</li>\n</ul>\n\n<h4>Acknowledgements</h4>\n\n<p>\nThe authors would like to thank following persons for their support ...\n</p>\n</html>"));
end Contact;