From f9985381aba380196df033149f4ea258b8475e1c Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 21:46:49 +0200 Subject: [PATCH 01/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Acceleration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Acceleration.json b/Common/UnitDefinitions/Acceleration.json index ed292ace3c..35b941726e 100644 --- a/Common/UnitDefinitions/Acceleration.json +++ b/Common/UnitDefinitions/Acceleration.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Acceleration", "BaseUnit": "MeterPerSecondSquared", "XmlDoc": "Acceleration, in physics, is the rate at which the velocity of an object changes over time. An object's acceleration is the net result of any and all forces acting on the object, as described by Newton's Second Law. The SI unit for acceleration is the Meter per second squared (m/s²). Accelerations are vector quantities (they have magnitude and direction) and add according to the parallelogram law. As a vector, the calculated net force is equal to the product of the object's mass (a scalar quantity) and the acceleration.", @@ -121,4 +121,4 @@ ] } ] -} \ No newline at end of file +} From a2d4c6e78efd284e38a1ee40fb6b40e17a0423a7 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 21:50:19 +0200 Subject: [PATCH 02/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/AmplitudeRatio.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/AmplitudeRatio.json b/Common/UnitDefinitions/AmplitudeRatio.json index b735680ad4..6c99ecf788 100644 --- a/Common/UnitDefinitions/AmplitudeRatio.json +++ b/Common/UnitDefinitions/AmplitudeRatio.json @@ -1,4 +1,4 @@ -{ +{ "Name": "AmplitudeRatio", "BaseUnit": "DecibelVolt", "Logarithmic": "True", @@ -54,4 +54,4 @@ ] } ] -} \ No newline at end of file +} From 8e6f42d2954a3cb00692415def735a415549023b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 21:50:23 +0200 Subject: [PATCH 03/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/AmountOfSubstance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/AmountOfSubstance.json b/Common/UnitDefinitions/AmountOfSubstance.json index 101b13dcde..4f3502c9e6 100644 --- a/Common/UnitDefinitions/AmountOfSubstance.json +++ b/Common/UnitDefinitions/AmountOfSubstance.json @@ -1,4 +1,4 @@ -{ +{ "Name": "AmountOfSubstance", "BaseUnit": "Mole", "XmlDoc": "Mole is the amount of substance containing Avagadro's Number (6.02 x 10 ^ 23) of real particles such as molecules,atoms, ions or radicals.", @@ -39,4 +39,4 @@ ] } ] -} \ No newline at end of file +} From e8e6bb87b1d932224758220118933e778a919f4b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 21:50:26 +0200 Subject: [PATCH 04/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Angle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Angle.json b/Common/UnitDefinitions/Angle.json index e551955751..f62e3e04d3 100644 --- a/Common/UnitDefinitions/Angle.json +++ b/Common/UnitDefinitions/Angle.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Angle", "BaseUnit": "Degree", "XmlDoc": "In geometry, an angle is the figure formed by two rays, called the sides of the angle, sharing a common endpoint, called the vertex of the angle.", @@ -94,4 +94,4 @@ ] } ] -} \ No newline at end of file +} From f73a43cc3a33fcc9331a356d4981babed083e096 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 21:50:29 +0200 Subject: [PATCH 05/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ApparentEnergy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ApparentEnergy.json b/Common/UnitDefinitions/ApparentEnergy.json index 9f59768dd2..6fe008ac20 100644 --- a/Common/UnitDefinitions/ApparentEnergy.json +++ b/Common/UnitDefinitions/ApparentEnergy.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ApparentEnergy", "BaseUnit": "VoltampereHour", "XmlDoc": "A unit for expressing the integral of apparent power over time, equal to the product of 1 volt-ampere and 1 hour, or to 3600 joules.", @@ -22,4 +22,4 @@ ] } ] -} \ No newline at end of file +} From 93f2cf7839e75cd7365851f54c2ba25c1eda2293 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 21:50:33 +0200 Subject: [PATCH 06/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ApparentPower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ApparentPower.json b/Common/UnitDefinitions/ApparentPower.json index 83312e8d8e..66958d8f1a 100644 --- a/Common/UnitDefinitions/ApparentPower.json +++ b/Common/UnitDefinitions/ApparentPower.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ApparentPower", "BaseUnit": "Voltampere", "XmlDoc": "Power engineers measure apparent power as the magnitude of the vector sum of active and reactive power. Apparent power is the product of the root-mean-square of voltage and current.", @@ -22,4 +22,4 @@ ] } ] -} \ No newline at end of file +} From e35475fb09f17eb9301a4c55ae710b7d68c62ece Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 21:50:36 +0200 Subject: [PATCH 07/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Area.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Area.json b/Common/UnitDefinitions/Area.json index 07d52dfd56..b9fe14cfaf 100644 --- a/Common/UnitDefinitions/Area.json +++ b/Common/UnitDefinitions/Area.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Area", "BaseUnit": "SquareMeter", "XmlDoc": "Area is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane. Area can be understood as the amount of material with a given thickness that would be necessary to fashion a model of the shape, or the amount of paint necessary to cover the surface with a single coat.[1] It is the two-dimensional analog of the length of a curve (a one-dimensional concept) or the volume of a solid (a three-dimensional concept).", From c5456cc5a3ee6fea307021869e3e30f458cb7f84 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 21:50:39 +0200 Subject: [PATCH 08/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/AreaDensity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/AreaDensity.json b/Common/UnitDefinitions/AreaDensity.json index 2b3623d107..bb4acc6f49 100644 --- a/Common/UnitDefinitions/AreaDensity.json +++ b/Common/UnitDefinitions/AreaDensity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "AreaDensity", "BaseUnit": "KilogramPerSquareMeter", "XmlDoc": "The area density of a two-dimensional object is calculated as the mass per unit area.", @@ -24,4 +24,4 @@ ] } ] -} \ No newline at end of file +} From 04af1d0982980c775435229730ff9670dbe3a4e1 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 21:50:43 +0200 Subject: [PATCH 09/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/AreaMomentOfInertia.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/AreaMomentOfInertia.json b/Common/UnitDefinitions/AreaMomentOfInertia.json index 0e288f8994..76b54cc681 100644 --- a/Common/UnitDefinitions/AreaMomentOfInertia.json +++ b/Common/UnitDefinitions/AreaMomentOfInertia.json @@ -1,4 +1,4 @@ -{ +{ "Name": "AreaMomentOfInertia", "BaseUnit": "MeterToTheFourth", "XmlDoc": "A geometric property of an area that reflects how its points are distributed with regard to an axis.", @@ -97,4 +97,4 @@ ] } ] -} \ No newline at end of file +} From f456a5d47084db233c5e4fdaba0a21b2bda88145 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:18 +0200 Subject: [PATCH 10/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Entropy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Entropy.json b/Common/UnitDefinitions/Entropy.json index c723e866c0..715e8a5ddd 100644 --- a/Common/UnitDefinitions/Entropy.json +++ b/Common/UnitDefinitions/Entropy.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Entropy", "BaseUnit": "JoulePerKelvin", "XmlDoc": "Entropy is an important concept in the branch of science known as thermodynamics. The idea of \"irreversibility\" is central to the understanding of entropy. It is often said that entropy is an expression of the disorder, or randomness of a system, or of our lack of information about it. Entropy is an extensive property. It has the dimension of energy divided by temperature, which has a unit of joules per kelvin (J/K) in the International System of Units", From ea80db50f779d40b3e63ce8af4a103ff7e00675b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:22 +0200 Subject: [PATCH 11/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Energy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Energy.json b/Common/UnitDefinitions/Energy.json index ec0b75e657..c1ea45e421 100644 --- a/Common/UnitDefinitions/Energy.json +++ b/Common/UnitDefinitions/Energy.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Energy", "BaseUnit": "Joule", "XmlDoc": "The joule, symbol J, is a derived unit of energy, work, or amount of heat in the International System of Units. It is equal to the energy transferred (or work done) when applying a force of one newton through a distance of one metre (1 newton metre or N·m), or in passing an electric current of one ampere through a resistance of one ohm for one second. Many other units of energy are included. Please do not confuse this definition of the calorie with the one colloquially used by the food industry, the large calorie, which is equivalent to 1 kcal. Thermochemical definition of the calorie is used. For BTU, the IT definition is used.", From 2cf0e6c01876770c79c5aaf5653ce0a1d4e4080b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:26 +0200 Subject: [PATCH 12/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricSurfaceChargeDensity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricSurfaceChargeDensity.json b/Common/UnitDefinitions/ElectricSurfaceChargeDensity.json index 3528f3c2cd..ffa0724aeb 100644 --- a/Common/UnitDefinitions/ElectricSurfaceChargeDensity.json +++ b/Common/UnitDefinitions/ElectricSurfaceChargeDensity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricSurfaceChargeDensity", "BaseUnit": "CoulombPerSquareMeter", "XmlDoc": "In electromagnetism, surface charge density is a measure of the amount of electric charge per surface area.", @@ -61,4 +61,4 @@ ] } ] -} \ No newline at end of file +} From 4db6d4aa21bd023d140e90544499a1aa8f2f1dae Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:29 +0200 Subject: [PATCH 13/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricResistivity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricResistivity.json b/Common/UnitDefinitions/ElectricResistivity.json index 8ebbd8419f..1342678174 100644 --- a/Common/UnitDefinitions/ElectricResistivity.json +++ b/Common/UnitDefinitions/ElectricResistivity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricResistivity", "BaseUnit": "OhmMeter", "XmlDoc": "Electrical resistivity (also known as resistivity, specific electrical resistance, or volume resistivity) is a fundamental property that quantifies how strongly a given material opposes the flow of electric current.", @@ -37,4 +37,4 @@ ] } ] -} \ No newline at end of file +} From d5b15e0b9e73012c56ec033de888dc0b6d5bb8b7 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:33 +0200 Subject: [PATCH 14/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricResistance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricResistance.json b/Common/UnitDefinitions/ElectricResistance.json index 247c810824..b0f08e7d9f 100644 --- a/Common/UnitDefinitions/ElectricResistance.json +++ b/Common/UnitDefinitions/ElectricResistance.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricResistance", "BaseUnit": "Ohm", "XmlDoc": "The electrical resistance of an electrical conductor is the opposition to the passage of an electric current through that conductor.", @@ -23,4 +23,4 @@ ] } ] -} \ No newline at end of file +} From a5e05f649b0a730f4ee8a382081f7a9f75755383 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:36 +0200 Subject: [PATCH 15/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricPotentialDc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricPotentialDc.json b/Common/UnitDefinitions/ElectricPotentialDc.json index 80c9f71e31..1f997605b2 100644 --- a/Common/UnitDefinitions/ElectricPotentialDc.json +++ b/Common/UnitDefinitions/ElectricPotentialDc.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricPotentialDc", "BaseUnit": "VoltDc", "XmlDoc": "The Electric Potential of a system known to use Direct Current.", @@ -17,4 +17,4 @@ ] } ] -} \ No newline at end of file +} From 00894379ba040ef1d457ac2cfa5eedcd05463c21 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:39 +0200 Subject: [PATCH 16/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricPotentialAc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricPotentialAc.json b/Common/UnitDefinitions/ElectricPotentialAc.json index d5835f95ed..8128b3f86d 100644 --- a/Common/UnitDefinitions/ElectricPotentialAc.json +++ b/Common/UnitDefinitions/ElectricPotentialAc.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricPotentialAc", "BaseUnit": "VoltAc", "XmlDoc": "The Electric Potential of a system known to use Alternating Current.", @@ -17,4 +17,4 @@ ] } ] -} \ No newline at end of file +} From 9ba992a0a6c4ef4391cbb2f64a9a0bb8e7646695 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:43 +0200 Subject: [PATCH 17/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricPotential.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricPotential.json b/Common/UnitDefinitions/ElectricPotential.json index b1177e4442..1ebb7755da 100644 --- a/Common/UnitDefinitions/ElectricPotential.json +++ b/Common/UnitDefinitions/ElectricPotential.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricPotential", "BaseUnit": "Volt", "XmlDoc": "In classical electromagnetism, the electric potential (a scalar quantity denoted by Φ, ΦE or V and also called the electric field potential or the electrostatic potential) at a point is the amount of electric potential energy that a unitary point charge would have when located at that point.", @@ -33,4 +33,4 @@ ] } ] -} \ No newline at end of file +} From 74dd65d1317e97c77ab186430fe6e2029f58aa8f Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:50 +0200 Subject: [PATCH 18/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricInductance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricInductance.json b/Common/UnitDefinitions/ElectricInductance.json index 90df93bead..e1c405a349 100644 --- a/Common/UnitDefinitions/ElectricInductance.json +++ b/Common/UnitDefinitions/ElectricInductance.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricInductance", "BaseUnit": "Henry", "XmlDoc": "Inductance is a property of an electrical conductor which opposes a change in current.", @@ -24,4 +24,4 @@ ] } ] -} \ No newline at end of file +} From 875336415156f3ea6541cb0056fff10be60833f9 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:54 +0200 Subject: [PATCH 19/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricField.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricField.json b/Common/UnitDefinitions/ElectricField.json index 3a806fd98b..5a0f02d902 100644 --- a/Common/UnitDefinitions/ElectricField.json +++ b/Common/UnitDefinitions/ElectricField.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricField", "BaseUnit": "VoltPerMeter", "XmlDoc": "An electric field is a force field that surrounds electric charges that attracts or repels other electric charges.", @@ -29,4 +29,4 @@ ] } ] -} \ No newline at end of file +} From e6ca77421b39d9f375040ba6b0a9ea3824745b22 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:04:57 +0200 Subject: [PATCH 20/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricCurrentGradient.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricCurrentGradient.json b/Common/UnitDefinitions/ElectricCurrentGradient.json index 188fffda98..862e74b3ef 100644 --- a/Common/UnitDefinitions/ElectricCurrentGradient.json +++ b/Common/UnitDefinitions/ElectricCurrentGradient.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricCurrentGradient", "BaseUnit": "AmperePerSecond", "XmlDoc": "In electromagnetism, the current gradient describes how the current changes in time.", @@ -20,4 +20,4 @@ ] } ] -} \ No newline at end of file +} From f7a95d78246790c94b740a6f03dab79e42a5c2da Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:01 +0200 Subject: [PATCH 21/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricCurrentDensity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricCurrentDensity.json b/Common/UnitDefinitions/ElectricCurrentDensity.json index dbbb57ac0f..0c3c1b11e8 100644 --- a/Common/UnitDefinitions/ElectricCurrentDensity.json +++ b/Common/UnitDefinitions/ElectricCurrentDensity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricCurrentDensity", "BaseUnit": "AmperePerSquareMeter", "XmlDoc": "In electromagnetism, current density is the electric current per unit area of cross section.", @@ -57,4 +57,4 @@ ] } ] -} \ No newline at end of file +} From 544b21f08942495a6060a20bf6767ed75371aaf0 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:06 +0200 Subject: [PATCH 22/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricCurrent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricCurrent.json b/Common/UnitDefinitions/ElectricCurrent.json index d3e9305926..a9e5c91187 100644 --- a/Common/UnitDefinitions/ElectricCurrent.json +++ b/Common/UnitDefinitions/ElectricCurrent.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricCurrent", "BaseUnit": "Ampere", "XmlDoc": "An electric current is a flow of electric charge. In electric circuits this charge is often carried by moving electrons in a wire. It can also be carried by ions in an electrolyte, or by both ions and electrons such as in a plasma.", @@ -23,4 +23,4 @@ ] } ] -} \ No newline at end of file +} From 067fb7d85e8bcb59c8b7a2d73dfffa2fc3bbaf7b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:09 +0200 Subject: [PATCH 23/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricConductivity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricConductivity.json b/Common/UnitDefinitions/ElectricConductivity.json index 77d38bd48e..7d0c4302cb 100644 --- a/Common/UnitDefinitions/ElectricConductivity.json +++ b/Common/UnitDefinitions/ElectricConductivity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricConductivity", "BaseUnit": "SiemensPerMeter", "XmlDoc": "Electrical conductivity or specific conductance is the reciprocal of electrical resistivity, and measures a material's ability to conduct an electric current.", @@ -53,4 +53,4 @@ ] } ] -} \ No newline at end of file +} From 3fa2dea200b297f2bb22fd5498f1db64614437c4 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:13 +0200 Subject: [PATCH 24/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricConductance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricConductance.json b/Common/UnitDefinitions/ElectricConductance.json index 52f48b373a..4c0ec9d9ad 100644 --- a/Common/UnitDefinitions/ElectricConductance.json +++ b/Common/UnitDefinitions/ElectricConductance.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricConductance", "BaseUnit": "Siemens", "XmlDoc": "The electrical conductance of an electrical conductor is a measure of the easeness to pass an electric current through that conductor.", @@ -24,4 +24,4 @@ ] } ] -} \ No newline at end of file +} From 18de0694b3bf334728d3873c943325e6a104a2bc Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:17 +0200 Subject: [PATCH 25/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricChargeDensity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricChargeDensity.json b/Common/UnitDefinitions/ElectricChargeDensity.json index 3282494a74..164214135f 100644 --- a/Common/UnitDefinitions/ElectricChargeDensity.json +++ b/Common/UnitDefinitions/ElectricChargeDensity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricChargeDensity", "BaseUnit": "CoulombPerCubicMeter", "XmlDoc": "In electromagnetism, charge density is a measure of the amount of electric charge per volume.", @@ -27,4 +27,4 @@ ] } ] -} \ No newline at end of file +} From 33329236d78530e1ade1d8f0bd25cdef2e6ff277 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:20 +0200 Subject: [PATCH 26/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricCharge.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricCharge.json b/Common/UnitDefinitions/ElectricCharge.json index 36e28fc9ff..e7a3c7999b 100644 --- a/Common/UnitDefinitions/ElectricCharge.json +++ b/Common/UnitDefinitions/ElectricCharge.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricCharge", "BaseUnit": "Coulomb", "XmlDoc": "Electric charge is the physical property of matter that causes it to experience a force when placed in an electromagnetic field.", @@ -34,4 +34,4 @@ ] } ] -} \ No newline at end of file +} From f2863ef909b9f09e2678a94691aee10551d7d326 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:24 +0200 Subject: [PATCH 27/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ElectricAdmittance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ElectricAdmittance.json b/Common/UnitDefinitions/ElectricAdmittance.json index 03b5b9b9a2..357c8015ba 100644 --- a/Common/UnitDefinitions/ElectricAdmittance.json +++ b/Common/UnitDefinitions/ElectricAdmittance.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ElectricAdmittance", "BaseUnit": "Siemens", "XmlDoc": "Electric admittance is a measure of how easily a circuit or device will allow a current to flow. It is defined as the inverse of impedance. The SI unit of admittance is the siemens (symbol S).", @@ -23,4 +23,4 @@ ] } ] -} \ No newline at end of file +} From 1276c2411ac1d5503ca8a90ca42887f6115b17aa Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:28 +0200 Subject: [PATCH 28/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/DynamicViscosity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/DynamicViscosity.json b/Common/UnitDefinitions/DynamicViscosity.json index 8770ba982b..57428df396 100644 --- a/Common/UnitDefinitions/DynamicViscosity.json +++ b/Common/UnitDefinitions/DynamicViscosity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "DynamicViscosity", "BaseUnit": "NewtonSecondPerMeterSquared", "XmlDoc": "The dynamic (shear) viscosity of a fluid expresses its resistance to shearing flows, where adjacent layers move parallel to each other with different speeds", @@ -84,4 +84,4 @@ ] } ] -} \ No newline at end of file +} From ebb63fabafc835370dc66ccf96ddf21852f0f841 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:31 +0200 Subject: [PATCH 29/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Duration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Duration.json b/Common/UnitDefinitions/Duration.json index 9edffaeae3..c32d22ce6b 100644 --- a/Common/UnitDefinitions/Duration.json +++ b/Common/UnitDefinitions/Duration.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Duration", "BaseUnit": "Second", "XmlDoc": "Time is a dimension in which events can be ordered from the past through the present into the future, and also the measure of durations of events and the intervals between them.", From a23f36c31c6188db755e6cb758ce138e914b1bd8 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:34 +0200 Subject: [PATCH 30/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Density.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Density.json b/Common/UnitDefinitions/Density.json index 0849bec96a..5e00c2ab12 100644 --- a/Common/UnitDefinitions/Density.json +++ b/Common/UnitDefinitions/Density.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Density", "BaseUnit": "KilogramPerCubicMeter", "XmlDoc": "The density, or more precisely, the volumetric mass density, of a substance is its mass per unit volume.", From 39dad1cc9da91cd32653bc043028e43dd169eaab Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:38 +0200 Subject: [PATCH 31/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/CoefficientOfThermalExpansion.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/CoefficientOfThermalExpansion.json b/Common/UnitDefinitions/CoefficientOfThermalExpansion.json index 793d9363ae..038778468e 100644 --- a/Common/UnitDefinitions/CoefficientOfThermalExpansion.json +++ b/Common/UnitDefinitions/CoefficientOfThermalExpansion.json @@ -1,4 +1,4 @@ -{ +{ "Name": "CoefficientOfThermalExpansion", "BaseUnit": "InverseKelvin", "XmlDoc": "A unit that represents a fractional change in size in response to a change in temperature.", @@ -52,4 +52,4 @@ ] } ] -} \ No newline at end of file +} From ad892cdf545e471d6448d90d86e8c16fb82e4ecb Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:41 +0200 Subject: [PATCH 32/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Capacitance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Capacitance.json b/Common/UnitDefinitions/Capacitance.json index 5d992e9230..f1634cf471 100644 --- a/Common/UnitDefinitions/Capacitance.json +++ b/Common/UnitDefinitions/Capacitance.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Capacitance", "BaseUnit": "Farad", "XmlDoc": "Capacitance is the ability of a body to store an electric charge.", @@ -30,4 +30,4 @@ ] } ] -} \ No newline at end of file +} From d89971b93f33f92d449e900318ff8ebaef85094f Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:45 +0200 Subject: [PATCH 33/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/BrakeSpecificFuelConsumption.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/BrakeSpecificFuelConsumption.json b/Common/UnitDefinitions/BrakeSpecificFuelConsumption.json index 34b30675d7..d0924fd6d0 100644 --- a/Common/UnitDefinitions/BrakeSpecificFuelConsumption.json +++ b/Common/UnitDefinitions/BrakeSpecificFuelConsumption.json @@ -1,4 +1,4 @@ -{ +{ "Name": "BrakeSpecificFuelConsumption", "BaseUnit": "KilogramPerJoule", "XmlDoc": "Brake specific fuel consumption (BSFC) is a measure of the fuel efficiency of any prime mover that burns fuel and produces rotational, or shaft, power. It is typically used for comparing the efficiency of internal combustion engines with a shaft output.", @@ -45,4 +45,4 @@ ] } ] -} \ No newline at end of file +} From 4cfe9a6cacd34e5e473597ecba5d09332483af31 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:05:53 +0200 Subject: [PATCH 34/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/BitRate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/BitRate.json b/Common/UnitDefinitions/BitRate.json index b768a1c9e5..a987c9421e 100644 --- a/Common/UnitDefinitions/BitRate.json +++ b/Common/UnitDefinitions/BitRate.json @@ -1,4 +1,4 @@ -{ +{ "Name": "BitRate", "BaseUnit": "BitPerSecond", "BaseType": "decimal", @@ -32,4 +32,4 @@ ] } ] -} \ No newline at end of file +} From e5f9495963e4c96ed7472cb13ef17f2b93aae481 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:13:58 +0200 Subject: [PATCH 35/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ForceChangeRate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ForceChangeRate.json b/Common/UnitDefinitions/ForceChangeRate.json index f6969c638f..f45bb58699 100644 --- a/Common/UnitDefinitions/ForceChangeRate.json +++ b/Common/UnitDefinitions/ForceChangeRate.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ForceChangeRate", "BaseUnit": "NewtonPerSecond", "XmlDoc": "Force change rate is the ratio of the force change to the time during which the change occurred (value of force changes per unit time).", @@ -35,4 +35,4 @@ ] } ] -} \ No newline at end of file +} From 7ccebbf451b14822a4a823492add2ed29c62c023 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:02 +0200 Subject: [PATCH 36/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ForcePerLength.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ForcePerLength.json b/Common/UnitDefinitions/ForcePerLength.json index fa587153e2..36342afb63 100644 --- a/Common/UnitDefinitions/ForcePerLength.json +++ b/Common/UnitDefinitions/ForcePerLength.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ForcePerLength", "BaseUnit": "NewtonPerMeter", "XmlDoc": "The magnitude of force per unit length.", @@ -73,4 +73,4 @@ ] } ] -} \ No newline at end of file +} From 2d775eb0ef91ed6461ddd62f04ba5ce100e69abb Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:06 +0200 Subject: [PATCH 37/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/HeatFlux.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/HeatFlux.json b/Common/UnitDefinitions/HeatFlux.json index aaa1658ef9..00d7d389bd 100644 --- a/Common/UnitDefinitions/HeatFlux.json +++ b/Common/UnitDefinitions/HeatFlux.json @@ -1,4 +1,4 @@ -{ +{ "Name": "HeatFlux", "BaseUnit": "WattPerSquareMeter", "XmlDoc": "Heat flux is the flow of energy per unit of area per unit of time", @@ -146,4 +146,4 @@ ] } ] -} \ No newline at end of file +} From 1af2374c0fc7973e62b80611224fd887c85e64db Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:10 +0200 Subject: [PATCH 38/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/HeatTransferCoefficient.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/HeatTransferCoefficient.json b/Common/UnitDefinitions/HeatTransferCoefficient.json index 97220b1efa..108f1c7c51 100644 --- a/Common/UnitDefinitions/HeatTransferCoefficient.json +++ b/Common/UnitDefinitions/HeatTransferCoefficient.json @@ -1,4 +1,4 @@ -{ +{ "Name": "HeatTransferCoefficient", "BaseUnit": "WattPerSquareMeterKelvin", "XmlDoc": "The heat transfer coefficient or film coefficient, or film effectiveness, in thermodynamics and in mechanics is the proportionality constant between the heat flux and the thermodynamic driving force for the flow of heat (i.e., the temperature difference, ΔT)", @@ -45,4 +45,4 @@ ] } ] -} \ No newline at end of file +} From d6691bb4bbc0b9c71543b952732529c317623f45 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:13 +0200 Subject: [PATCH 39/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Frequency.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Frequency.json b/Common/UnitDefinitions/Frequency.json index 9d60cdd35e..2a98a69c5d 100644 --- a/Common/UnitDefinitions/Frequency.json +++ b/Common/UnitDefinitions/Frequency.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Frequency", "BaseUnit": "Hertz", "XmlDoc": "The number of occurrences of a repeating event per unit time.", From 757c3b503f5f78938a4d32d39faf6c5e2f238711 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:17 +0200 Subject: [PATCH 40/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Illuminance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Illuminance.json b/Common/UnitDefinitions/Illuminance.json index c5fc7f0b08..c8268f093f 100644 --- a/Common/UnitDefinitions/Illuminance.json +++ b/Common/UnitDefinitions/Illuminance.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Illuminance", "BaseUnit": "Lux", "XmlDoc": "In photometry, illuminance is the total luminous flux incident on a surface, per unit area.", @@ -22,4 +22,4 @@ ] } ] -} \ No newline at end of file +} From fae5237fe033ed14c77035f05f80cebbb0954e6a Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:21 +0200 Subject: [PATCH 41/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Information.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Information.json b/Common/UnitDefinitions/Information.json index 7c28cad347..465fea7e23 100644 --- a/Common/UnitDefinitions/Information.json +++ b/Common/UnitDefinitions/Information.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Information", "BaseUnit": "Bit", "BaseType": "decimal", @@ -31,4 +31,4 @@ ] } ] -} \ No newline at end of file +} From 68ec3d9624e287c236d0748d054e292adf68b9b2 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:26 +0200 Subject: [PATCH 42/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Irradiance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Irradiance.json b/Common/UnitDefinitions/Irradiance.json index 0c3bfd7a3a..8f97326c4e 100644 --- a/Common/UnitDefinitions/Irradiance.json +++ b/Common/UnitDefinitions/Irradiance.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Irradiance", "BaseUnit": "WattPerSquareMeter", "XmlDoc": "Irradiance is the intensity of ultraviolet (UV) or visible light incident on a surface.", @@ -34,4 +34,4 @@ ] } ] -} \ No newline at end of file +} From 78ccfabff076ab367ef22f1646c04c87f3adc7a7 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:29 +0200 Subject: [PATCH 43/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Irradiation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Irradiation.json b/Common/UnitDefinitions/Irradiation.json index 4d6617a85a..826586bd64 100644 --- a/Common/UnitDefinitions/Irradiation.json +++ b/Common/UnitDefinitions/Irradiation.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Irradiation", "BaseUnit": "JoulePerSquareMeter", "XmlDoc": "Irradiation is the process by which an object is exposed to radiation. The exposure can originate from various sources, including natural sources.", @@ -60,4 +60,4 @@ ] } ] -} \ No newline at end of file +} From baad5401fa8e4660d508f2699d43ace976b49cfb Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:32 +0200 Subject: [PATCH 44/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/KinematicViscosity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/KinematicViscosity.json b/Common/UnitDefinitions/KinematicViscosity.json index c4d1d07bb5..53c2039a79 100644 --- a/Common/UnitDefinitions/KinematicViscosity.json +++ b/Common/UnitDefinitions/KinematicViscosity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "KinematicViscosity", "BaseUnit": "SquareMeterPerSecond", "XmlDoc": "The viscosity of a fluid is a measure of its resistance to gradual deformation by shear stress or tensile stress.", From c29b48b5ebf150a82a537adf5de4a2c382169a82 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:36 +0200 Subject: [PATCH 45/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/LapseRate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/LapseRate.json b/Common/UnitDefinitions/LapseRate.json index 782eec865b..c43b48b49c 100644 --- a/Common/UnitDefinitions/LapseRate.json +++ b/Common/UnitDefinitions/LapseRate.json @@ -1,4 +1,4 @@ -{ +{ "Name": "LapseRate", "BaseUnit": "DegreeCelsiusPerKilometer", "XmlDoc": "Lapse rate is the rate at which Earth's atmospheric temperature decreases with an increase in altitude, or increases with the decrease in altitude.", @@ -20,4 +20,4 @@ ] } ] -} \ No newline at end of file +} From 7a8019d1f335b81d0c744744a2123acdca3f203f Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:40 +0200 Subject: [PATCH 46/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Length.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Length.json b/Common/UnitDefinitions/Length.json index de016ce60e..8135c65753 100644 --- a/Common/UnitDefinitions/Length.json +++ b/Common/UnitDefinitions/Length.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Length", "BaseUnit": "Meter", "XmlDoc": "Many different units of length have been used around the world. The main units in modern use are U.S. customary units in the United States and the Metric system elsewhere. British Imperial units are still used for some purposes in the United Kingdom and some other countries. The metric system is sub-divided into SI and non-SI units.", From 4ac129d1c237483c627648bf4459aa1ddbb9646a Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:43 +0200 Subject: [PATCH 47/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Level.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Level.json b/Common/UnitDefinitions/Level.json index f014fcb2eb..6b601f1f84 100644 --- a/Common/UnitDefinitions/Level.json +++ b/Common/UnitDefinitions/Level.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Level", "BaseUnit": "Decibel", "Logarithmic": "True", @@ -30,4 +30,4 @@ ] } ] -} \ No newline at end of file +} From fc7bcbb51317a3321914a422d418789eb7591e8b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:46 +0200 Subject: [PATCH 48/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/LinearDensity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/LinearDensity.json b/Common/UnitDefinitions/LinearDensity.json index ab068224b6..35aaa9617f 100644 --- a/Common/UnitDefinitions/LinearDensity.json +++ b/Common/UnitDefinitions/LinearDensity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "LinearDensity", "BaseUnit": "KilogramPerMeter", "XmlDoc": "The Linear Density, or more precisely, the linear mass density, of a substance is its mass per unit length. The term linear density is most often used when describing the characteristics of one-dimensional objects, although linear density can also be used to describe the density of a three-dimensional quantity along one particular dimension.", @@ -34,4 +34,4 @@ ] } ] -} \ No newline at end of file +} From 8a394bb7772d598d9e20d96f660e9285fedb3b75 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:49 +0200 Subject: [PATCH 49/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Luminosity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Luminosity.json b/Common/UnitDefinitions/Luminosity.json index 59a1d82efd..11e3ee837b 100644 --- a/Common/UnitDefinitions/Luminosity.json +++ b/Common/UnitDefinitions/Luminosity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Luminosity", "BaseUnit": "Watt", "BaseType": "double", @@ -37,4 +37,4 @@ ] } ] -} \ No newline at end of file +} From 0d7bb92db3b9807a264d8baeeaa5fece4b2d58b5 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:52 +0200 Subject: [PATCH 50/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/LuminousFlux.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/LuminousFlux.json b/Common/UnitDefinitions/LuminousFlux.json index 3307cc700c..8b5238d7fa 100644 --- a/Common/UnitDefinitions/LuminousFlux.json +++ b/Common/UnitDefinitions/LuminousFlux.json @@ -1,4 +1,4 @@ -{ +{ "Name": "LuminousFlux", "BaseUnit": "Lumen", "XmlDoc": "In photometry, luminous flux or luminous power is the measure of the perceived power of light.", @@ -20,4 +20,4 @@ ] } ] -} \ No newline at end of file +} From bd0f69f41ae55bfee19886594f42ed4a30dd5aa4 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:14:56 +0200 Subject: [PATCH 51/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/LuminousIntensity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/LuminousIntensity.json b/Common/UnitDefinitions/LuminousIntensity.json index f32f634628..9a13ad312a 100644 --- a/Common/UnitDefinitions/LuminousIntensity.json +++ b/Common/UnitDefinitions/LuminousIntensity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "LuminousIntensity", "BaseUnit": "Candela", "XmlDoc": "In photometry, luminous intensity is a measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle, based on the luminosity function, a standardized model of the sensitivity of the human eye.", @@ -23,4 +23,4 @@ ] } ] -} \ No newline at end of file +} From 9d6199f0d168bd5515e129aff262d9abc247f82b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:19:51 +0200 Subject: [PATCH 52/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/PowerRatio.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/PowerRatio.json b/Common/UnitDefinitions/PowerRatio.json index 1a0bf26e9f..1c143a1dfd 100644 --- a/Common/UnitDefinitions/PowerRatio.json +++ b/Common/UnitDefinitions/PowerRatio.json @@ -1,4 +1,4 @@ -{ +{ "Name": "PowerRatio", "BaseUnit": "DecibelWatt", "Logarithmic": "True", @@ -30,4 +30,4 @@ ] } ] -} \ No newline at end of file +} From 3600eee236ed4a4ae1f07898bd529a0fd1174e7a Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:19:54 +0200 Subject: [PATCH 53/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/PowerDensity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/PowerDensity.json b/Common/UnitDefinitions/PowerDensity.json index 137b03aa1e..5fa791ba0d 100644 --- a/Common/UnitDefinitions/PowerDensity.json +++ b/Common/UnitDefinitions/PowerDensity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "PowerDensity", "BaseUnit": "WattPerCubicMeter", "XmlDoc": "The amount of power in a volume.", @@ -66,4 +66,4 @@ ] } ] -} \ No newline at end of file +} From d61029d570d4382c324aa347fbc6076fcba61209 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:19:58 +0200 Subject: [PATCH 54/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Power.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Power.json b/Common/UnitDefinitions/Power.json index 1ac546dbf1..08ba315484 100644 --- a/Common/UnitDefinitions/Power.json +++ b/Common/UnitDefinitions/Power.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Power", "BaseUnit": "Watt", "BaseType": "decimal", @@ -109,4 +109,4 @@ ] }, ] -} \ No newline at end of file +} From 47d7b81a65625911723d025b369364230f7101f7 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:01 +0200 Subject: [PATCH 55/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Permittivity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Permittivity.json b/Common/UnitDefinitions/Permittivity.json index 9ca8109e42..337b5624ad 100644 --- a/Common/UnitDefinitions/Permittivity.json +++ b/Common/UnitDefinitions/Permittivity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Permittivity", "BaseUnit": "FaradPerMeter", "XmlDoc": "In electromagnetism, permittivity is the measure of resistance that is encountered when forming an electric field in a particular medium.", @@ -23,4 +23,4 @@ ] } ] -} \ No newline at end of file +} From 7bdd9d95e734a9f80174e6061d51c7c743f6774e Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:04 +0200 Subject: [PATCH 56/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Permeability.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Permeability.json b/Common/UnitDefinitions/Permeability.json index 8f020ec80f..8b2db18f37 100644 --- a/Common/UnitDefinitions/Permeability.json +++ b/Common/UnitDefinitions/Permeability.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Permeability", "BaseUnit": "HenryPerMeter", "XmlDoc": "In electromagnetism, permeability is the measure of the ability of a material to support the formation of a magnetic field within itself.", @@ -23,4 +23,4 @@ ] } ] -} \ No newline at end of file +} From 2e0f3503e109c5f304e40e214f0136cfbf71b90b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:08 +0200 Subject: [PATCH 57/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Molarity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Molarity.json b/Common/UnitDefinitions/Molarity.json index 30a55110e0..60e1689ba8 100644 --- a/Common/UnitDefinitions/Molarity.json +++ b/Common/UnitDefinitions/Molarity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Molarity", "BaseUnit": "MolesPerCubicMeter", "XmlDoc": "Molar concentration, also called molarity, amount concentration or substance concentration, is a measure of the concentration of a solute in a solution, or of any chemical species, in terms of amount of substance in a given volume. ", From 1818315ce561ec6f646001c5c4fcb6d71b8ab4e8 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:11 +0200 Subject: [PATCH 58/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/MolarMass.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/MolarMass.json b/Common/UnitDefinitions/MolarMass.json index 1d9e82c49c..55dad2b8e6 100644 --- a/Common/UnitDefinitions/MolarMass.json +++ b/Common/UnitDefinitions/MolarMass.json @@ -1,4 +1,4 @@ -{ +{ "Name": "MolarMass", "BaseUnit": "KilogramPerMole", "XmlDoc": "In chemistry, the molar mass M is a physical property defined as the mass of a given substance (chemical element or chemical compound) divided by the amount of substance.", From a5a9cdac9d89fce40a4ca6141cc86249c9f99e51 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:15 +0200 Subject: [PATCH 59/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/MolarEntropy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/MolarEntropy.json b/Common/UnitDefinitions/MolarEntropy.json index d7bceaf21d..5771bc43a3 100644 --- a/Common/UnitDefinitions/MolarEntropy.json +++ b/Common/UnitDefinitions/MolarEntropy.json @@ -1,4 +1,4 @@ -{ +{ "Name": "MolarEntropy", "BaseUnit": "JoulePerMoleKelvin", "XmlDoc": "Molar entropy is amount of energy required to increase temperature of 1 mole substance by 1 Kelvin.", From a4cb51f4e2afb6bb0eeb8a7091d03a78a18d2222 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:18 +0200 Subject: [PATCH 60/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/MolarEnergy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/MolarEnergy.json b/Common/UnitDefinitions/MolarEnergy.json index ad95f79847..3012cef97e 100644 --- a/Common/UnitDefinitions/MolarEnergy.json +++ b/Common/UnitDefinitions/MolarEnergy.json @@ -1,4 +1,4 @@ -{ +{ "Name": "MolarEnergy", "BaseUnit": "JoulePerMole", "XmlDoc": "Molar energy is the amount of energy stored in 1 mole of a substance.", From 8716cc02ae9d826131b4a39cb50f9baefddb98f3 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:21 +0200 Subject: [PATCH 61/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/MassMomentOfInertia.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/MassMomentOfInertia.json b/Common/UnitDefinitions/MassMomentOfInertia.json index da5357ddf6..e3916595d5 100644 --- a/Common/UnitDefinitions/MassMomentOfInertia.json +++ b/Common/UnitDefinitions/MassMomentOfInertia.json @@ -1,4 +1,4 @@ -{ +{ "Name": "MassMomentOfInertia", "BaseUnit": "KilogramSquareMeter", "XmlDoc": "A property of body reflects how its mass is distributed with regard to an axis.", @@ -160,4 +160,4 @@ ] } ] -} \ No newline at end of file +} From 113032eb6739532b75c420c76feff5f3e3d5ea3f Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:24 +0200 Subject: [PATCH 62/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/MassFlux.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/MassFlux.json b/Common/UnitDefinitions/MassFlux.json index 40799b9f38..91e2aafb44 100644 --- a/Common/UnitDefinitions/MassFlux.json +++ b/Common/UnitDefinitions/MassFlux.json @@ -1,4 +1,4 @@ -{ +{ "Name": "MassFlux", "BaseUnit": "KilogramPerSecondPerSquareMeter", "XmlDoc": "Mass flux is the mass flow rate per unit area.", @@ -22,4 +22,4 @@ ] } ] -} \ No newline at end of file +} From f3b288716013032a487a4b858da95243341cf387 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:28 +0200 Subject: [PATCH 63/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/MassFlow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/MassFlow.json b/Common/UnitDefinitions/MassFlow.json index fd012d7c5e..d37466a9d2 100644 --- a/Common/UnitDefinitions/MassFlow.json +++ b/Common/UnitDefinitions/MassFlow.json @@ -1,4 +1,4 @@ -{ +{ "Name": "MassFlow", "BaseUnit": "GramPerSecond", "XmlDoc": "Mass flow is the ratio of the mass change to the time during which the change occurred (value of mass changes per unit time).", From 8094927b8a356b95aeb4024d0b503960e90bcdeb Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:31 +0200 Subject: [PATCH 64/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/MassConcentration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/MassConcentration.json b/Common/UnitDefinitions/MassConcentration.json index 8aabae64fb..eb00ff581a 100644 --- a/Common/UnitDefinitions/MassConcentration.json +++ b/Common/UnitDefinitions/MassConcentration.json @@ -1,4 +1,4 @@ -{ +{ "Name": "MassConcentration", "BaseUnit": "KilogramPerCubicMeter", "XmlDoc": "In chemistry, the mass concentration ρi (or γi) is defined as the mass of a constituent mi divided by the volume of the mixture V", From 48c0119ee4e814ed78664d16cee892a5715c5083 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:35 +0200 Subject: [PATCH 65/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Mass.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Mass.json b/Common/UnitDefinitions/Mass.json index ab018920e2..51b8ea513d 100644 --- a/Common/UnitDefinitions/Mass.json +++ b/Common/UnitDefinitions/Mass.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Mass", "BaseUnit": "Kilogram", "XmlDoc": "In physics, mass (from Greek μᾶζα \"barley cake, lump [of dough]\") is a property of a physical system or body, giving rise to the phenomena of the body's resistance to being accelerated by a force and the strength of its mutual gravitational attraction with other bodies. Instruments such as mass balances or scales use those phenomena to measure mass. The SI unit of mass is the kilogram (kg).", From e71b25c75dfc8e0bb1c8515f831eb1161ce11703 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:39 +0200 Subject: [PATCH 66/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Magnetization.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Magnetization.json b/Common/UnitDefinitions/Magnetization.json index 6b15c37a48..2e15c7de36 100644 --- a/Common/UnitDefinitions/Magnetization.json +++ b/Common/UnitDefinitions/Magnetization.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Magnetization", "BaseUnit": "AmperePerMeter", "XmlDoc": "In classical electromagnetism, magnetization is the vector field that expresses the density of permanent or induced magnetic dipole moments in a magnetic material.", @@ -25,4 +25,4 @@ ] } ] -} \ No newline at end of file +} From 0e144c65b6a3f51a22dcce5c02aefa245a18f499 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:42 +0200 Subject: [PATCH 67/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/MagneticFlux.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/MagneticFlux.json b/Common/UnitDefinitions/MagneticFlux.json index 92bb40ce26..0748c24cdd 100644 --- a/Common/UnitDefinitions/MagneticFlux.json +++ b/Common/UnitDefinitions/MagneticFlux.json @@ -1,4 +1,4 @@ -{ +{ "Name": "MagneticFlux", "BaseUnit": "Weber", "XmlDoc": "In physics, specifically electromagnetism, the magnetic flux through a surface is the surface integral of the normal component of the magnetic field B passing through that surface.", @@ -23,4 +23,4 @@ ] } ] -} \ No newline at end of file +} From c0fa14f62a5787d8254c641336d129faae92e7b7 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:20:46 +0200 Subject: [PATCH 68/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/MagneticField.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/MagneticField.json b/Common/UnitDefinitions/MagneticField.json index 9eafc9769c..e8e4ea0f22 100644 --- a/Common/UnitDefinitions/MagneticField.json +++ b/Common/UnitDefinitions/MagneticField.json @@ -1,4 +1,4 @@ -{ +{ "Name": "MagneticField", "BaseUnit": "Tesla", "XmlDoc": "A magnetic field is a force field that is created by moving electric charges (electric currents) and magnetic dipoles, and exerts a force on other nearby moving charges and magnetic dipoles.", @@ -23,4 +23,4 @@ ] } ] -} \ No newline at end of file +} From 2eb6302514caf1a1d71a77d3b94e5770a3fc0749 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:26:29 +0200 Subject: [PATCH 69/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/VolumePerLength.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/VolumePerLength.json b/Common/UnitDefinitions/VolumePerLength.json index 2098ba6030..5090700bbc 100644 --- a/Common/UnitDefinitions/VolumePerLength.json +++ b/Common/UnitDefinitions/VolumePerLength.json @@ -1,4 +1,4 @@ -{ +{ "Name": "VolumePerLength", "BaseUnit": "CubicMeterPerMeter", "XmlDoc": "Volume, typically of fluid, that a container can hold within a unit of length.", From b9a631b34d85793d923e99a35d57f7e8b23980d3 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:26:33 +0200 Subject: [PATCH 70/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/VitaminA.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/VitaminA.json b/Common/UnitDefinitions/VitaminA.json index b503e93f3b..42e78ce791 100644 --- a/Common/UnitDefinitions/VitaminA.json +++ b/Common/UnitDefinitions/VitaminA.json @@ -1,4 +1,4 @@ -{ +{ "Name": "VitaminA", "BaseUnit": "InternationalUnit", "XmlDoc": "Vitamin A: 1 IU is the biological equivalent of 0.3 µg retinol, or of 0.6 µg beta-carotene.", @@ -17,4 +17,4 @@ ] } ] -} \ No newline at end of file +} From 452bfa1536db4127f45c37c79d118647d7e3155e Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:26:36 +0200 Subject: [PATCH 71/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/TorquePerLength.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/TorquePerLength.json b/Common/UnitDefinitions/TorquePerLength.json index 9356721394..19da6fc1cd 100644 --- a/Common/UnitDefinitions/TorquePerLength.json +++ b/Common/UnitDefinitions/TorquePerLength.json @@ -1,4 +1,4 @@ -{ +{ "Name": "TorquePerLength", "BaseUnit": "NewtonMeterPerMeter", "XmlDoc": "The magnitude of torque per unit length.", From 83985b2cc647fef9190074fc1cbaf2259285d64c Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:26:39 +0200 Subject: [PATCH 72/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Torque.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Torque.json b/Common/UnitDefinitions/Torque.json index 90e8a26d45..98aa16c802 100644 --- a/Common/UnitDefinitions/Torque.json +++ b/Common/UnitDefinitions/Torque.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Torque", "BaseUnit": "NewtonMeter", "XmlDoc": "Torque, moment or moment of force (see the terminology below), is the tendency of a force to rotate an object about an axis,[1] fulcrum, or pivot. Just as a force is a push or a pull, a torque can be thought of as a twist to an object. Mathematically, torque is defined as the cross product of the lever-arm distance and force, which tends to produce rotation. Loosely speaking, torque is a measure of the turning force on an object such as a bolt or a flywheel. For example, pushing or pulling the handle of a wrench connected to a nut or bolt produces a torque (turning force) that loosens or tightens the nut or bolt.", From e77010525331cff49d6fec77c61290b4294d4f66 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:26:43 +0200 Subject: [PATCH 73/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ThermalResistance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ThermalResistance.json b/Common/UnitDefinitions/ThermalResistance.json index c5fc7d8415..35d3f85d66 100644 --- a/Common/UnitDefinitions/ThermalResistance.json +++ b/Common/UnitDefinitions/ThermalResistance.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ThermalResistance", "BaseUnit": "SquareMeterKelvinPerKilowatt", "XmlDoc": "Heat Transfer Coefficient or Thermal conductivity - indicates a materials ability to conduct heat.", @@ -70,4 +70,4 @@ } ] -} \ No newline at end of file +} From 8da6d55561bb5b1e1b25ed9857d2a450035c996d Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:26:46 +0200 Subject: [PATCH 74/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ThermalConductivity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ThermalConductivity.json b/Common/UnitDefinitions/ThermalConductivity.json index 67afec23b4..89a5011fe7 100644 --- a/Common/UnitDefinitions/ThermalConductivity.json +++ b/Common/UnitDefinitions/ThermalConductivity.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ThermalConductivity", "BaseUnit": "WattPerMeterKelvin", "XmlDoc": "Thermal conductivity is the property of a material to conduct heat.", @@ -35,4 +35,4 @@ ] } ] -} \ No newline at end of file +} From 3ec779ef28787810f317da75976ccc57b7d6666b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:26:49 +0200 Subject: [PATCH 75/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/TemperatureDelta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/TemperatureDelta.json b/Common/UnitDefinitions/TemperatureDelta.json index 34b37da1ea..b30673ed8d 100644 --- a/Common/UnitDefinitions/TemperatureDelta.json +++ b/Common/UnitDefinitions/TemperatureDelta.json @@ -1,4 +1,4 @@ -{ +{ "Name": "TemperatureDelta", "BaseUnit": "Kelvin", "XmlDoc": "Difference between two temperatures. The conversions are different than for Temperature.", @@ -100,4 +100,4 @@ ] } ] -} \ No newline at end of file +} From 0435c7a385ad443a614b4a8149ef354a6a41a9fe Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:26:55 +0200 Subject: [PATCH 76/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/TemperatureChangeRate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/TemperatureChangeRate.json b/Common/UnitDefinitions/TemperatureChangeRate.json index 4d08f7b5dd..0f4b70cde6 100644 --- a/Common/UnitDefinitions/TemperatureChangeRate.json +++ b/Common/UnitDefinitions/TemperatureChangeRate.json @@ -1,4 +1,4 @@ -{ +{ "Name": "TemperatureChangeRate", "BaseUnit": "DegreeCelsiusPerSecond", "XmlDoc": "Temperature change rate is the ratio of the temperature change to the time during which the change occurred (value of temperature changes per unit time).", @@ -33,4 +33,4 @@ ] } ] -} \ No newline at end of file +} From cc5173e2d7bc4feec4b7c665b1c16de47125c41b Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:28 +0200 Subject: [PATCH 77/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Temperature.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Temperature.json b/Common/UnitDefinitions/Temperature.json index 15a87bdc4f..a1f2892784 100644 --- a/Common/UnitDefinitions/Temperature.json +++ b/Common/UnitDefinitions/Temperature.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Temperature", "BaseUnit": "Kelvin", "XmlDoc": "A temperature is a numerical measure of hot or cold. Its measurement is by detection of heat radiation or particle velocity or kinetic energy, or by the bulk behavior of a thermometric material. It may be calibrated in any of various temperature scales, Celsius, Fahrenheit, Kelvin, etc. The fundamental physical definition of temperature is provided by thermodynamics.", @@ -140,4 +140,4 @@ ] } ] -} \ No newline at end of file +} From 6bdf7777ba22fceab1790f87741131b815950946 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:31 +0200 Subject: [PATCH 78/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Speed.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Speed.json b/Common/UnitDefinitions/Speed.json index f912c81946..1edbfa7cf5 100644 --- a/Common/UnitDefinitions/Speed.json +++ b/Common/UnitDefinitions/Speed.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Speed", "BaseUnit": "MeterPerSecond", "XmlDoc": "In everyday use and in kinematics, the speed of an object is the magnitude of its velocity (the rate of change of its position); it is thus a scalar quantity.[1] The average speed of an object in an interval of time is the distance travelled by the object divided by the duration of the interval;[2] the instantaneous speed is the limit of the average speed as the duration of the time interval approaches zero.", @@ -283,4 +283,4 @@ ] } ] -} \ No newline at end of file +} From 76def180554699d9d0466d24d26098bf1ad49cb3 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:35 +0200 Subject: [PATCH 79/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/SpecificVolume.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/SpecificVolume.json b/Common/UnitDefinitions/SpecificVolume.json index 9a6d3a2083..fbcc235a92 100644 --- a/Common/UnitDefinitions/SpecificVolume.json +++ b/Common/UnitDefinitions/SpecificVolume.json @@ -1,4 +1,4 @@ -{ +{ "Name": "SpecificVolume", "BaseUnit": "CubicMeterPerKilogram", "XmlDoc": "In thermodynamics, the specific volume of a substance is the ratio of the substance's volume to its mass. It is the reciprocal of density and an intrinsic property of matter as well.", From 10d2173b0fb941a187801bc8c949774edd7b8fad Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:38 +0200 Subject: [PATCH 80/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/SpecificEntropy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/SpecificEntropy.json b/Common/UnitDefinitions/SpecificEntropy.json index 4bfeac565a..81e11abffd 100644 --- a/Common/UnitDefinitions/SpecificEntropy.json +++ b/Common/UnitDefinitions/SpecificEntropy.json @@ -1,4 +1,4 @@ -{ +{ "Name": "SpecificEntropy", "BaseUnit": "JoulePerKilogramKelvin", "XmlDoc": "Specific entropy is an amount of energy required to raise temperature of a substance by 1 Kelvin per unit mass.", @@ -60,4 +60,4 @@ ] } ] -} \ No newline at end of file +} From 568ad2580a1f29057a4bef3e41929f0d00441b41 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:42 +0200 Subject: [PATCH 81/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/SpecificEnergy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/SpecificEnergy.json b/Common/UnitDefinitions/SpecificEnergy.json index 8c706f0b83..b7a0705f5d 100644 --- a/Common/UnitDefinitions/SpecificEnergy.json +++ b/Common/UnitDefinitions/SpecificEnergy.json @@ -1,4 +1,4 @@ -{ +{ "Name": "SpecificEnergy", "BaseUnit": "JoulePerKilogram", "XmlDoc": "The SpecificEnergy", @@ -61,4 +61,4 @@ } ] -} \ No newline at end of file +} From 2c1905a2fb59064bfff26be3591750b05c72002c Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:45 +0200 Subject: [PATCH 82/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/SolidAngle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/SolidAngle.json b/Common/UnitDefinitions/SolidAngle.json index 10cced6eee..6f37c56698 100644 --- a/Common/UnitDefinitions/SolidAngle.json +++ b/Common/UnitDefinitions/SolidAngle.json @@ -1,4 +1,4 @@ -{ +{ "Name": "SolidAngle", "BaseUnit": "Steradian", "XmlDoc": "In geometry, a solid angle is the two-dimensional angle in three-dimensional space that an object subtends at a point.", @@ -17,4 +17,4 @@ ] } ] -} \ No newline at end of file +} From 06239c5041eee85dbf3d5091c523ad7b5871d79f Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:48 +0200 Subject: [PATCH 83/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/RotationalStiffnessPerLength.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/RotationalStiffnessPerLength.json b/Common/UnitDefinitions/RotationalStiffnessPerLength.json index 2135137175..01c8c4dfdb 100644 --- a/Common/UnitDefinitions/RotationalStiffnessPerLength.json +++ b/Common/UnitDefinitions/RotationalStiffnessPerLength.json @@ -1,4 +1,4 @@ -{ +{ "Name": "RotationalStiffnessPerLength", "BaseUnit": "NewtonMeterPerRadianPerMeter", "XmlDoc": "https://en.wikipedia.org/wiki/Stiffness#Rotational_stiffness", @@ -22,4 +22,4 @@ ] } ] -} \ No newline at end of file +} From 829d214d9fb20a5cc3ff4c46b0b10b984ad87397 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:52 +0200 Subject: [PATCH 84/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/RotationalStiffness.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/RotationalStiffness.json b/Common/UnitDefinitions/RotationalStiffness.json index 59b9afd6fa..304dcd730a 100644 --- a/Common/UnitDefinitions/RotationalStiffness.json +++ b/Common/UnitDefinitions/RotationalStiffness.json @@ -1,4 +1,4 @@ -{ +{ "Name": "RotationalStiffness", "BaseUnit": "NewtonMeterPerRadian", "XmlDoc": "https://en.wikipedia.org/wiki/Stiffness#Rotational_stiffness", @@ -22,4 +22,4 @@ ] } ] -} \ No newline at end of file +} From c880ca9205478df6383853d4bb55d83264ce0e95 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:55 +0200 Subject: [PATCH 85/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/RotationalSpeed.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/RotationalSpeed.json b/Common/UnitDefinitions/RotationalSpeed.json index 66c5bd8195..dfb22c16c4 100644 --- a/Common/UnitDefinitions/RotationalSpeed.json +++ b/Common/UnitDefinitions/RotationalSpeed.json @@ -1,4 +1,4 @@ -{ +{ "Name": "RotationalSpeed", "BaseUnit": "RadianPerSecond", "XmlDoc": "Rotational speed (sometimes called speed of revolution) is the number of complete rotations, revolutions, cycles, or turns per time unit. Rotational speed is a cyclic frequency, measured in radians per second or in hertz in the SI System by scientists, or in revolutions per minute (rpm or min-1) or revolutions per second in everyday life. The symbol for rotational speed is ω (the Greek lowercase letter \"omega\").", @@ -85,4 +85,4 @@ ] } ] -} \ No newline at end of file +} From 73972be60dbec0f7c0f36b7e842a68abd0445ca2 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:27:58 +0200 Subject: [PATCH 86/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/RotationalAcceleration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/RotationalAcceleration.json b/Common/UnitDefinitions/RotationalAcceleration.json index 78d28c1622..a73705d3e4 100644 --- a/Common/UnitDefinitions/RotationalAcceleration.json +++ b/Common/UnitDefinitions/RotationalAcceleration.json @@ -1,4 +1,4 @@ -{ +{ "Name": "RotationalAcceleration", "BaseUnit": "RadianPerSecondSquared", "XmlDoc": "Angular acceleration is the rate of change of rotational speed.", @@ -55,4 +55,4 @@ ] } ] -} \ No newline at end of file +} From bd14af2a60d2e3563caa14a326cebad611ac10df Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:28:02 +0200 Subject: [PATCH 87/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ReactivePower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ReactivePower.json b/Common/UnitDefinitions/ReactivePower.json index e02d22fe96..16ed7d341d 100644 --- a/Common/UnitDefinitions/ReactivePower.json +++ b/Common/UnitDefinitions/ReactivePower.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ReactivePower", "BaseUnit": "VoltampereReactive", "XmlDoc": "Volt-ampere reactive (var) is a unit by which reactive power is expressed in an AC electric power system. Reactive power exists in an AC circuit when the current and voltage are not in phase.", @@ -22,4 +22,4 @@ ] } ] -} \ No newline at end of file +} From 620cafa1ced76e577707dc7e93fcc04f6addf616 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:28:19 +0200 Subject: [PATCH 88/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/ReactiveEnergy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/ReactiveEnergy.json b/Common/UnitDefinitions/ReactiveEnergy.json index 9ac64f67d4..bb07b95432 100644 --- a/Common/UnitDefinitions/ReactiveEnergy.json +++ b/Common/UnitDefinitions/ReactiveEnergy.json @@ -1,4 +1,4 @@ -{ +{ "Name": "ReactiveEnergy", "BaseUnit": "VoltampereReactiveHour", "XmlDoc": "The Volt-ampere reactive hour (expressed as varh) is the reactive power of one Volt-ampere reactive produced in one hour.", @@ -22,4 +22,4 @@ ] } ] -} \ No newline at end of file +} From bcd861642c325c884146c333486f48669047daf5 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:28:28 +0200 Subject: [PATCH 89/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/RatioChangeRate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/RatioChangeRate.json b/Common/UnitDefinitions/RatioChangeRate.json index 019bd89419..1afef1a1bd 100644 --- a/Common/UnitDefinitions/RatioChangeRate.json +++ b/Common/UnitDefinitions/RatioChangeRate.json @@ -1,4 +1,4 @@ -{ +{ "Name": "RatioChangeRate", "BaseUnit": "DecimalFractionPerSecond", "XmlDoc": "The change in ratio per unit of time.", @@ -29,4 +29,4 @@ } ] -} \ No newline at end of file +} From 946da47fdfd811d2859f9176a22938163840a7dc Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:28:32 +0200 Subject: [PATCH 90/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Ratio.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/UnitDefinitions/Ratio.json b/Common/UnitDefinitions/Ratio.json index c9387a5397..3254d3e8f8 100644 --- a/Common/UnitDefinitions/Ratio.json +++ b/Common/UnitDefinitions/Ratio.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Ratio", "BaseUnit": "DecimalFraction", "XmlDoc": "In mathematics, a ratio is a relationship between two numbers of the same kind (e.g., objects, persons, students, spoonfuls, units of whatever identical dimension), usually expressed as \"a to b\" or a:b, sometimes expressed arithmetically as a dimensionless quotient of the two that explicitly indicates how many times the first number contains the second (not necessarily an integer).", @@ -76,4 +76,4 @@ ] } ] -} \ No newline at end of file +} From 1111c6f86294b9be41654eb7194a2534bd97f2a5 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:33:04 +0200 Subject: [PATCH 91/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/Pressure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Pressure.json b/Common/UnitDefinitions/Pressure.json index a58487f142..8cb238fa60 100644 --- a/Common/UnitDefinitions/Pressure.json +++ b/Common/UnitDefinitions/Pressure.json @@ -1,4 +1,4 @@ -{ +{ "Name": "Pressure", "BaseUnit": "Pascal", "XmlDoc": "Pressure (symbol: P or p) is the ratio of force to the area over which that force is distributed. Pressure is force per unit area applied in a direction perpendicular to the surface of an object. Gauge pressure (also spelled gage pressure)[a] is the pressure relative to the local atmospheric or ambient pressure. Pressure is measured in any unit of force divided by any unit of area. The SI unit of pressure is the newton per square metre, which is called the pascal (Pa) after the seventeenth-century philosopher and scientist Blaise Pascal. A pressure of 1 Pa is small; it approximately equals the pressure exerted by a dollar bill resting flat on a table. Everyday pressures are often stated in kilopascals (1 kPa = 1000 Pa).", From 596f437a84f04002db3741180d05a45fa13002f7 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:33:12 +0200 Subject: [PATCH 92/93] Remove unknown sign from the JSON beginnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherways the js JSON parse method returns `SyntaxError: Unexpected token  in JSON at position 0` error. --- Common/UnitDefinitions/PressureChangeRate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/PressureChangeRate.json b/Common/UnitDefinitions/PressureChangeRate.json index 14d7f017bc..f4261f3d18 100644 --- a/Common/UnitDefinitions/PressureChangeRate.json +++ b/Common/UnitDefinitions/PressureChangeRate.json @@ -1,4 +1,4 @@ -{ +{ "Name": "PressureChangeRate", "BaseUnit": "PascalPerSecond", "XmlDoc": "Pressure change rate is the ratio of the pressure change to the time during which the change occurred (value of pressure changes per unit time).", From 1c267090a9414c1052d4e2f1bb376d267e521f9c Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sat, 28 Dec 2019 22:41:11 +0200 Subject: [PATCH 93/93] Fix JSON schema SyntaxError: Unexpected token ] in JSON at position 2871 --- Common/UnitDefinitions/Power.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/UnitDefinitions/Power.json b/Common/UnitDefinitions/Power.json index 08ba315484..32081d4e6a 100644 --- a/Common/UnitDefinitions/Power.json +++ b/Common/UnitDefinitions/Power.json @@ -107,6 +107,6 @@ "Abbreviations": [ "J/h" ] } ] - }, + } ] }