[PDF] IN SITU BIOPRINTING OF THE SKIN BY KYLE W. BINDER A





Previous PDF Next PDF



ThumbScan: A lightweight thumbnail search tool

18 nov. 2010 It may be a different value. //...in larger thumbnail caches. ArrayList^ FATblocks = gcnew ArrayList(); for (int i = 0; i<numBigFat; i++){.



The C++ Support Library

DeleteMe^ NonAuto = gcnew DeleteMe("Non Auto no finally"); using the ref class lock to synchronize on an ArrayList::SyncRoot. (I don't use the ArrayList ...



IN SITU BIOPRINTING OF THE SKIN BY KYLE W. BINDER A

ArrayList ^allpoints = gcnew ArrayList(); this->ProgressBar->Visible = true;. // First check to see if the user defined their own edges. If they did.



C++ 2013 for C Developers

18 févr. 2006 this->a = gcnew ArrayList();. } } Multiple Constructors. As you learned previously we need to move object initialization code into the ...



.NET Configuration File Programming

ArrayList^ list = gcnew ArrayList(); for (int i = 0; i < 3; i++). { list->Add(ConfigurationManager::AppSettings["Color" + i]);. }.



Pro Visual C++/CLI and the .NET 2.0 Platform

This constructor creates an ArrayList with a starting Capacity of 16: ArrayList ^alist = gcnew ArrayList();. That doesn't mean that the ArrayList is 



Java Platform Standard Edition - Troubleshooting Guide

1 sept. 2020 ArrayList$Itr ... The following example illustrates the use of the -gcnew option where the jstat utility ... jstat -gcnew -h3 2834 250.



Troubleshooting Guide

