<?xml version="1.0" encoding="UTF-8" ?>
<oai_dc:dc schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
<dc:title>3 Dimensional N Body Simulator</dc:title>
<dc:creator>Paños Basterra, Juan</dc:creator>
<dc:contributor>Palacián Subiela, Jesús Francisco</dc:contributor>
<dc:contributor>Escuela Técnica Superior de Ingeniería Industrial, Informática y de Telecomunicación</dc:contributor>
<dc:contributor>Telekomunikazio eta Industria Ingeniarien Goi Mailako Eskola Teknikoa</dc:contributor>
<dc:subject>N-body</dc:subject>
<dc:subject>Gravity</dc:subject>
<dc:subject>Unity</dc:subject>
<dc:subject>3D</dc:subject>
<dc:subject>Simulator</dc:subject>
<dc:subject>Numerical Integrator</dc:subject>
<dc:subject>C#</dc:subject>
<dc:description>This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</dc:description>
<dc:description>Graduado o Graduada en Ingeniería Informática por la Universidad Pública de Navarra (Programa Internacional)</dc:description>
<dc:description>Informatika Ingeniaritzan Graduatua Nafarroako Unibertsitate Publikoan (Nazioarteko Programa)</dc:description>
<dc:date>2022</dc:date>
<dc:type>info:eu-repo/semantics/bachelorThesis</dc:type>
<dc:identifier>https://academica-e.unavarra.es/handle/2454/43356</dc:identifier>
<dc:language>eng</dc:language>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
<dc:format>application/pdf</dc:format>
<dc:format>application/pdf</dc:format>
</oai_dc:dc>
<?xml version="1.0" encoding="UTF-8" ?>
<d:DIDL schemaLocation="urn:mpeg:mpeg21:2002:02-DIDL-NS http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-21_schema_files/did/didl.xsd">
<d:Item id="hdl_2454_43356">
<d:Descriptor>
<d:Statement mimeType="application/xml; charset=utf-8">
<dii:Identifier schemaLocation="urn:mpeg:mpeg21:2002:01-DII-NS http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-21_schema_files/dii/dii.xsd">urn:hdl:2454/43356</dii:Identifier>
</d:Statement>
</d:Descriptor>
<d:Descriptor>
<d:Statement mimeType="application/xml; charset=utf-8">
<oai_dc:dc schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
<dc:title>3 Dimensional N Body Simulator</dc:title>
<dc:creator>Paños Basterra, Juan</dc:creator>
<dc:contributor>Palacián Subiela, Jesús Francisco</dc:contributor>
<dc:contributor>Escuela Técnica Superior de Ingeniería Industrial, Informática y de Telecomunicación</dc:contributor>
<dc:contributor>Telekomunikazio eta Industria Ingeniarien Goi Mailako Eskola Teknikoa</dc:contributor>
<dc:subject>N-body</dc:subject>
<dc:subject>Gravity</dc:subject>
<dc:subject>Unity</dc:subject>
<dc:subject>3D</dc:subject>
<dc:subject>Simulator</dc:subject>
<dc:subject>Numerical Integrator</dc:subject>
<dc:subject>C#</dc:subject>
<dc:description>This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</dc:description>
<dc:date>2022</dc:date>
<dc:type>info:eu-repo/semantics/bachelorThesis</dc:type>
<dc:identifier>https://academica-e.unavarra.es/handle/2454/43356</dc:identifier>
<dc:language>eng</dc:language>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
</oai_dc:dc>
</d:Statement>
</d:Descriptor>
<d:Component id="2454_43356_1">
</d:Component>
</d:Item>
</d:DIDL>
<?xml version="1.0" encoding="UTF-8" ?>
<dim:dim schemaLocation="http://www.dspace.org/xmlns/dspace/dim http://www.dspace.org/schema/dim.xsd">
<dim:field element="entity" mdschema="dspace" qualifier="type">Publication</dim:field>
<dim:field authority="52321aeb-f51b-45a2-9f8e-6e44eab17148" confidence="-1" element="contributor" mdschema="dc" qualifier="author">Paños Basterra, Juan</dim:field>
<dim:field element="contributor" mdschema="dc" qualifier="advisorTFE">Palacián Subiela, Jesús Francisco</dim:field>
<dim:field element="contributor" lang="es_ES" mdschema="dc" qualifier="affiliation">Escuela Técnica Superior de Ingeniería Industrial, Informática y de Telecomunicación</dim:field>
<dim:field element="contributor" lang="eu" mdschema="dc" qualifier="affiliation">Telekomunikazio eta Industria Ingeniarien Goi Mailako Eskola Teknikoa</dim:field>
<dim:field element="date" mdschema="dc" qualifier="issued">2022</dim:field>
<dim:field element="identifier" mdschema="dc" qualifier="uri">https://academica-e.unavarra.es/handle/2454/43356</dim:field>
<dim:field element="description" lang="es_ES" mdschema="dc" qualifier="abstract">This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</dim:field>
<dim:field element="description" lang="es_ES" mdschema="dc" qualifier="degree">Graduado o Graduada en Ingeniería Informática por la Universidad Pública de Navarra (Programa Internacional)</dim:field>
<dim:field element="description" lang="eu" mdschema="dc" qualifier="degree">Informatika Ingeniaritzan Graduatua Nafarroako Unibertsitate Publikoan (Nazioarteko Programa)</dim:field>
<dim:field element="format" lang="en" mdschema="dc" qualifier="mimetype">application/pdf</dim:field>
<dim:field element="language" lang="en" mdschema="dc" qualifier="iso">eng</dim:field>
<dim:field element="subject" lang="es_ES" mdschema="dc">N-body</dim:field>
<dim:field element="subject" lang="en" mdschema="dc">Gravity</dim:field>
<dim:field element="subject" lang="en" mdschema="dc">Unity</dim:field>
<dim:field element="subject" lang="en" mdschema="dc">3D</dim:field>
<dim:field element="subject" lang="en" mdschema="dc">Simulator</dim:field>
<dim:field element="subject" lang="en" mdschema="dc">Numerical Integrator</dim:field>
<dim:field element="subject" lang="en" mdschema="dc">C#</dim:field>
<dim:field element="title" lang="en" mdschema="dc">3 Dimensional N Body Simulator</dim:field>
<dim:field element="type" mdschema="dc">info:eu-repo/semantics/bachelorThesis</dim:field>
<dim:field element="rights" mdschema="dc" qualifier="accessRights">info:eu-repo/semantics/openAccess</dim:field>
</dim:dim>
<?xml version="1.0" encoding="UTF-8" ?>
<thesis schemaLocation="http://www.ndltd.org/standards/metadata/etdms/1.0/ http://www.ndltd.org/standards/metadata/etdms/1.0/etdms.xsd">
<title>3 Dimensional N Body Simulator</title>
<creator>Paños Basterra, Juan</creator>
<contributor>Palacián Subiela, Jesús Francisco</contributor>
<contributor>Escuela Técnica Superior de Ingeniería Industrial, Informática y de Telecomunicación</contributor>
<contributor>Telekomunikazio eta Industria Ingeniarien Goi Mailako Eskola Teknikoa</contributor>
<subject>N-body</subject>
<subject>Gravity</subject>
<subject>Unity</subject>
<subject>3D</subject>
<subject>Simulator</subject>
<subject>Numerical Integrator</subject>
<subject>C#</subject>
<description>This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</description>
<date>2022</date>
<type>info:eu-repo/semantics/bachelorThesis</type>
<identifier>https://academica-e.unavarra.es/handle/2454/43356</identifier>
<language>eng</language>
<rights>info:eu-repo/semantics/openAccess</rights>
</thesis>
<?xml version="1.0" encoding="UTF-8" ?>
<record schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd">
<leader>00925njm 22002777a 4500</leader>
<datafield ind1=" " ind2=" " tag="042">
<subfield code="a">dc</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="720">
<subfield code="a">Paños Basterra, Juan</subfield>
<subfield code="e">author</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="260">
<subfield code="c">2022</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="520">
<subfield code="a">This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</subfield>
</datafield>
<datafield ind1="8" ind2=" " tag="024">
<subfield code="a">https://academica-e.unavarra.es/handle/2454/43356</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">N-body</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">Gravity</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">Unity</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">3D</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">Simulator</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">Numerical Integrator</subfield>
</datafield>
<datafield ind1=" " ind2=" " tag="653">
<subfield code="a">C#</subfield>
</datafield>
<datafield ind1="0" ind2="0" tag="245">
<subfield code="a">3 Dimensional N Body Simulator</subfield>
</datafield>
</record>
<?xml version="1.0" encoding="UTF-8" ?>
<mets ID=" DSpace_ITEM_2454-43356" OBJID=" hdl:2454/43356" PROFILE="DSpace METS SIP Profile 1.0" TYPE="DSpace ITEM" schemaLocation="http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd">
<metsHdr CREATEDATE="2025-03-05T04:24:16Z">
<agent ROLE="CUSTODIAN" TYPE="ORGANIZATION">
<name>Academica-e</name>
</agent>
</metsHdr>
<dmdSec ID="DMD_2454_43356">
<mdWrap MDTYPE="MODS">
<xmlData schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
<mods:mods schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
<mods:name>
<mods:role>
<mods:roleTerm type="text">author</mods:roleTerm>
</mods:role>
<mods:namePart>Paños Basterra, Juan</mods:namePart>
</mods:name>
<mods:name>
<mods:role>
<mods:roleTerm type="text">advisorTFE</mods:roleTerm>
</mods:role>
<mods:namePart>Palacián Subiela, Jesús Francisco</mods:namePart>
</mods:name>
<mods:name>
<mods:role>
<mods:roleTerm type="text">affiliation</mods:roleTerm>
</mods:role>
<mods:namePart>Escuela Técnica Superior de Ingeniería Industrial, Informática y de Telecomunicación</mods:namePart>
</mods:name>
<mods:name>
<mods:role>
<mods:roleTerm type="text">affiliation</mods:roleTerm>
</mods:role>
<mods:namePart>Telekomunikazio eta Industria Ingeniarien Goi Mailako Eskola Teknikoa</mods:namePart>
</mods:name>
<mods:originInfo>
<mods:dateIssued encoding="iso8601">2022</mods:dateIssued>
</mods:originInfo>
<mods:identifier type="uri">https://academica-e.unavarra.es/handle/2454/43356</mods:identifier>
<mods:abstract>This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</mods:abstract>
<mods:language>
<mods:languageTerm authority="rfc3066">eng</mods:languageTerm>
</mods:language>
<mods:subject>
<mods:topic>N-body</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Gravity</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Unity</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>3D</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Simulator</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Numerical Integrator</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>C#</mods:topic>
</mods:subject>
<mods:titleInfo>
<mods:title>3 Dimensional N Body Simulator</mods:title>
</mods:titleInfo>
<mods:genre>info:eu-repo/semantics/bachelorThesis</mods:genre>
</mods:mods>
</xmlData>
</mdWrap>
</dmdSec>
<amdSec ID="TMD_2454_43356">
<rightsMD ID="RIG_2454_43356">
<mdWrap MDTYPE="OTHER" MIMETYPE="text/plain" OTHERMDTYPE="DSpaceDepositLicense">
<binData>TElDRU5DSUEgREUgRElTVFJJQlVDScOTTiBOTyBFWENMVVNJVkEKCkFsIGZpcm1hciB5IHJlbWl0aXIgZXN0YSBsaWNlbmNpYSwgdXN0ZWQgKGVsIGF1dG9yL2VzIG8gZWwgcHJvcGlldGFyaW8gZGUgbG9zIGRlcmVjaG9zIGRlIGF1dG9yKSBjb25jZWRlIGEgbGEgVW5pdmVyc2lkYWQgUMO6YmxpY2EgZGUgTmF2YXJyYSBlbCBkZXJlY2hvIG5vIGV4Y2x1c2l2byBhIHJldXRpbGl6YXIsIHRyYXNmb3JtYXIgKGVuIGxvcyB0w6lybWlub3MgZGVmaW5pZG9zIG3DoXMgYWRlbGFudGUpIHkvbyBhIGRpc3RyaWJ1aXIgZWwgZG9jdW1lbnRvIHF1ZSBsYSBhY29tcGHDsWEgKGluY2x1eWVuZG8gZWwgcmVzdW1lbikgZW4gZm9ybWF0byBpbXByZXNvIG8gZWxlY3Ryw7NuaWNvIHkgZW4gY3VhbHF1aWVyIG90cm8sIGNvbW8gcG9yIGVqZW1wbG8sIGF1ZGlvIG8gdsOtZGVvLgoKQWNlcHRhIHF1ZSBsYSBVbml2ZXJzaWRhZCBQw7pibGljYSBkZSBOYXZhcnJhIHB1ZWRhLCBzaW4gbW9kaWZpY2FyIGVsIGNvbnRlbmlkbyBkZWwgZG9jdW1lbnRvLCB0cmFuc2Zvcm1hcmxvIGEgY3VhbHF1aWVyIHNvcG9ydGUgbyBmb3JtYXRvIGNvbiBmaW5lcyBkZSBwcmVzZXJ2YWNpw7NuLgoKVGFtYmnDqW4gYWNlcHRhIHF1ZSBsYSBVbml2ZXJzaWRhZCBQw7pibGljYSBkZSBOYXZhcnJhIHB1ZWRhIGd1YXJkYXIgbcOhcyBkZSB1bmEgY29waWEgZGUgw6lsIGNvbiBmaW5lcyBkZSBzZWd1cmlkYWQgeSBwcmVzZXJ2YWNpw7NuLiAKCk1hbmlmaWVzdGEgcXVlIGVzdGUgZG9jdW1lbnRvIGVzIG9icmEgb3JpZ2luYWwgc3V5YSB5IHF1ZSB0aWVuZSBkZXJlY2hvIGEgY2VkZXIgbG9zIGRlcmVjaG9zIHF1ZSBzZSBleHByZXNhbiBlbiBlc3RhIGxpY2VuY2lhLiBUYW1iacOpbiBtYW5pZmllc3RhIHF1ZSwgaGFzdGEgZG9uZGUgc2FiZSwgbm8gaW5mcmluZ2UgbG9zIGRlcmVjaG9zIGRlIGF1dG9yIGRlIG90cm9zLiAKClNpIGVzdGUgZG9jdW1lbnRvIGNvbnRpZW5lIG1hdGVyaWFsIHNvYnJlIGVsIHF1ZSB1c3RlZCBubyB0aWVuZSBkZXJlY2hvcyBkZSBhdXRvciwgbWFuaWZpZXN0YSBxdWUgaGEgb2J0ZW5pZG8gZWwgcGVybWlzbyBzaW4gcmVzdHJpY2Npb25lcyBkZWwgcHJvcGlldGFyaW8gZGUgbG9zIGRlcmVjaG9zIGRlIGF1dG9yIHBhcmEgY2VkZXIgYSBsYSBVbml2ZXJzaWRhZCBQw7pibGljYSBkZSBOYXZhcnJhIGxvcyBkZXJlY2hvcyBleGlnaWRvcyBwb3IgZXN0YSBsaWNlbmNpYSB5IHF1ZSBlbCBtYXRlcmlhbCBwZXJ0ZW5lY2llbnRlIGEgdGVyY2Vyb3MgZXN0w6EgY2xhcmFtZW50ZSBpZGVudGlmaWNhZG8geSByZWNvbm9jaWRvIGRlbnRybyBkZWwgdGV4dG8gbyBlbCBjb250ZW5pZG8gZGUgZXN0ZSBkb2N1bWVudG8uIAoKU2kgZXN0ZSBkb2N1bWVudG8gZXN0w6EgYmFzYWRvIGVuIHVuYSBvYnJhIHF1ZSBoYSBzaWRvIHBhdHJvY2luYWRhIG8gcHJvbW92aWRhIHBvciB1biBvcmdhbmlzbW8gZGlzdGludG8gZGUgbGEgVW5pdmVyc2lkYWQgUMO6YmxpY2EgZGUgTmF2YXJyYSwgdXN0ZWQgYWNlcHRhIHF1ZSBoYSBzYXRpc2ZlY2hvIGN1YWxxdWllciBkZXJlY2hvIGRlIHJldmlzacOzbiB5IGRlbcOhcyBvYmxpZ2FjaW9uZXMgZXhpZ2lkYXMgcG9yIGRpY2hvIGNvbnRyYXRvIG8gYWN1ZXJkby4KCkxhIFVuaXZlcnNpZGFkIFDDumJsaWNhIGRlIE5hdmFycmEgaWRlbnRpZmljYXLDoSBjbGFyYW1lbnRlIHN1KHMpIG5vbWJyZShzKSBjb21vIGF1dG9yKGVzKSBvIHByb3BpZXRhcmlvKHMpIGRlIGVzdGUgZG9jdW1lbnRvIHkgbm8gaGFyw6EgY2FtYmlvcyBxdWUgbm8gc2VhbiBsb3MgcGVybWl0aWRvcyBwb3IgZXN0YSBsaWNlbmNpYS4KCg==</binData>
</mdWrap>
</rightsMD>
</amdSec>
<amdSec ID="FO_2454_43356_1">
<techMD ID="TECH_O_2454_43356_1">
<mdWrap MDTYPE="PREMIS">
<xmlData schemaLocation="http://www.loc.gov/standards/premis http://www.loc.gov/standards/premis/PREMIS-v1-0.xsd">
<premis:premis>
<premis:object>
<premis:objectIdentifier>
<premis:objectIdentifierType>URL</premis:objectIdentifierType>
<premis:objectIdentifierValue>https://academica-e.unavarra.es/bitstreams/0d85a2b6-cb8b-4746-8152-f0e3fe9538b0/download</premis:objectIdentifierValue>
</premis:objectIdentifier>
<premis:objectCategory>File</premis:objectCategory>
<premis:objectCharacteristics>
<premis:fixity>
<premis:messageDigestAlgorithm>MD5</premis:messageDigestAlgorithm>
<premis:messageDigest>0181de321c1916b1eb76f02700f84bd1</premis:messageDigest>
</premis:fixity>
<premis:size>3189074</premis:size>
<premis:format>
<premis:formatDesignation>
<premis:formatName>application/pdf</premis:formatName>
</premis:formatDesignation>
</premis:format>
</premis:objectCharacteristics>
<premis:originalName>Memoria N-Body Simulator.pdf</premis:originalName>
</premis:object>
</premis:premis>
</xmlData>
</mdWrap>
</techMD>
</amdSec>
<amdSec ID="FT_2454_43356_4">
<techMD ID="TECH_T_2454_43356_4">
<mdWrap MDTYPE="PREMIS">
<xmlData schemaLocation="http://www.loc.gov/standards/premis http://www.loc.gov/standards/premis/PREMIS-v1-0.xsd">
<premis:premis>
<premis:object>
<premis:objectIdentifier>
<premis:objectIdentifierType>URL</premis:objectIdentifierType>
<premis:objectIdentifierValue>https://academica-e.unavarra.es/bitstreams/8ab2d180-9b81-4a9e-bafe-cf9197e5fdcd/download</premis:objectIdentifierValue>
</premis:objectIdentifier>
<premis:objectCategory>File</premis:objectCategory>
<premis:objectCharacteristics>
<premis:fixity>
<premis:messageDigestAlgorithm>MD5</premis:messageDigestAlgorithm>
<premis:messageDigest>5b2da17edcd2070c6863ee98afe509f1</premis:messageDigest>
</premis:fixity>
<premis:size>98756</premis:size>
<premis:format>
<premis:formatDesignation>
<premis:formatName>text/plain</premis:formatName>
</premis:formatDesignation>
</premis:format>
</premis:objectCharacteristics>
<premis:originalName>Memoria N-Body Simulator.pdf.txt</premis:originalName>
</premis:object>
</premis:premis>
</xmlData>
</mdWrap>
</techMD>
</amdSec>
<fileSec>
<fileGrp USE="ORIGINAL">
<file ADMID="FO_2454_43356_1" CHECKSUM="0181de321c1916b1eb76f02700f84bd1" CHECKSUMTYPE="MD5" GROUPID="GROUP_BITSTREAM_2454_43356_1" ID="BITSTREAM_ORIGINAL_2454_43356_1" MIMETYPE="application/pdf" SEQ="1" SIZE="3189074">
</file>
</fileGrp>
<fileGrp USE="TEXT">
<file ADMID="FT_2454_43356_4" CHECKSUM="5b2da17edcd2070c6863ee98afe509f1" CHECKSUMTYPE="MD5" GROUPID="GROUP_BITSTREAM_2454_43356_4" ID="BITSTREAM_TEXT_2454_43356_4" MIMETYPE="text/plain" SEQ="4" SIZE="98756">
</file>
</fileGrp>
</fileSec>
<structMap LABEL="DSpace Object" TYPE="LOGICAL">
<div ADMID="DMD_2454_43356" TYPE="DSpace Object Contents">
<div TYPE="DSpace BITSTREAM">
</div>
</div>
</structMap>
</mets>
<?xml version="1.0" encoding="UTF-8" ?>
<mods:mods schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
<mods:name>
<mods:namePart>Paños Basterra, Juan</mods:namePart>
</mods:name>
<mods:originInfo>
<mods:dateIssued encoding="iso8601">2022</mods:dateIssued>
</mods:originInfo>
<mods:identifier type="uri">https://academica-e.unavarra.es/handle/2454/43356</mods:identifier>
<mods:abstract>This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</mods:abstract>
<mods:language>
<mods:languageTerm>eng</mods:languageTerm>
</mods:language>
<mods:accessCondition type="useAndReproduction">info:eu-repo/semantics/openAccess</mods:accessCondition>
<mods:subject>
<mods:topic>N-body</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Gravity</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Unity</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>3D</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Simulator</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>Numerical Integrator</mods:topic>
</mods:subject>
<mods:subject>
<mods:topic>C#</mods:topic>
</mods:subject>
<mods:titleInfo>
<mods:title>3 Dimensional N Body Simulator</mods:title>
</mods:titleInfo>
<mods:genre>info:eu-repo/semantics/bachelorThesis</mods:genre>
</mods:mods>
<?xml version="1.0" encoding="UTF-8" ?>
<oaire:resource schemaLocation="http://namespace.openaire.eu/schema/oaire/ https://www.openaire.eu/schema/repo-lit/4.0/openaire.xsd">
<datacite:titles>
<datacite:title lang="en">3 Dimensional N Body Simulator</datacite:title>
</datacite:titles>
<datacite:creators>
<datacite:creator>
<datacite:creatorName>Paños Basterra, Juan</datacite:creatorName>
</datacite:creator>
</datacite:creators>
<datacite:contributors>
<datacite:contributor>
<datacite:contributorName>Palacián Subiela, Jesús Francisco</datacite:contributorName>
</datacite:contributor>
<datacite:contributor>
<datacite:contributorName>Escuela Técnica Superior de Ingeniería Industrial, Informática y de Telecomunicación</datacite:contributorName>
</datacite:contributor>
<datacite:contributor>
<datacite:contributorName>Telekomunikazio eta Industria Ingeniarien Goi Mailako Eskola Teknikoa</datacite:contributorName>
</datacite:contributor>
<datacite:contributor contributorType="HostingInstitution">
<datacite:contributorName nameType="Organizational">Academica-e</datacite:contributorName>
<datacite:nameIdentifier nameIdentifierScheme="e-mail" schemeURI="mailto:academica-e@unavarra.es">academica-e@unavarra.es</datacite:nameIdentifier>
</datacite:contributor>
</datacite:contributors>
<datacite:dates>
<datacite:date dateType="Accepted">2022</datacite:date>
<datacite:date dateType="Issued">2022</datacite:date>
</datacite:dates>
<dc:language>eng</dc:language>
<oaire:resourceType resourceTypeGeneral="literature" uri="http://purl.org/coar/resource_type/c_7a1f">bachelor thesis</oaire:resourceType>
<dc:description lang="es_ES">This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</dc:description>
<dc:format>application/pdf</dc:format>
<datacite:identifier identifierType="URL">https://academica-e.unavarra.es/handle/2454/43356</datacite:identifier>
<datacite:rights rightsURI="http://purl.org/coar/access_right/c_abf2">open access</datacite:rights>
<datacite:subjects>
<datacite:subject>N-body</datacite:subject>
<datacite:subject>Gravity</datacite:subject>
<datacite:subject>Unity</datacite:subject>
<datacite:subject>3D</datacite:subject>
<datacite:subject>Simulator</datacite:subject>
<datacite:subject>Numerical Integrator</datacite:subject>
<datacite:subject>C#</datacite:subject>
</datacite:subjects>
<datacite:sizes>
<datacite:size>3189074 bytes</datacite:size>
</datacite:sizes>
<oaire:file accessRightsURI="http://purl.org/coar/access_right/c_abf2" mimeType="application/pdf" objectType="fulltext">https://academica-e.unavarra.es/bitstreams/0d85a2b6-cb8b-4746-8152-f0e3fe9538b0/download</oaire:file>
</oaire:resource>
<?xml version="1.0" encoding="UTF-8" ?>
<atom:entry schemaLocation="http://www.w3.org/2005/Atom http://www.kbcafe.com/rss/atom.xsd.xml">
<atom:id>https://academica-e.unavarra.es/handle/2454/43356/ore.xml</atom:id>
<atom:source>
<atom:generator>Academica-e</atom:generator>
</atom:source>
<atom:title>3 Dimensional N Body Simulator</atom:title>
<atom:author>
<atom:name>Paños Basterra, Juan</atom:name>
</atom:author>
<oreatom:triples>
<rdf:Description about="https://academica-e.unavarra.es/handle/2454/43356/ore.xml#atom">
</rdf:Description>
<rdf:Description about="https://academica-e.unavarra.es/bitstreams/8ab2d180-9b81-4a9e-bafe-cf9197e5fdcd/download">
<dcterms:description>TEXT</dcterms:description>
</rdf:Description>
<rdf:Description about="https://academica-e.unavarra.es/bitstreams/c2715b49-6adc-4614-82c7-0cf1436ab6d1/download">
<dcterms:description>THUMBNAIL</dcterms:description>
</rdf:Description>
<rdf:Description about="https://academica-e.unavarra.es/bitstreams/0d85a2b6-cb8b-4746-8152-f0e3fe9538b0/download">
<dcterms:description>ORIGINAL</dcterms:description>
</rdf:Description>
<rdf:Description about="https://academica-e.unavarra.es/bitstreams/853b5dd8-719c-43d4-92a7-ff8cbebd9492/download">
<dcterms:description>LICENSE</dcterms:description>
</rdf:Description>
<rdf:Description about="https://academica-e.unavarra.es/bitstreams/c3a6aae3-0e89-4b12-b147-93b189f25c64/download">
<dcterms:description>SWORD</dcterms:description>
</rdf:Description>
</oreatom:triples>
</atom:entry>
<?xml version="1.0" encoding="UTF-8" ?>
<qdc:qualifieddc schemaLocation="http://purl.org/dc/elements/1.1/ http://dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd http://purl.org/dc/terms/ http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd http://dspace.org/qualifieddc/ http://www.ukoln.ac.uk/metadata/dcmi/xmlschema/qualifieddc.xsd">
<dc:title>3 Dimensional N Body Simulator</dc:title>
<dc:creator>Paños Basterra, Juan</dc:creator>
<dc:contributor>Palacián Subiela, Jesús Francisco</dc:contributor>
<dc:contributor>Escuela Técnica Superior de Ingeniería Industrial, Informática y de Telecomunicación</dc:contributor>
<dc:contributor>Telekomunikazio eta Industria Ingeniarien Goi Mailako Eskola Teknikoa</dc:contributor>
<dc:subject>N-body</dc:subject>
<dc:subject>Gravity</dc:subject>
<dc:subject>Unity</dc:subject>
<dc:subject>3D</dc:subject>
<dc:subject>Simulator</dc:subject>
<dc:subject>Numerical Integrator</dc:subject>
<dc:subject>C#</dc:subject>
<dcterms:abstract>This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</dcterms:abstract>
<dcterms:issued>2022</dcterms:issued>
<dc:type>info:eu-repo/semantics/bachelorThesis</dc:type>
<dc:identifier>https://academica-e.unavarra.es/handle/2454/43356</dc:identifier>
<dc:language>eng</dc:language>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
</qdc:qualifieddc>
<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF schemaLocation="http://www.openarchives.org/OAI/2.0/rdf/ http://www.openarchives.org/OAI/2.0/rdf.xsd">
<ow:Publication about="oai:academica-e.unavarra.es:2454/43356">
<dc:title>3 Dimensional N Body Simulator</dc:title>
<dc:creator>Paños Basterra, Juan</dc:creator>
<dc:contributor>Palacián Subiela, Jesús Francisco</dc:contributor>
<dc:contributor>Escuela Técnica Superior de Ingeniería Industrial, Informática y de Telecomunicación</dc:contributor>
<dc:contributor>Telekomunikazio eta Industria Ingeniarien Goi Mailako Eskola Teknikoa</dc:contributor>
<dc:subject>N-body</dc:subject>
<dc:subject>Gravity</dc:subject>
<dc:subject>Unity</dc:subject>
<dc:subject>3D</dc:subject>
<dc:subject>Simulator</dc:subject>
<dc:subject>Numerical Integrator</dc:subject>
<dc:subject>C#</dc:subject>
<dc:description>This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</dc:description>
<dc:date>2022</dc:date>
<dc:type>info:eu-repo/semantics/bachelorThesis</dc:type>
<dc:identifier>https://academica-e.unavarra.es/handle/2454/43356</dc:identifier>
<dc:language>eng</dc:language>
<dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
</ow:Publication>
</rdf:RDF>
<?xml version="1.0" encoding="UTF-8" ?>
<metadata schemaLocation="http://www.lyncode.com/xoai http://www.lyncode.com/xsd/xoai.xsd">
<element name="dspace">
<element name="entity">
<element name="type">
<element name="none">
<field name="value">Publication</field>
</element>
</element>
</element>
</element>
<element name="dc">
<element name="contributor">
<element name="author">
<element name="none">
<field name="value">Paños Basterra, Juan</field>
<field name="authority">52321aeb-f51b-45a2-9f8e-6e44eab17148</field>
<field name="confidence">-1</field>
</element>
</element>
<element name="advisorTFE">
<element name="none">
<field name="value">Palacián Subiela, Jesús Francisco</field>
</element>
</element>
<element name="affiliation">
<element name="es_ES">
<field name="value">Escuela Técnica Superior de Ingeniería Industrial, Informática y de Telecomunicación</field>
</element>
<element name="eu">
<field name="value">Telekomunikazio eta Industria Ingeniarien Goi Mailako Eskola Teknikoa</field>
</element>
</element>
</element>
<element name="date">
<element name="issued">
<element name="none">
<field name="value">2022</field>
</element>
</element>
</element>
<element name="identifier">
<element name="uri">
<element name="none">
<field name="value">https://academica-e.unavarra.es/handle/2454/43356</field>
</element>
</element>
</element>
<element name="description">
<element name="abstract">
<element name="es_ES">
<field name="value">This thesis is based on the development of a simulation software for the N-body problem, attempting to provide a modern program to improve upon existing simulators. To achieve this, the N-body problem will be explained, along with other related concepts such as numerical integrators. The development of the simulator will also be discussed, studying the selected framework, design principles followed, program structure and indepth code analysis. Finally, the results of the project will be studied, analyzing aspects such as performance, resulting UI and several improvements will be proposed. The results of this project are publicly available in https://github.com/panosjuanis/3DN-body-simulator, where anybody can download the developed software to utilize it, read the documentation, or contribute to it in whichever way they like.</field>
</element>
</element>
<element name="degree">
<element name="es_ES">
<field name="value">Graduado o Graduada en Ingeniería Informática por la Universidad Pública de Navarra (Programa Internacional)</field>
</element>
<element name="eu">
<field name="value">Informatika Ingeniaritzan Graduatua Nafarroako Unibertsitate Publikoan (Nazioarteko Programa)</field>
</element>
</element>
</element>
<element name="format">
<element name="mimetype">
<element name="en">
<field name="value">application/pdf</field>
</element>
</element>
</element>
<element name="language">
<element name="iso">
<element name="en">
<field name="value">eng</field>
</element>
</element>
</element>
<element name="subject">
<element name="es_ES">
<field name="value">N-body</field>
</element>
<element name="en">
<field name="value">Gravity</field>
<field name="value">Unity</field>
<field name="value">3D</field>
<field name="value">Simulator</field>
<field name="value">Numerical Integrator</field>
<field name="value">C#</field>
</element>
</element>
<element name="title">
<element name="en">
<field name="value">3 Dimensional N Body Simulator</field>
</element>
</element>
<element name="type">
<element name="none">
<field name="value">info:eu-repo/semantics/bachelorThesis</field>
</element>
</element>
<element name="rights">
<element name="accessRights">
<element name="none">
<field name="value">info:eu-repo/semantics/openAccess</field>
</element>
</element>
</element>
</element>
<element name="bundles">
<element name="bundle">
<field name="name">TEXT</field>
<element name="bitstreams">
<element name="bitstream">
<field name="name">Memoria N-Body Simulator.pdf.txt</field>
<field name="originalName">Memoria N-Body Simulator.pdf.txt</field>
<field name="description">Extracted text</field>
<field name="format">text/plain</field>
<field name="size">98756</field>
<field name="url">https://academica-e.unavarra.es/bitstreams/8ab2d180-9b81-4a9e-bafe-cf9197e5fdcd/download</field>
<field name="checksum">5b2da17edcd2070c6863ee98afe509f1</field>
<field name="checksumAlgorithm">MD5</field>
<field name="sid">4</field>
</element>
</element>
</element>
<element name="bundle">
<field name="name">THUMBNAIL</field>
<element name="bitstreams">
<element name="bitstream">
<field name="name">Memoria N-Body Simulator.pdf.jpg</field>
<field name="originalName">Memoria N-Body Simulator.pdf.jpg</field>
<field name="description">IM Thumbnail</field>
<field name="format">image/jpeg</field>
<field name="size">4213</field>
<field name="url">https://academica-e.unavarra.es/bitstreams/c2715b49-6adc-4614-82c7-0cf1436ab6d1/download</field>
<field name="checksum">e54bf02c8663d24a70c1f94f96e5d9fd</field>
<field name="checksumAlgorithm">MD5</field>
<field name="sid">5</field>
</element>
</element>
</element>
<element name="bundle">
<field name="name">ORIGINAL</field>
<element name="bitstreams">
<element name="bitstream">
<field name="name">Memoria N-Body Simulator.pdf</field>
<field name="format">application/pdf</field>
<field name="size">3189074</field>
<field name="url">https://academica-e.unavarra.es/bitstreams/0d85a2b6-cb8b-4746-8152-f0e3fe9538b0/download</field>
<field name="checksum">0181de321c1916b1eb76f02700f84bd1</field>
<field name="checksumAlgorithm">MD5</field>
<field name="sid">1</field>
</element>
</element>
</element>
<element name="bundle">
<field name="name">LICENSE</field>
<element name="bitstreams">
<element name="bitstream">
<field name="name">license.txt</field>
<field name="originalName">license.txt</field>
<field name="format">text/plain; charset=utf-8</field>
<field name="size">1822</field>
<field name="url">https://academica-e.unavarra.es/bitstreams/853b5dd8-719c-43d4-92a7-ff8cbebd9492/download</field>
<field name="checksum">f1b158a779256515758998ebbe33410f</field>
<field name="checksumAlgorithm">MD5</field>
<field name="sid">2</field>
</element>
</element>
</element>
<element name="bundle">
<field name="name">SWORD</field>
<element name="bitstreams">
<element name="bitstream">
<field name="name">1658234399829.zip</field>
<field name="description">SWORD deposit package</field>
<field name="format">application/octet-stream</field>
<field name="size">2897853</field>
<field name="url">https://academica-e.unavarra.es/bitstreams/c3a6aae3-0e89-4b12-b147-93b189f25c64/download</field>
<field name="checksum">e39d62daa7dd9e63323d4a6393d8f9d3</field>
<field name="checksumAlgorithm">MD5</field>
<field name="sid">3</field>
</element>
</element>
</element>
</element>
<element name="others">
<field name="handle">2454/43356</field>
<field name="identifier">oai:academica-e.unavarra.es:2454/43356</field>
<field name="lastModifyDate">2024-10-11 11:39:48.212</field>
<element name="access-status">
<field name="value">open.access</field>
</element>
</element>
<element name="repository">
<field name="url">https://academica-e.unavarra.es</field>
<field name="name">Academica-e</field>
<field name="mail">academica-e@unavarra.es</field>
</element>
<element name="license">
<field name="bin">TElDRU5DSUEgREUgRElTVFJJQlVDScOTTiBOTyBFWENMVVNJVkEKCkFsIGZpcm1hciB5IHJlbWl0aXIgZXN0YSBsaWNlbmNpYSwgdXN0ZWQgKGVsIGF1dG9yL2VzIG8gZWwgcHJvcGlldGFyaW8gZGUgbG9zIGRlcmVjaG9zIGRlIGF1dG9yKSBjb25jZWRlIGEgbGEgVW5pdmVyc2lkYWQgUMO6YmxpY2EgZGUgTmF2YXJyYSBlbCBkZXJlY2hvIG5vIGV4Y2x1c2l2byBhIHJldXRpbGl6YXIsIHRyYXNmb3JtYXIgKGVuIGxvcyB0w6lybWlub3MgZGVmaW5pZG9zIG3DoXMgYWRlbGFudGUpIHkvbyBhIGRpc3RyaWJ1aXIgZWwgZG9jdW1lbnRvIHF1ZSBsYSBhY29tcGHDsWEgKGluY2x1eWVuZG8gZWwgcmVzdW1lbikgZW4gZm9ybWF0byBpbXByZXNvIG8gZWxlY3Ryw7NuaWNvIHkgZW4gY3VhbHF1aWVyIG90cm8sIGNvbW8gcG9yIGVqZW1wbG8sIGF1ZGlvIG8gdsOtZGVvLgoKQWNlcHRhIHF1ZSBsYSBVbml2ZXJzaWRhZCBQw7pibGljYSBkZSBOYXZhcnJhIHB1ZWRhLCBzaW4gbW9kaWZpY2FyIGVsIGNvbnRlbmlkbyBkZWwgZG9jdW1lbnRvLCB0cmFuc2Zvcm1hcmxvIGEgY3VhbHF1aWVyIHNvcG9ydGUgbyBmb3JtYXRvIGNvbiBmaW5lcyBkZSBwcmVzZXJ2YWNpw7NuLgoKVGFtYmnDqW4gYWNlcHRhIHF1ZSBsYSBVbml2ZXJzaWRhZCBQw7pibGljYSBkZSBOYXZhcnJhIHB1ZWRhIGd1YXJkYXIgbcOhcyBkZSB1bmEgY29waWEgZGUgw6lsIGNvbiBmaW5lcyBkZSBzZWd1cmlkYWQgeSBwcmVzZXJ2YWNpw7NuLiAKCk1hbmlmaWVzdGEgcXVlIGVzdGUgZG9jdW1lbnRvIGVzIG9icmEgb3JpZ2luYWwgc3V5YSB5IHF1ZSB0aWVuZSBkZXJlY2hvIGEgY2VkZXIgbG9zIGRlcmVjaG9zIHF1ZSBzZSBleHByZXNhbiBlbiBlc3RhIGxpY2VuY2lhLiBUYW1iacOpbiBtYW5pZmllc3RhIHF1ZSwgaGFzdGEgZG9uZGUgc2FiZSwgbm8gaW5mcmluZ2UgbG9zIGRlcmVjaG9zIGRlIGF1dG9yIGRlIG90cm9zLiAKClNpIGVzdGUgZG9jdW1lbnRvIGNvbnRpZW5lIG1hdGVyaWFsIHNvYnJlIGVsIHF1ZSB1c3RlZCBubyB0aWVuZSBkZXJlY2hvcyBkZSBhdXRvciwgbWFuaWZpZXN0YSBxdWUgaGEgb2J0ZW5pZG8gZWwgcGVybWlzbyBzaW4gcmVzdHJpY2Npb25lcyBkZWwgcHJvcGlldGFyaW8gZGUgbG9zIGRlcmVjaG9zIGRlIGF1dG9yIHBhcmEgY2VkZXIgYSBsYSBVbml2ZXJzaWRhZCBQw7pibGljYSBkZSBOYXZhcnJhIGxvcyBkZXJlY2hvcyBleGlnaWRvcyBwb3IgZXN0YSBsaWNlbmNpYSB5IHF1ZSBlbCBtYXRlcmlhbCBwZXJ0ZW5lY2llbnRlIGEgdGVyY2Vyb3MgZXN0w6EgY2xhcmFtZW50ZSBpZGVudGlmaWNhZG8geSByZWNvbm9jaWRvIGRlbnRybyBkZWwgdGV4dG8gbyBlbCBjb250ZW5pZG8gZGUgZXN0ZSBkb2N1bWVudG8uIAoKU2kgZXN0ZSBkb2N1bWVudG8gZXN0w6EgYmFzYWRvIGVuIHVuYSBvYnJhIHF1ZSBoYSBzaWRvIHBhdHJvY2luYWRhIG8gcHJvbW92aWRhIHBvciB1biBvcmdhbmlzbW8gZGlzdGludG8gZGUgbGEgVW5pdmVyc2lkYWQgUMO6YmxpY2EgZGUgTmF2YXJyYSwgdXN0ZWQgYWNlcHRhIHF1ZSBoYSBzYXRpc2ZlY2hvIGN1YWxxdWllciBkZXJlY2hvIGRlIHJldmlzacOzbiB5IGRlbcOhcyBvYmxpZ2FjaW9uZXMgZXhpZ2lkYXMgcG9yIGRpY2hvIGNvbnRyYXRvIG8gYWN1ZXJkby4KCkxhIFVuaXZlcnNpZGFkIFDDumJsaWNhIGRlIE5hdmFycmEgaWRlbnRpZmljYXLDoSBjbGFyYW1lbnRlIHN1KHMpIG5vbWJyZShzKSBjb21vIGF1dG9yKGVzKSBvIHByb3BpZXRhcmlvKHMpIGRlIGVzdGUgZG9jdW1lbnRvIHkgbm8gaGFyw6EgY2FtYmlvcyBxdWUgbm8gc2VhbiBsb3MgcGVybWl0aWRvcyBwb3IgZXN0YSBsaWNlbmNpYS4KCg==</field>
</element>
</metadata>