Skip to content

Commit

Permalink
Merge pull request #10 from arthurits/Version176
Browse files Browse the repository at this point in the history
ErgoCalculator 1.7.6
  • Loading branch information
arthurits authored Jan 6, 2024
2 parents d95fb25 + 3613f76 commit fde6dcb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ErgoCalc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.5.0")]
[assembly: AssemblyFileVersion("1.7.5.0")]
[assembly: AssemblyVersion("1.7.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]

// Needed to avoid warnings for ScottPlot 4.0.48
//[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows7.0")]
Binary file added ErgoCalc/images/splash-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# <img src="ErgoCalc/images/logo@256.png?raw=true" height="28" width="28"> ErgoCalc
Software implementing ergonomics algorithms (revised strain index, NIOSH lifting index, Liberty Mutual equations, metabolic rate, etc.). Written in .NET 8 (C# WinForms).
Software implementing ergonomics algorithms (revised strain index, lifting and lowering, Liberty Mutual equations, strain index, metabolic rate, etc.). Written in .NET 8 (C# WinForms).

<img alt="Software logo" src="ErgoCalc/images/splash.png?raw=true" height="240">

Expand All @@ -20,7 +20,7 @@ This download is a portable software. Please follow this instructions:
* Work-rest model developed by J. Dul, M. Douwes, M., and P Smitt in 1991 and suggested in [ISO 11226:2000 — Evaluation of static working postures](https://www.iso.org/standard/25573.html)
![WR model](/Media/WRmodel.png?raw=true "WR model")
* [Comprehensive lifting model (CLM)](https://doi.org/10.1080/001401397187748) by Jorge Hidalgo, Ashraf Genaidy, Waldemar Karwowski, Doran Christensen, Ronald Huston, and Jefferey Stambough
* NIOSH lifting equation, inluding LI, CLI, SLI (not yet implemented), and VLI (not yet implemented) indices as suggested in [ISO 11228-1:2003 Ergonomics — Manual handling — Part 1: Lifting and carrying](https://www.iso.org/standard/26520.html)
* Lifting and lowering, inluding LI, CLI, SLI (not yet implemented), and VLI (not yet implemented) indices as suggested in [ISO 11228-1:2021 Ergonomics — Manual handling — Part 1: Lifting and carrying](https://www.iso.org/standard/26520.html)
![NIOSH model](/Media/Niosh.png?raw=true "RSI model")
* Revised strain index, including [RSI](https://doi.org/10.1080/00140139.2016.1237678), [COSI](https://doi.org/10.1080/00140139.2016.1246675), and [CUSI](https://doi.org/10.1080/00140139.2016.1246675) indices
![RSI model](/Media/RevisedStrainIndex.png?raw=true "RSI model")
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ErgoCalculator Changelog

## ErgoCalculator 1.7.6
* [ScottPlott](https://github.com/ScottPlot/ScottPlot) control has been updated to version 4.1.70.
* Drop NIOSH lifting model.
* Fully implement ISO 11228-1:2021 model with additional multipliers and reference mass recommendations.

## ErgoCalculator 1.7.5
* Target .NET 8.
* [ScottPlott](https://github.com/ScottPlot/ScottPlot) control has been updated to version 4.1.69.
Expand Down

0 comments on commit fde6dcb

Please sign in to comment.