Skip to content

Commit

Permalink
42: Links and References
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Nov 2, 2024
1 parent 4bab82e commit e304bb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 182 deletions.
174 changes: 0 additions & 174 deletions _index.html

This file was deleted.

12 changes: 4 additions & 8 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,31 +97,27 @@
</ol>
</div>

<p><img src="http://upload.wikimedia.org/wikipedia/commons/c/ca/Vitruvian_Man_Measurements.png" alt="UOMo" title="Vitruvian Man" /></p>

<h3>Motivation</h3>
<p><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><span class="Apple-style-span" style="line-height: 16px;">Developers frequently encounter the need to model units<span class="Apple-converted-space">&nbsp;</span><span class="searchword">of</span><span class="Apple-converted-space">&nbsp;</span>measurement, because objects in the real world are subject to these measures. When working with units, developers need to understand the mathematics<span class="Apple-converted-space">&nbsp;</span><span class="searchword">of</span><span class="Apple-converted-space">&nbsp;</span>units, how to convert between systems, and how to format and parse string representations<span class="Apple-converted-space">&nbsp;</span><span class="searchword">of</span><span class="Apple-converted-space">&nbsp;</span>units. Most<span class="Apple-converted-space">&nbsp;</span><span class="searchword">of</span><span class="Apple-converted-space">&nbsp;</span>this work can be consolidated into one or two Java packages, which is a primary aim<span class="Apple-converted-space">&nbsp;</span><span class="searchword">of</span><span class="Apple-converted-space">&nbsp;</span>this project. This project will help developers create safe, correct s<span class="searchword">of</span>tware to deal with common problem<span class="Apple-converted-space">&nbsp;</span><span class="searchword">of</span><span class="Apple-converted-space">&nbsp;</span>modeling units.</span></span></p>
</div>

<div id="feature_2">
<h3>Data</h3>
<ul>
<li>Basic implementation of <a href="http://www.unitsofmeasure.org">UCUM</a> System for use in any context</li>
<li>Help to incorporate units into <a href="http://www.w3.org">W3C</a> standard <a href="http://www.w3.org/TR/mathml-units/">MathML</a></li>
<li>Support <a href="http://www.oasis-open.org">OASIS</a> standard <a href="http://unitsml.nist.gov/">Units Markup Language (UnitsML)</a></li>
</ul>
<p>&nbsp;</p>
</div>

<div id="feature_3">
<h3>Services</h3>
<ul>
<li>Strong Unit Typing (Compile time support)</li>
<li>HL7 Services</li>
<li>Financial API based on general Units of Measurement implementation </li>
</ul>
<blockquote>
<p>The focus of the project is on <a href="http://www.oracle.com/technetwork/java/index.html">Java</a> implementations, but other languages both on a JVM or other platforms will be supported as appropriate, desired and/or contributed.</p>
</blockquote>
</div>

<p>The focus of the project is on <a href="http://www.oracle.com/technetwork/java/index.html">Java</a> implementations, but other languages both on a JVM or other platforms will be supported as appropriate, desired and/or contributed.</p>

</article>
</div> <!-- /.col-md-12 -->
Expand Down

0 comments on commit e304bb2

Please sign in to comment.