Search results for: Jisoo Kim
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 3

Search results for: Jisoo Kim

3 Durability Assessment of Nanocomposite-Based Bone Fixation Device Consisting of Bioabsorbable Polymer and Ceramic Nanoparticles

Authors: Jisoo Kim, Jin-Young Choi, MinSu Lee, Sunmook Lee

Abstract:

Effects of ceramic nanoparticles on the improvement of durability of bone fixation devices have been investigated by assessing the durability of nanocomposite materials consisting of bioabsorbable polymer and ceramic nanoparticles, which could be applied for bone fixation devices such as plates and screws. Various composite ratios were used for the synthesis of nanocomposite materials by blending polylactic acid (PLA) and polyglycolic acid (PGA) as bioabsorbable polymer, and hydroxyapatite (HA) and tri-calcium phosphate (TCP) as ceramic nanoparticles. It was found that the addition of ceramic nanoparticles significantly enhanced the mechanical properties of the bone fixation devices compared to those fabricated with pure biopolymers. Particularly, the layer-by-layer approach for the fabrication of nanocomposites also had an effect on the improvement of bending strength. Durability tests were performed by measuring the changes in the bending strength of nanocomposite samples under varied temperature conditions for the accelerated degradation tests. It was found that Weibull distribution was the most proper one for describing the life distribution of devices in the present study. The mean lifetime was predicted by adopting Arrhenius Eq. Model for Stress-Life relationship.

Keywords: bioabsorbable, bone fixation device, ceramic nanoparticles, durability assessment, nanocomposite

Procedia PDF Downloads 292
2 Fatigue Test and Stress-Life Analysis of Nanocomposite-Based Bone Fixation Device

Authors: Jisoo Kim, Min Su Lee, Sunmook Lee

Abstract:

Durability assessment of nanocomposite-based bone fixation device was performed by flexural fatigue tests, for which the changes in the life cycles of nanocomposite samples synthesized by blending bioabsorbable polymer (PLGA) and ceramic nanoparticles (β-TCP) with different ratios were monitored. The nanocomposite samples were kept in a constant temperature/humidity chamber at 37°C/50%RH for varied incubation periods for the degradation of nanocomposite samples under the temperature/humidity stress. It was found that the life cycles were increasing as the incubation time in the chamber were increasing in the initial stage irrespective of sample compositions, which was due to the annealing effect of the polymer. However, the life cycle was getting shorter as the incubation time increased afterward, which was due to the overall degradation of nanocomposites. It was found that the life cycle of the nanocomposite sample with high ceramic content was shorter than the one with low ceramic content, which was attributed to the increased brittleness of the composite with high ceramic content. The changes in chemical properties were also monitored by FT-IR, which indicated that the degradation of the biodegradable polymer could be confirmed by the increased intensities of carboxyl groups and hydroxyl groups since the hydrolysis of ester bonds connecting two successive monomers yielded carboxyl end groups and hydroxyl groups.

Keywords: bioabsorbable polymer, bone fixation device, ceramic nanoparticles, durability assessment, fatigue test

Procedia PDF Downloads 368
1 Rest API Based System-level Test Automation for Mobile Applications

Authors: Jisoo Song

Abstract:

Today’s mobile applications are communicating with servers more and more in order to access external services or information. Also, server-side code changes are more frequent than client-side code changes in a mobile application. The frequent changes lead to an increase in testing cost increase. To reduce costs, UI based test automation can be one of the solutions. It is a common automation technique in system-level testing. However, it can be unsuitable for mobile applications. When you automate tests based on UI elements for mobile applications, there are some limitations such as the overhead of script maintenance or the difficulty of finding invisible defects that UI elements cannot represent. To overcome these limitations, we present a new automation technique based on Rest API. You can automate system-level tests through test scripts that you write. These scripts call a series of Rest API in a user’s action sequence. This technique does not require testers to know the internal implementation details, only input and expected output of Rest API. You can easily modify test cases by modifying Rest API input values and also find problems that might not be evident from the UI level by validating output values. For example, when an application receives price information from a payment server and user cannot see it at UI level, Rest API based scripts can check whether price information is correct or not. More than 10 mobile applications at our company are being tested automatically based on Rest API scripts whenever application source code, mostly server source code, is built. We are finding defects right away by setting a script as a build job in CI server. The build job starts when application code builds are completed. This presentation will also include field cases from our company.

Keywords: case studies at SK Planet, introduction of rest API based test automation, limitations of UI based test automation

Procedia PDF Downloads 413