bolognese 1.1.11 → 1.1.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a40e4d003bd824575e53ce801d8579333a01d87c868a9fb5f5d2f7d83a285985
4
- data.tar.gz: b69f7a90359bddfd9f7f65882e9faeb20651f91bb71d634e3885b8cc33a5d3e3
3
+ metadata.gz: 203ba60bc9015a61d36b192605c09751a257aa36624b9ca3c9783d002586e95a
4
+ data.tar.gz: f4c9492d40eb359a0fe4f512b32de63c4821a0cd657aa57d1e8509a6e58f8df3
5
5
  SHA512:
6
- metadata.gz: 88b0e6943536624a09a0b65a5ad91baaf9e0c92086e5ed081daaa8d3cd9e9c2e84432a15d8292eeb3015883bc2d74e0183ba6bed4493776b2b035760910d95ba
7
- data.tar.gz: 4738c206fd36978d43b57e91363efb0608b497341a22bb76b7825a3ecda213d27252f0d7c0e25fb57b2f91003b565ca086872db6fc33f05788f380af238fc1ec
6
+ metadata.gz: 7360e5e52615f86f15b041e0e19851f19b8183e6be624977061b994d05f20fb9b4c7519e8531a59fbd4d91f79a8d04cc89424a60b976d7ff7959d08900a8874e
7
+ data.tar.gz: 2306f371bc57ea87c828f7c22c0fcd1141b5330d2aac4e30e19adb2a95d91f0a5ba5525546d58039273bc7f039363668edf190aa0b41c44d428e2cd3cef17cee
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bolognese (1.1.11)
4
+ bolognese (1.1.12)
5
5
  activesupport (>= 4.2.5, < 6)
6
6
  benchmark_methods (~> 0.7)
7
7
  bibtex-ruby (~> 4.1)
@@ -108,7 +108,7 @@ module Bolognese
108
108
  def ris_meta(string: nil)
109
109
  h = Hash.new { |h,k| h[k] = [] }
110
110
  string.split("\n").reduce(h) do |sum, line|
111
- k, v = line.split("-")
111
+ k, v = line.split("-",2)
112
112
  h[k.strip] << v.to_s.strip
113
113
  sum
114
114
  end.map { |k,v| [k, v.unwrap] }.to_h.compact
@@ -1,3 +1,3 @@
1
1
  module Bolognese
2
- VERSION = "1.1.11"
2
+ VERSION = "1.1.12"
3
3
  end
@@ -0,0 +1,9 @@
1
+ TY - BOOK
2
+ T1 - Validation of an Image-based Subject-Specific Dynamic Model of the Ankle Joint Complex and its Applications to the Study of the Effect of Articular Surface Morphology on Ankle Joint Mechanics
3
+ AU - Balakrishnan, Vishnuvardhan
4
+ DO - 10.17918/ERNK-6431
5
+ UR - https://idea.library.drexel.edu/islandora/object/idea:8247
6
+ AB - 3D image based subject specific models of the ankle complex can be extremely significant in a wide variety of clinical and biomechanical applications such as evaluating the effect of ligament ruptures, diagnosing and comparing surgical procedures. However, there are very few computational models that can accurately capture the full 3D biomechanical properties of the ankle complex. One such computational model was introduced by our group in 2004 [1], and this model was partially validated with a very limited set of parameters for comparison. In the current study, we have developed an improvised version of this model and validated it on a subject to subject basis for a number of specimens. This is achieved by comparing a wide range of biomechanical parameters between the experiments and the simulation. Once, the model is validated, it can be used for a wide variety of clinical and surgical applications .Some applications include comparing the effects of surface morphology on the kinematics of the ankle joint, diagnosing and evaluation of ankle disorders like ligament tears and reconstruction surgeries. Previous experimental studies conducted to understand and validate the effect of morphological variations to kinematics involved invasive surgical procedures and hence could only be conducted in cadaveric foot. Hence a need for a dynamic model which could predict and recreate the kinematics of an ankle using only CT and, or MRI data was realized. Such a model could help in development and non-invasive testing of subject specific TAR. This thesis focusses on the subject specific validation of rigid body models of four specimens and an one-to-one validation based on Load-displacement curves, Range of Motion, Surface-to-surface interaction and Ligament straining patterns. Post validation of the MBS model in MSC ADAMS, the model is used to investigate the effect of axial loads, total ankle arthrodesis and the effect of varying surface morphologies on the behavior of the ankle joint complex. An in-depth comparative analysis on the use of a numerical model for the development and performance evaluation of an implant derived from the morphological parameters of the ankle joint is also presented.
7
+ PY - 2018
8
+ PB - Drexel University
9
+ ER -
@@ -58,5 +58,16 @@ describe Bolognese::Metadata, vcr: true do
58
58
  expect(subject.dates).to eq([{"date"=>"2018-04-25", "dateType"=>"Issued"}, {"date"=>"2018-04-25", "dateType"=>"Created"}])