21 janv. 2020 ArrayList$Itr (java.base@13- ... The following example illustrates the use of the -gcnew option where the ... jstat -gcnew -h3 2834 250.



MagicDraw CodeEngineering UserGuide.pdf

public final class MyList extends ArrayList implements Cloneable gcnew. Represent the usage of gcnew keyword in generic constraint clause.



Untitled

ArrayList^ DinamiuriMasivi3 = gcnew ArrayList(Striqoni);. ArrayList^ DinamiuriMasivi4 = gcnew ArrayList(50); for each (int x in DinamiuriMasivi2) 



ArrayList in C++ with Examples - HellGeekspdf - HellGeeks Search

The ArrayList type contains '^' and gcnew This is necessary for the managed code to be properlyallocated to memory In the next four lines ArrayList is 



ArrayList Class (SystemCollections) - Microsoft Learn

Implements the IList interface using an array whose size is dynamically increased as required



[PDF] FORM1pdf - FR

16 fév 2006 · this->label1 = (gcnew System::Windows::Forms::Label()); this->SuspendLayout(); listOfComputer = gcnew System::Collections::ArrayList();



FAQ C++/CLI et VC++Net - Developpezcom

Lien : Comment allouer un objet managé avec gcnew ? HautPage using namespace System:: Collections; ArrayList ^ tableau = gcnew ArrayList();



Pro Visual C++-CLI And The NET 20 Platform (2006) [eng]-1 - ??? 51

The Invalidate() method is the manual way of triggering a Paint event coords = gcnew ArrayList(); // Instantiate coords array } protected: ~Form1()



Pro Visual C++-CLI And The NET 20 Platform (2006) [eng]-1 - ??? 29

Pro Visual C++-CLI And The NET 2 0 Platform (2006) [eng]-1 pdf ??????????: ArrayList ^ = gcnew ArrayList(); // populate



[PDF] Arrays; Implementing a Collection (ArrayList) CS 106X

Let's write a class that implements a growable array of integers – We'll call it ArrayList It will be very similar to the C++ Vector – its behavior:



(PDF) Foundations of C++/CLI The Visual C++ Language for NET 35

For another example consider C++/CLI's decision to add the gcnew operator main() { ArrayList^ array_list = gcnew ArrayList(); array_list->Add("apple"); 



[PDF] Question

C ArrayList^ al = gcnew ArrayList();array procs = Process::GetProcessesByName(StrComputer);for each (Process^ proc in procs) {



[PDF] Pro Visual C++/CLI and the NET 20 Platform - WordPresscom

The gcnew operator is new to all C++/CLI developers Cleaning up managed resources like String or an ArrayList is handled just like managed memory

:

IN SITU BIOPRINTING OF THE SKIN

BY

KYLE W. BINDER

A Dissertation Submitted to the Graduate Faculty of WAKE FOREST UNIVERSITY GRADUATE SCHOOL OF ARTS AND SCIENCES in Partial Fulfillment of the Requirements for the Degree of

DOCTOR OF PHILOSOPHY

Molecular Genetics and Genomics

May 2011

Winston-Salem, North Carolina

Copyright Kyle W. Binder 2011

Approved By:

James J. Yoo, M.D., Ph.D., Advisor

Shay S. Soker, Ph.D., Chair

Mark Lively, Ph.D.

James H. Holmes, M.D.

Stephen Walker, Ph.D.

ii

ACKNOWLEDGEMENTS

This dissertation is dedicated to my family. To my father, William, for teaching me the values of hard work and dedication. To my mother, Ellen, for her unfailing love and support. To my brother, Matthew, for his perseverance and loyalty. To my sister, Melanie, for her support and for always being available to listen. To my brother, Christian, for inspiring me with maturity beyond his years. To my dissertation committee, for teaching me to be a scientist. To Dr. James Yoo, for presenting me with the opportunity of a lifetime and advising me. To the Armed Forces Institutes of Regenerative Medicine, for providing funding and allowing me the opportunity to help heal our wounded warriors. To the biofabrication team with whom I have worked the last several years. To Dr. Tao Xu, for introducing me to the field of biofabrication. To Dennis Dice, whose expertise in electrical engineering made this project happen. To Dr. Weixin Zhao, for his assistance in procedures. To Josh Tan, whose expertise in imaging allowed us to overcome many of the obstacles we faced while building the skin bioprinter. To Dr. Hyun-Wook Kang, for his assistance in procedures and for writing software to parse scanned models of the wound surface. To Shengli Zhang, for his assistance in procedures. To Paul Scarpinato, for providing expertise in mechanical engineering and helping design the clinical prototype skin bioprinter. To AJ Allen, for being the best student I have ever had and helping to shoulder the load. To all the staff at the Wake Forest Institute for Regenerative Medicine who have assisted me over the years. To Cathy Mathis, who taught me histology and spent many iii late nights helping me section and stain slides. Without her I would not have been able to complete this project. To Dr. Erin Mitchell, for her patience and assistance with the animal research. To Cindy Andrews, for assisting with surgeries. To Tammy Cockerham and Renae Hall, for their assistance with the large animal studies. To all my friends and co-workers, I thank you with all my heart. You will always have my gratitude. iv

TABLE OF CONTENTS

LIST OF ILLUSTRATIONS .............................................................................................. v

LIST OF ABBREVIATIONS .......................................................................................... viii

ABSTRACT ........................................................................................................................ x

INTRODUCTION .............................................................................................................. 1

OVERVIEW OF BIOPRINTING..................................................................................... 41

DEVELOPMENT OF A NOVEL DEVICE FOR IN SITU BIOPRINTING OF THE

SKIN ................................................................................................................................. 68

IN SITU BIOPRINTING OF THE SKIN IN A MURINE MODEL.............................. 101 IN SITU BIOPRINTING OF THE SKIN IN A PRECLINICAL MODEL ................... 122

CONCLUSIONS AND FUTURE WORK ..................................................................... 160

BIOPRINTER V2.0 SOFTWARE.................................................................................. 173

SKIN DELIVERY SYSTEM SOFTWARE ................................................................... 323

CURRICULUM VITAE ................................................................................................. 444

v

LIST OF ILLUSTRATIONS

Figure 1-1. Structure of normal human skin. ..................................................................... 2

Figure 2-1. Schematic representation of three different inkjet printing methods. ........... 44 Figure 2-2. HP Deskjet 640c series inkjet printer modified to print without paper. ........ 50 Figure 2-3. Visual C++ code for programmatically creating a series of lines for

vasculature bioprinting...................................................................................................... 52

Figure 2-4. Schematic diagram of in situ skin bioprinter. ............................................... 54

Figure 2-5. Schematic drawing of the postulated mechanism for inkjet-induced gene

transfection. ....................................................................................................................... 57

Figure 2-6. Effects of the printing parameters and conditions on gene transfection. ...... 58

Figure 2-7. In vitro gene printing. .................................................................................... 59

Figure 3-1. Hardware for the prototype skin bioprinter. .................................................. 71

Figure 3-2. Schematic diagram of MC9S08JM60 microprocessor for bioprinting

applications. ...................................................................................................................... 75

Figure 3-3. Schematic diagram of the motor controllers for bioprinting applications. ... 76 Figure 3-4. Schematic diagram of the display and control driver for bioprinting

applications. ...................................................................................................................... 77

Figure 3-5. Schematic representation of three-tier architecture for Bioprinter v2.0. ...... 78 Figure 3-6. Main window of Bioprinter v2.0 with MRI image displayed. ...................... 80 Figure 3-7. Main window of Bioprinter v2.0 with grid displayed over MRI image. ...... 83 Figure 3-8. Main window of Bioprinter v2.0 with edges of MRI image displayed. ....... 84 vi Figure 3-9. Main window of Bioprinter v2.0 with outer edges of MRI image defined in

memory. ............................................................................................................................ 85

Figure 3-10. Main window of Bioprinter v2.0 with MRI image overlaid with both edges

and 16x16 pixel grid. ........................................................................................................ 86

Figure 3-11. Main window of Bioprinter v2.0 with Print Controls menu displayed. ...... 88

Figure 3-12. Automatic printing menu of Bioprinter v2.0............................................... 90

Figure 3-13. Schematic representation of the Organ object. ........................................... 93

Figure 4-1. Proof-of-concept experiment with prelabeled fibroblasts and keratinocytes.

......................................................................................................................................... 108

Figure 4-2. Analysis of wound sizes over 6 weeks. ....................................................... 109

Figure 4-3. Gross examination of printed skin. ............................................................. 110

Figure 4- .................................................. 112

Figure 4-5. Immunohistochemistry for human cells. ..................................................... 113

Figure 5-1. Concept design of the skin delivery system. ............................................... 125

Figure 5-2. Movement system hardware schematic. ..................................................... 126

Figure 5-3. Skin Delivery System cartridges, printhead, and flow schematic. .............. 127 Figure 5-4. Sample output of laser scanner integrated with skin delivery system. ....... 129

Figure 5-5. Skin delivery system software schematic. .................................................. 130

Figure 5-6. Skin delivery system configuration manager. ............................................. 131

Figure 5-7. Skin delivery system configuration manager for printhead development. . 133 Figure 5-8. Main window of Skin Delivery System with Print Controls menu displayed.

......................................................................................................................................... 135

Figure 5-9. Schematic representation of wound sites in the preclinical model. ............ 143 vii

Figure 5-10. Operation of the skin delivery system. ...................................................... 149

Figure 5-11. Comparison of four different wound treatments over 8 weeks. ................ 151

Figure 5-12. Analysis of wound sizes over 8 weeks. ..................................................... 152

Figure 5-13. Analysis of wound contracture over 8 weeks. .......................................... 154

Figure 5-14. Analysis of wound epithelialization over 8 weeks. ................................... 155

Figure 5-15. Hematoxylin and eosin evaluation of four different wound treatments at 8

weeks............................................................................................................................... 156

Figure 5-16. Histological comparison of four different wound treatments at 8 weeks. 157 Figure 6-1. Concept design of delivery system for the clinical skin bioprinter. ............ 161

Figure 6-2. Clinical prototype software schematic ........................................................ 164

viii

LIST OF ABBREVIATIONS

Ultraviolet UV

Interleukin IL

Tumor necrosis factor TNF

Transforming growth factor TGF

Cyclooxygenase COX

Type 1 helper T cell Th1

Type 2 helper T cell Th2

Natural killer cell NK

Interferon IFN

Extracellular matrix ECM

Connective tissue activating peptide CTAP

Platelet-derived growth factor PDGF

Induced nitric oxide synthase iNOS

Epidermal growth factor EGF

Fibroblast growth factor FGF

Keratinocyte growth factor KGF

Vascular endothelial growth factor VEGF

Total body surface area TBSA

Epidermolysis bullosa EB

Cultured epithelial autograft CEA

Ethylenediaminetetraacetic acid EDTA

ix

Green fluorescent protein GFP

Porcine aortic endothelial cell PAE

Universal serial bus USB

Recommended standard 232 RS232

b Binary

0x Hexadecimal

Joint Photographic Experts Group JPEG

Graphics Interchange Format GIF

Tagged Image File TIF

Portable Network Graphics PNG

Phosphate buffered saline PBS

Hematoxylin and eosin H&E

Analysis of variance ANOVA

Human leukocyte antigen HLA

Dots per inch DPI

Penicillin/Streptomycin/Amphotericin B PSA

4',6-diamidino-2-phenylindole DAPI

Antigen presenting cell APC

x

ABSTRACT

Burn injury is a common source of morbidity and mortality in the battlefield, comprising 10 to 30% of all casualties. In the civilian population, there are approximately 500,000 burn injuries requiring treatment each year. Autografts and commercially available skin products are limited in size and some require a lengthy preparation time, making them unusable in severe cases that require prompt and aggressive measures to maintain the lives of wounded patients. Moreover, patient survival is inversely proportional to the amount of time required to cover and stabilize a wound. Therefore, a new approach that permits immediate burn wound stabilization with functional recovery is necessary. We propose a novel treatment that would repair burn wounds in situ by using cartridge-based bioprinting to precisely deliver skin cells in a controlled manner in a wound. The skin bioprinter uses a cartridge based delivery system with a laser scanning system mounted on a portable XYZ plotting system. The cartridge system is similar to that used in traditional inkjet printing such that each cell type is loaded into an individual cartridge in the same way different color inks would be contained in different cartridges. The data obtained from the laser scanner is pieced together to form a model of the wound surface. Together, these technologies print skin that can match the skin that is missing from the wound. To demonstrate the feasibility of in situ skin printing, the skin bioprinter was used to bioprint human fibroblasts and keratinocytes directly in a nude mouse wound model. Wounds repaired using in situ skin cell bioprinting demonstrated up to 3 weeks faster xi wound closure compared to negative controls. Printed skin required approximately 10-14 days to organize into skin which is consistent with previous experiments using cell- spraying techniques. Complete closure of the wounds by 3 weeks was confirmed by organization of the skin cells with organized dermal collagen and a fully formed epidermis. Histological analysis demonstrated the presence of human skin cells in the dermis and epidermis of the new skin. Based on the results of the murine experiment, the skin bioprinter was upgraded for preclinical studies in a porcine wound model. Full-thickness excisional wounds made on the dorsa were imaged with the laser scanning system and repaired using autologous or allogeneic fibroblasts and keratinocytes. Bioprinted fibroblasts and keratinocytes were able to close the wound more quickly than negative controls. Autologous keratinocytes showed evidence of re-epithelialization in the wound center at 2 weeks post-printing. These areas of epithelialization grew progressively larger until they had covered the entire wound. Labeled fibroblasts and keratinocytes that were bioprinted in situ were visible in the center of the wound at 8 weeks. This dissertation describes the design and use of a novel delivery system for in situ bioprinting of the skin. The cartridge-based system presented here can be easily transported from patient to patient and can rapidly print skin constructs consisting of any cell type or biomaterial that can be packaged into a compatible cartridge. We successfully regenerated skin in murine and porcine wound models using fibroblasts and keratinocytes, demonstrating that the concept of in situ skin bioprinting is a viable technique. This work represents an important new step in burn care for both the civilian and military populations. 1

CHAPTER 1

INTRODUCTION

1.1. Structure of Skin

The integumentary organ system is one of the most important body structures both psychologically and physiologically. In most cultures, skin is a primary communicator during initial interactions with another person. Before any verbal contact commences, visual cues display a wealth of information about each person. Pigmentation demonstrates ancestry and can provide information about geographical locations where a person lives. Pigmentation can also provide information about occupation or potential leisure activities. Hair color and consistency can belie age. Skin injuries, especially large wounds, can be readily visible and heavily impact a person's interactions with the world. Physiologically, the structures of the skin interact with the environment and protect the body from numerous environmental factors. Normal skin consists of three major layers: the hypodermis, dermis, and epidermis (Figure 1-1). The hypodermis consists mostly of adipose tissue and is the lowest layer of skin lying just above the underlying muscle layers. This layer of fat provides heat insulation and is a major source of energy storage in the form of triglycerides. Above the hypodermis lies the dermis, which consists of reticular and papillary dermis. Reticular dermis contains highly organized type I collagen and elastic fibers secreted by dermal fibroblasts. These fibers are organized along specific lines of tension termed Langer's lines. Wounds parallel to 2 Langer's lines heal with less scarring than other wounds. Papillary dermis contains less organized type I and type III collagen bundles than the reticular dermis. Crucially, papillary dermis holds the blood vessels and nerves that service the epidermis. The epidermis does not contain its own blood vessels or nerves. For wound healing, the importance of the papillary dermis in serving the epidermis means that epidermal cells cannot survive without this support (Ross & Pawlina, 2003). The epidermal barrier prevents foreign organisms from entering the body and provides a barrier to water loss. The epidermis attaches to the dermis through a series of dermal protrusions into the epidermis that match to epidermal protrusions extending into the dermis. Dermal protrusions are termed dermal papillae and epidermal protrusions are rete ridges. The interface between the dermal papillae and rete ridges increases the surface area available to connect the dermis and epidermis, especially in areas of the skin that are subject to severe tension. The epidermis is composed of four strata: stratum basale, stratum spinosum, stratum granulosum, and stratum corneum. The stratum basale

Figure 1-1. Structure of normal human

skin. Reproduced under Title 17, Chapter 1,

Section 105 of the U.S. Code.

3 holds the self-renewing population of keratinocytes that form the bulk of the epidermis. As keratinocytes grow toward the surface of the skin they shed their nuclei and produce copious amounts of keratins as well as other constituents of the epidermal barrier. This process occurs as a controlled apoptosis when keratinocytes leave the stratum basale and progress through the stratum spinosum, stratum granulosum, and finally stratum corneum, where the keratinocytes are anucleate. Epidermal turnover occurs every 4 weeks. In addition to keratinocytes, the epidermis also contains Langerhans' cells as antigen-presenting cells sampling antigens presenting through the skin. Merkel's cells provide the sensory reception for mechanical stimulation. Furthermore, eccrine glands derive from the epidermis and play a large role in regulating body temperature through thermoregulatory sweating (Ross & Pawlina, 2003). Although skin mainly consists of adipose tissue, dermal fibroblasts, and keratinocytes, adnexal skin structures such as hair and pigment are vital to the normal functions of the integumentary system. Hair follicles play important roles in protection from the outside environment as well as providing exits to the outer skin for structures within the dermis. Specifically, sebaceous and apocrine glands attach to hair follicles and produce sebum and pheromones, respectively. Hairs provide mechanosensory input through bending of the shaft which allows sensation of slight changes in the environment. ls, perifollicular macrophages, and mast cells. The follicle provides a method of sensing impending infection and allows the immune system to react to potential pathogens before they gain access to the body. Follicles also play an important role in wound healing. Cells in thequotesdbs_dbs20.pdfusesText_26
[PDF] gcse chemistry calculations worksheet

[PDF] gcse chemistry moles questions and answers pdf aqa

[PDF] gcse computer science algorithm questions

[PDF] gcse edexcel business past papers

[PDF] gcse edexcel chemistry calculation questions

[PDF] gcse english exemplar answers

[PDF] gcse english questions

[PDF] gcse maths 3d shapes questions

[PDF] gcse physics textbook pdf

[PDF] gdb apache

[PDF] gdop map

[PDF] gdp during the great recession

[PDF] gdp per sector austria

[PDF] gdpr

[PDF] gdpr multiple choice questions and answers