59
59
  expect(subject.publication_year).to eq("2018")
60
60
  end
61
+
62
+ it "RIS with Dashes" do
63
+ input = fixture_path + "ris_bug.ris"
64
+ abs = "3D image based subject specific models of the ankle complex can be extremely significant in a wide variety of clinical and biomechanical applications such as evaluating the effect of ligament ruptures, diagnosing and comparing surgical procedures. However, there are very few computational models that can accurately capture the full 3D biomechanical properties of the ankle complex. One such computational model was introduced by our group in 2004 [1], and this model was partially validated with a very limited set of parameters for comparison. In the current study, we have developed an improvised version of this model and validated it on a subject to subject basis for a number of specimens. This is achieved by comparing a wide range of biomechanical parameters between the experiments and the simulation. Once, the model is validated, it can be used for a wide variety of clinical and surgical applications .Some applications include comparing the effects of surface morphology on the kinematics of the ankle joint, diagnosing and evaluation of ankle disorders like ligament tears and reconstruction surgeries. Previous experimental studies conducted to understand and validate the effect of morphological variations to kinematics involved invasive surgical procedures and hence could only be conducted in cadaveric foot. Hence a need for a dynamic model which could predict and recreate the kinematics of an ankle using only CT and, or MRI data was realized. Such a model could help in development and non-invasive testing of subject specific TAR. This thesis focusses on the subject specific validation of rigid body models of four specimens and an one-to-one validation based on Load-displacement curves, Range of Motion, Surface-to-surface interaction and Ligament straining patterns. Post validation of the MBS model in MSC ADAMS, the model is used to investigate the effect of axial loads, total ankle arthrodesis and the effect of varying surface morphologies on the behavior of the ankle joint complex. An in-depth comparative analysis on the use of a numerical model for the development and performance evaluation of an implant derived from the morphological parameters of the ankle joint is also presented."
65
+ doi = "10.7554/elife.01567"
66
+ subject = Bolognese::Metadata.new(input: input, doi: doi)
67
+ expect(subject.valid?).to be true
68
+ expect(subject.identifiers).to eq([{"identifier"=>"https://doi.org/10.7554/elife.01567", "identifierType"=>"DOI"}])
69
+ expect(subject.titles).to eq([{"title"=>"Validation of an Image-based Subject-Specific Dynamic Model of the Ankle Joint Complex and its Applications to the Study of the Effect of Articular Surface Morphology on Ankle Joint Mechanics"}])
70
+ expect(subject.descriptions.first["description"]).to eq(abs)
71
+ end
61
72
  end
62
73
  end
@@ -256,7 +256,6 @@ describe Bolognese::Metadata, vcr: true do
256
256
  expect(subject.publication_year).to eq("2019")
257
257
  expect(subject.id).to eq("https://doi.org/10.23698/aida/drov")
258
258
  expect(subject.publisher).to eq("AIDA")
259
- puts subject.rights_list
260
259
  expect(subject.rights_list).to eq({"rights"=>"Restricted access", "rightsUri"=>"https://datasets.aida.medtech4health.se/10.23698/aida/drov#license"})
261
260
  expect(subject.id).to eq("https://doi.org/10.23698/aida/drov")
262
261
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bolognese
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.11
4
+ version: 1.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-10 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: maremma
@@ -709,6 +709,7 @@ files:
709
709
  - spec/fixtures/ns0.xml
710
710
  - spec/fixtures/pure.bib
711
711
  - spec/fixtures/pure.ris
712
+ - spec/fixtures/ris_bug.ris
712
713
  - spec/fixtures/schema_4.0.xml
713
714
  - spec/fixtures/schema_org.json
714
715
  - spec/fixtures/schema_org_geolocation.json