<?xml version="1.0" encoding="UTF-8"?>
<itemContainer xmlns="http://omeka.org/schemas/omeka-xml/v5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://omeka.org/schemas/omeka-xml/v5 http://omeka.org/schemas/omeka-xml/v5/omeka-xml-5-0.xsd" uri="https://repository.horizon.ac.id/items/browse?collection=515&amp;output=omeka-xml" accessDate="2026-04-25T22:06:15+00:00">
  <miscellaneousContainer>
    <pagination>
      <pageNumber>1</pageNumber>
      <perPage>10</perPage>
      <totalResults>12</totalResults>
    </pagination>
  </miscellaneousContainer>
  <item itemId="8217" public="1" featured="1">
    <fileContainer>
      <file fileId="8241">
        <src>https://repository.horizon.ac.id/files/original/9d1ab83c70d42eb18b0b5b67fe7eebc6.pdf</src>
        <authentication>18094d8d6d76e896178867c9370e7222</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="88009">
                <text>bamlss: A Lego Toolbox for Flexible Bayesian Regression (and Beyond)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="88010">
                <text>backfitting, distributional regression, gradient boosting, MCMC, penalization,&#13;
probabilistic forecasting, R.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="88011">
                <text>Over the last decades, the challenges in applied regression and in predictive modeling have been changing considerably: (1) More flexible regression model specifications&#13;
are needed as data sizes and available information are steadily increasing, consequently&#13;
demanding for more powerful computing infrastructure. (2) Full probabilistic models by&#13;
means of distributional regression – rather than predicting only some underlying individual quantities from the distributions such as means or expectations – is crucial in many&#13;
applications. (3) Availability of Bayesian inference has gained in importance both as an&#13;
appealing framework for regularizing or penalizing complex models and estimation therein&#13;
as well as a natural alternative to classical frequentist inference. However, while there has&#13;
been a lot of research on all three challenges and the development of corresponding software packages, a modular software implementation that allows to easily combine all three&#13;
aspects has not yet been available for the general framework of distributional regression.&#13;
To fill this gap, the R package bamlss is introduced for Bayesian additive models for&#13;
location, scale, and shape (and beyond) – with the name reflecting the most important&#13;
distributional quantities (among others) that can be modeled with the software. At the&#13;
core of the package are algorithms for highly-efficient Bayesian estimation and inference&#13;
that can be applied to generalized additive models or generalized additive models for location, scale, and shape, or more general distributional regression models. However, its&#13;
building blocks are designed as “Lego bricks” encompassing various distributions (exponential family, Cox, joint models, etc.), regression terms (linear, splines, random effects,&#13;
tensor products, spatial fields, etc.), and estimators (MCMC, backfitting, gradient boosting, lasso, etc.). It is demonstrated how these can be easily combined to make classical&#13;
models more flexible or to create new custom models for specific modeling challenges.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="88012">
                <text>Nikolaus Umlauf</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="88013">
                <text>https://www.jstatsoft.org/article/view/v100i04</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="88014">
                <text>https://www.jstatsoft.org/article/view/v100i04</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="88015">
                <text>November 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="88016">
                <text>Fajar bagus w</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="88017">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="88018">
                <text>English</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="88019">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="7194" public="1" featured="1">
    <fileContainer>
      <file fileId="7218">
        <src>https://repository.horizon.ac.id/files/original/58482c6a91878b3da73c16a059550b74.pdf</src>
        <authentication>61eb6ac111592088b5297ba9307fec01</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77364">
                <text>PenilaianRisiko Informasi Pada Sistem Operasional PelabuhanMenggunakanTotal Information Risk Management(TIRM)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77365">
                <text>penilaian, risiko informasi,pelabuhan, sistem operasiona</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77366">
                <text>Penggunaan teknologi dalam sistem operasional perusahaan akan menuntut organisasi memiliki berbagai bentuk informasi. Umumnya, organisasi memiliki data dan informasi secara kuantitas tetapi tidak dengan kualitasnya, ini berarti bahwa data dan informasi tersebut masih memiliki kekurangan pada karakteristik tertentu yang sangat penting dan sangat dibutuhkan pada saat data dan informasi tersebut akan digunakan.Timbulnyarisiko informasi yang diakibatkan olehrendahnya kualitas informasi tentu akan memberikan dampak pada berbagai aspek bisnis pada  organisasi/perusahaan.  Risiko  informasi  juga  dapat  menghambat  performa  organisasi/  perusahaan. Sehingga  pihak  pengambil  keputusan  harus  melakukan  langkah  proaktif  dalam  melakukan  penilaian  risiko informasi terkait.Ada banyak  metode  yang dapat digunakan untuk  melakukan manajemen risiko, antara lain : metode  FMEA,  Octave,  NIST  SP  800-30,  ISO  31000,  dan  Total  Information  Risk  Management  (TIRM).    Dari beberapa metode tersebut, proses manajemen risiko dengan TIRM dilakukan sedikit berbeda, yakni melibatkan identifikasi terhadap dimensi kualitas informasi yang digunakan oleh perusahaan. Sehingga, proses manajemen risiko   informasi   melibatkan   penilaian   terhadap   kualitas   informasi   terlebih   dahulu.Berdasarkan   proses identifikasi  risiko  terhadap  sistem  informasi  operasional  pada  PT.  PELABUHAN  X,  diperoleh  11  potensi kegagalan  atau  risiko  dimana  pada  potensi  kegagalan  tersebut  terbagi  menjadi  6  kriteria  kualitas  informasi. Ranking  high  teridentifikasi  pada  kriteria  aksesibilitas  Informasi.Dengan  mengetahui  urutan  nilai  prioritas risiko, perusahaan dapat melakukan pencegahan terjadinya risiko lebih dini terhadap risiko yang memiliki nilai prioritas  tinggi  (High)  serta  akan  mempermudah  proses  pengambilan  keputusan  karena  masing-masing  risiko sudah diidentifikas</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77367">
                <text>Putri Eka Sevtiyuni1, Nabila Rizky Oktadini2, Ali Bardadi3</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="77368">
                <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/article/view/43/38</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="77369">
                <text>Jurusan Sistem Informasi, FakultasIlmu Komputer, Universitas Sriwijaya</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77370">
                <text>April 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77371">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77372">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77373">
                <text>Indonesia</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77374">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="7193" public="1" featured="1">
    <fileContainer>
      <file fileId="7217">
        <src>https://repository.horizon.ac.id/files/original/68a76c1d07d4be6e8f602cd2d706eb66.pdf</src>
        <authentication>195eeff35b4309f68f3d444845227389</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77353">
                <text>Rancang Bangun Game 2D“Lost (Landmark Of Sampit)”  Berbasis Android</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77354">
                <text>Construct 2, Game, Landmark, Sampit.</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77355">
                <text>Bermain  sebuah  game  merupakan  salah  satu  cara  bagi  seseorang  untuk menghapusrasa  bosan sertamengisi waktukosong.  Dengan  perkembangan  teknologi  yang  pesat  pada era  ini game  juga  ikut  berkembang,  salah satunya adalah game yang mengangkat genre side-scrolling yang dapat dimainkan di smartphone. Tetapi dengan adanya perkembangan teknologi yang pesat, memiliki dampak buruk tersendiri seperti masuknya informasi baru dari  luar,  sehinggamasalah  pada  penelitan  ini  adalahgenerasimuda  dan  juga  masyarakat  luastidak mengetahuin informasi tentang landmark  yang ada di kotanya. Dengan alasan itulah penulis bermaksud untuk membuat sebuah game yangtujuannya adalah memberikan sarana edukasi yang cara penyampaikan informasi tentang  landmark  yang  ada  di  kota  Sampitdengan  cara  yang  menyenangkan. Proses  pembuata  game menggunakan  aplikasi  perangkat  lunak  Construct  2. Hasil dari  penelitian  ini  adalah  telah  berhasil  dibuatnya game  bergenre  action  side-scrolling  berjudul  LOST(Landmark  Of  Sampit)yang  dapat  dibuktikan  denganhasil kuesioner yang telah dilakukan terhadap 10 orang respondenyang hasilnya adalah positf</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77356">
                <text>Arim Nur Faddillah1, Agung Purwanto2</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="77357">
                <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/article/view/42/37</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="77358">
                <text>Jurusan SistemInformasi, Fakultas Ilmu Komputer, Unda University</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77359">
                <text>April 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77360">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77361">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77362">
                <text>Indonesia</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77363">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="7192" public="1" featured="1">
    <fileContainer>
      <file fileId="7216">
        <src>https://repository.horizon.ac.id/files/original/eefe0700ea74c05e00af3b6d65f39c14.pdf</src>
        <authentication>60e1a81f98eed4fff7b037a6d01d7cc5</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77342">
                <text>Perancangan Dan Implementasi ERPModul Sales , Purchase And Inventory Dengan Framework Codeigniter3</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77343">
                <text>ERP, Sistem Informasi, UMKM</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77344">
                <text>ERP  (Enterprise  Resource  Planning)  yaitu  sistem  informasi  yang  disiapkan  untuk  mengelola  semua  sumber daya, infomasi serta aktivitas yang dibutuhkan dalam proses bisnis secara menyeluruh. Adapun modul yang ada pada  ERPadalah  Sales,  Human  Resource,  Purchasing,  CRM,  MRP,  Financials,  Product  dan  Inventory. Penggunaan  ERP  hingga  sekarang  identik  dengan  perusahaan  dengan  skala  menengah -besar,  hal  tersebut dikarenakan  paket  program  yang  dibuat  cukup  mahal  dan  hanya  bisa  dijangkau  oleh  korporasi  skala  besar juga.  Adapun  vendor  yang  menyediakan  ERP  untuk  UMKM  dengan  alasan  mempermudah  pengolahan  bisnis. UD.77  adalah  salah  satu  UMKM  yang  bergerak  dibidang  dagang  yang  telah  berdiri  selama  15  tahun. Berdasarkan kriteria yang ada pada Undang-Undang Nomor 20 Tahun 2008 Tentang Usaha Mikro, Kecil, dan Menengah,  UD.77  termasuk  usaha  menengah.  Perihal  ini  bisa  terlihat  dari  penghasilan  penjualan  pertahun yang  jumlahnya  melebihi  2.5  miliar  rupiah.  Berdasarkan  proses  bisnis  yang  sedangberjalan  pada  UD.77, adapun  masalah  dari  proses  bisnis  tersebut  yakni  tertukarnya  harga  pada  saat  pemberian  harga  barang,  stok barang yang tidak ada pencatatannya dan tidak adanya pencatatan maupun laporan penjualan dan pembelian. Persamalahan  tersebut  dikarenakan  jumlah  barang  yang  diperjual  belikan  berkisar  700  item,  dan  manajemen data  yang  minim.  Dari  latar  belakang  inilah  sistem  ERP  modul  Inventory,  Sale,  dan  Purchase  menjadi  solusi untuk meminimalisir terjadinya kekurangan yang ada pada UD.77</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77345">
                <text>Jeffry Wijaya1,Minarni</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="77346">
                <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/article/view/41/36</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="77347">
                <text>Jurusan Sistem Informasi, Universitas Darwan Ali</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77348">
                <text>April 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77349">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77350">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77351">
                <text>Indonesia</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77352">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="7191" public="1" featured="1">
    <fileContainer>
      <file fileId="7215">
        <src>https://repository.horizon.ac.id/files/original/ef5264620918dae2dec98bb53d7edab8.pdf</src>
        <authentication>c08756e14873d2333c251c78cc45781e</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77331">
                <text>Analisis Pengalaman Pengguna Aplikasi Pinjaman Online Menggunakan MetodeUsability TestingDan User Experience Questionnaire(Studi kasus: pada Akulaku dan Kredivo Indonesia)</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77332">
                <text>Pinjaman Online, Usability Testing, User Experience Questionnaire</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77333">
                <text>Penyedia  layanan financial  technology dalam  bentuk  aplikasi  pinjaman onlinedewasa  ini  kian  marak, saling bersaing menarik minat para peminjam atau debitur. Adapun beberapa aplikasi pinjaman online yang telah dikenal masyarakat ialah Akulaku dan Kredivo. Oleh karena itu dengan maraknya aplikasi pinjaman online saat ini,masyarakat  menjadi  kebingungan  dalam  memilih  akan  menggunakan  aplikasi  pinjaman online mana  yang sesuai  dengan  kebutuhan  sehingga  memberikan  kepuasan  bagi  penggunanya. Penelitian  ini  bertujuan  untuk mengetahui  perbandingan  antara  dua  aplikasi  pinjaman onlinedari  segi  kegunaan,  mengukur  dan  mengetahui tingkat  kepuasan pengguna  berdasarkan aspek pengalaman pengguna  yang menggunakan aplikasi Akulaku dan Kredivo. Metode yang digunakandalam penelitian ini yaitu, usability testingdengan teknik uji system usability scale(SUS),  dan  metode user  experience  questionnaire (UEQ).  Hasil  pengujian  SUS  diperoleh  rata-rata  total skor  59  untuk  aplikasi  Akulaku  sedangkan  untuk  aplikasi  Kredivo  sebesar  56.  Hasil  uji  menempati  level Marginal-Lowyang menunjukan kebergunaan dan penerimaan aplikasi. Penempatan level tersebut menunjukkan bahwa  secara  sepenuhnya  belum  diterima  dengan  baik  sebagai  aplikasi  pinjaman online.  Hasil  pengujian  UEQ pada kedua aplikasi menggunakan 6 skala yaitu attractiveness,efficiency, perspicuity, dependability, stimulation dan noveltydiperoleh  nilai  rata-rata  untuk  aplikasi  Akulaku  sebesar  (0.91,  0.39,  0.45,  0.76,  0.74,  0.22),  dan untuk Kredivo (0.69, 0.44, 0.62, 0.07, 0.81, 0,27). Hasil tersebut menempati level normal sesuai ketentuan UEQ</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77334">
                <text>Siti Rohmah1, Maxsi Ary2,</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="77335">
                <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/article/view/40/35</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="77336">
                <text>epartemenSistem Informasi, FakultasTeknologi Informasi, Universitas Adhirajasa Reswara Sanjaya</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77337">
                <text>April 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77338">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77339">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77340">
                <text>Indonesia</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77341">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="7188" public="1" featured="1">
    <fileContainer>
      <file fileId="7212">
        <src>https://repository.horizon.ac.id/files/original/a7f39fa299d905915abb2bf61c2c1c47.pdf</src>
        <authentication>3e860778493f0c9aac0af68221500162</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77300">
                <text>KLASIFIKASI NANAS LAYAK JUAL DENGAN METODE NAÏVE BAYESCLASSIFIERDAN K-NEAREST NEIGHBOR</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77301">
                <text>klasifikasi, nanas, naïve bayes classifier, k-nearest neighbor</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77302">
                <text>Meningkatnya permintaan jajanan nanas menawarkan prospek bisnis yang menjanjikan bagi para petani buah Indonesia. Banyak petani lokal mengambil kesempatan untuk menanam buah berbentuk unik ini. Produk pertanian dan monokultur yang ditanam secara luas dapatmenyebabkan hama dan penyakit. Beberapa hama dan penyakit berbahaya  telah  dilaporkan di  beberapa  negara penghasil nanas  yang  akan  mengancam  produksi  pohon buah nanas. Untuk mengatasi masalah ini,digunakan metodeinaive ibayes iclassifier (NBC) dan ik-nearest ineighbor (kNN).  NBC  memiliki  keunggulan  bahwa  masing-masing  variabel  yang  terlibat  tidak  saling  terkait  atau independen dalam penilaian. kNN memiliki keunggulan pelatihan yang sangat cepat dan ketahanan terhadap data pelatihan  suara.  Penelitian  ini  menyimpulkan  bahwa  metode  NBC  memiliki  akurasi  sebesar 73,3%,  sedangkan metode kNN memiliki akurasi sebesar 53,3%</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77303">
                <text>Tri Sandhika Jaya1</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="77304">
                <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/article/view/39/34</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="77305">
                <text>Program Studi Manajemen Informatika, Politeknik Negeri Lampung</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77306">
                <text>April 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77307">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77308">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77309">
                <text>Indonesia</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77310">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="7186" public="1" featured="1">
    <fileContainer>
      <file fileId="7210">
        <src>https://repository.horizon.ac.id/files/original/651b89ff73825e82a0e2b5905f04c443.pdf</src>
        <authentication>cc423dcda2eabbc3b9c20783584cb7a5</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77279">
                <text>Aplikasi Sistem Informasi Pemetaan Lokasi Universitas Sriwijaya Dengan Memanfaatkan Google Maps BerbasisAndroid</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77280">
                <text>Aplikasi GPS, Ponsel, Google Map, Android, LBS</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77281">
                <text>Seiring  padaperkembangan  jamanperluasan  teknologi,aplikasi mobile  dan  GPS sangat  memungkinkan  kamimengembangkan GPS  mobileyanginteraktif. Padapenelitianini,aplikasimobilepemetaan  kampus  yang berintegrasi dengan Google Mapsberbasis Mobile pada smartphonespesialisasiAndroid akan diharapkan dapatuntukmemenuhi  kebutuhan mahasiswaakan  pencarian  dengan  mudah  dan  menunjukkan  tempat-tempat  spesifik  dari Universitas Sriwijaya dalam pencarian.Dengan bantuan (GPS) yang mengindikasikan lokasiuser, (LBS) yang akan memberikaninformasi  berdasarkan  lokasi pada geografis  mobile,  dan adanya fasilitas  Google  Mapsyang  sudah terpasang di handphone android, maka aplikasi tersebut akan Mudah digunakanoleh pengguna</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77282">
                <text>Nurul Hijriani1, Vanda Ayu Nintyas2, Ali Ibrahim</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="77283">
                <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/article/view/38/33</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="77284">
                <text>Program Studi Sistem Informasi Fakultas Ilmu Komputer Universitas Sriwijaya</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77285">
                <text>April 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77286">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77287">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77288">
                <text>Indonesia</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77289">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="7184" public="1" featured="1">
    <fileContainer>
      <file fileId="7208">
        <src>https://repository.horizon.ac.id/files/original/72b65f0664c2c2552b8ef4b70dea8bba.pdf</src>
        <authentication>2e5a96ac12257dfa9561b5ba89f9d16d</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77258">
                <text>Analisa PerkembanganTerkiniE-Government di Kota/Kabupaten Provinsi Sumatera Barat</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77259">
                <text>e-government, Sumatera Barat, penilaian, website</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77260">
                <text>Pemanfaatan teknologi  informasi  dan  komunikasidi pemerintahan  atau  yang  lebih  popular  dikenal  dengan sebutan e-government, telah memungkinkan pemerintah untuk memberikan akses informasi dan layanan publikdengan  lebih  efektif  dan  efisien. Untuk  dapat  merencanakan  dan  melaksanakan  e-government  yang  sistematismelalui  tahapan dan  sasaran yang  terukur,  maka dikeluarkanlahInstruksi  Presiden  No  3  Tahun  2003sebagai salah satu kebijakan strategis pengembangan e-government di Indonesia. Penelitian ini dilakukan untuk melihat perkembanganterkinie-governmentdenganmelakukan penilaian pada websiteresmipemerintah daerah di 19 kota/kabupaten yang ada di provinsi Sumatera Barat.Website resmi pemerintah daerah digunakan sebagai media informasi untuk publikdan diasumsikan sebagai representasi perkembangan e-government pemerintahan daerah. Hasil dari penilaian tersebut kemudian dipetakan ke dalam empat tingkatane-government berdasarkanInstruksi Presiden  No  3  Tahun  2003,  yaitu  Persiapan,  Pematangan, Pemantapan,  dan  Pemanfaatan.  Setelah  melakukan penilaian, didapatkan hasil bahwa 18 websitekota/kabupaten di provinsi Sumatera Barat telah masuk ke dalam Tingkat  Pemantapan,  dan  satu website kota/kabupaten  masuk  ke  dalam  Tingkat Pemanfaatan.Namun,  yang menjadi  perhatian  adalah,  perlunya  peningkatanlayanan  yang  lebih  baik  untuk  semua  website  dengan menambahkan  layanan  publik  elektronik.  Karena,  pada  saat  ini,  walaupun  seluruh  kota/kabupaten  berada  di Tingkat 3, namun layanan publik yang diberikan hanya layanan pengaduan saja.Dari hasil penilaian ini juga diketahui bahwa masih terdapat layanan website yang tidak dapat diakses karena berbagai faktor, seperti tidak adanya ketersediaan informasi yang dituju, website yang masih dalam pengembangan, terjadi error pada server, dan lain sebagainya</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77261">
                <text>Afriyanti Dwi Kartika1, Ullya Mega Wahyuni2</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="77262">
                <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/article/view/37/32</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="77263">
                <text>Jurusan Sistem Informasi, FakultasTeknologi Informasi, Universitas Andalas</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77264">
                <text>April 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77265">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77266">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77267">
                <text>Indonesia</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77268">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="7182" public="1" featured="1">
    <fileContainer>
      <file fileId="7206">
        <src>https://repository.horizon.ac.id/files/original/39e0067d07fb9543c64a5d418fd0b02d.pdf</src>
        <authentication>c4bfcaa6d98e306b3d7ed83eea9a53c8</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="1">
      <name>Text</name>
      <description>A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77237">
                <text>Simple Additive Weightuntuk Rekomendasi Penerima Beasiswa Berbasis Web</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77238">
                <text>simple additive weight, beasiswa, sistem informasi, rekomendasi, sistem pendukung keputusan</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77239">
                <text>Akademi  Komunitas  Negeri  Pacitan menyediakan  beasiswa  bagi  mahasiswa.  Pengelolaan  data  beasiswa  masih dilakukan  secara  manual  baik  dari  sisi  pengajuan  beasiswa,  pencatatan  data  oleh  petugas  dan  perhitungan rekomendasi  penerima  beasiswa.  Pengelolaan  secara  manual  dirasa  kurang  efektif  dan efesien.  Penelitian  ini mengajukan sistem pendukung keputusan untuk permasalahan diatas. Sistem berbasis web dengan dua hak akses pegawai  dan  pelamar  beasiswa.  Sistemmenyediakan  fasilitas  pengajuan  beasiswa,  pengelolaan  data  meliputi penambahan,  pengeditan,  penghapusan dan pencarian  serta  pemberian  rekomendasi  penerima  beasiswa.  Sistem menggunakan metode Simple Additive Weight untuk penentuanrekomendasi penerima beasiswa dengan tahapan penentuan   kriteria, pendefinisiankriteria costdan benefit, pemberian   bobot   kriteria,   pembuatan   matrik, normalisasi, dan penghitungan nilai final semua kriteria. Kriteria yang digunakan pada sistem adalah penghasilan orang tua, jarak antara kampus dengan rumah, jumlah keluarga tanggungan orang tua, ada tidaknya kartu miskin, kondisi orang tua, kondisi rumah dan ipk. Sistem dibangun menggunakan frameworklaravel dan DBMS MySQL.Sistem dapat menangani pengajuan beasiswa, pengelolaan data beasiswa dan memberikan rekomendasi penerima beasiswa dengan hasil akurasi sebesar 95% dengan data calon penerima beasiswa tahun 2019, 69% dengan data calon penerima beasiswa tahun 2017 dan 64% dengan data calon penerima beasiswa pada tahun 2016</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77240">
                <text>Berlian Juliartha Martin Putra1, Dwi Ariani Finda Yuniarti2, Citra Ratih Prameswari3</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="77241">
                <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/article/view/36/31</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="77242">
                <text>Jurusan Teknik Informatika, Akademi Komunitas Negeri Pacitan</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77243">
                <text>April 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77244">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77245">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77246">
                <text>Indonesia</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77247">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
  <item itemId="7180" public="1" featured="1">
    <fileContainer>
      <file fileId="7204">
        <src>https://repository.horizon.ac.id/files/original/5c8f0bdbe55a436d6be53505ae2f5f99.pdf</src>
        <authentication>7adaaa9b62ef056bff9e8a030bb64e1b</authentication>
      </file>
    </fileContainer>
    <collection collectionId="515">
      <elementSetContainer>
        <elementSet elementSetId="1">
          <name>Dublin Core</name>
          <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
          <elementContainer>
            <element elementId="50">
              <name>Title</name>
              <description>A name given to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77156">
                  <text>VOL. 13 NO. 1,  APRIL 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="48">
              <name>Source</name>
              <description>A related resource from which the described resource is derived</description>
              <elementTextContainer>
                <elementText elementTextId="77157">
                  <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/issue/view/3</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="45">
              <name>Publisher</name>
              <description>An entity responsible for making the resource available</description>
              <elementTextContainer>
                <elementText elementTextId="77158">
                  <text>Universitas Sriwijaya</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="40">
              <name>Date</name>
              <description>A point or period of time associated with an event in the lifecycle of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77159">
                  <text>30 April 2021</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="37">
              <name>Contributor</name>
              <description>An entity responsible for making contributions to the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77160">
                  <text>Fajar bagus W</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="42">
              <name>Format</name>
              <description>The file format, physical medium, or dimensions of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77161">
                  <text>PDF</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="44">
              <name>Language</name>
              <description>A language of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77162">
                  <text>Indonesia</text>
                </elementText>
              </elementTextContainer>
            </element>
            <element elementId="51">
              <name>Type</name>
              <description>The nature or genre of the resource</description>
              <elementTextContainer>
                <elementText elementTextId="77163">
                  <text>Text</text>
                </elementText>
              </elementTextContainer>
            </element>
          </elementContainer>
        </elementSet>
      </elementSetContainer>
    </collection>
    <itemType itemTypeId="6">
      <name>Still Image</name>
      <description>A static visual representation. Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials.</description>
    </itemType>
    <elementSetContainer>
      <elementSet elementSetId="1">
        <name>Dublin Core</name>
        <description>The Dublin Core metadata element set is common to all Omeka records, including items, files, and collections. For more information see, http://dublincore.org/documents/dces/.</description>
        <elementContainer>
          <element elementId="50">
            <name>Title</name>
            <description>A name given to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77216">
                <text>Rancang Bangun Tools URL Shortener Berbasis WebsiteMenggunakan Framework Laravel</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="49">
            <name>Subject</name>
            <description>The topic of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77217">
                <text>sistem informasi, link shortener, waterfall, laravel</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="41">
            <name>Description</name>
            <description>An account of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77218">
                <text>Sistem  Informasi  memiliki  peranan  penting  dalam  penyebaran  data  dan  informasi.  Informasi  yang  disebarkan akan lebih cepat diterima oleh publik dan mudah diakses, tentunya dengan pengelolaan yang baik dan sistematis. Diskominfo  Provinsi  Kalimantan  Barat  merupakan  salah  satu  Dinas  Teknis  yang  mempunyai  tugas  membantu pemerintah  Kalimantan  Barat  dalam  bidang  komunikasi,  informatika,  persandian  dan  statistik.  Tools  URL Shortener (TUS) merupakan salah satu perangkat lunak  yang dapat mempermudah Diskominfo memperpendek link informasi yang akan disebarkan kepada publik. Pengembangan perangkat lunak TUS menggunakan model Waterfall dan framework Laravel. Waterfall dipilih dikarenakan metode ini merupakan metode yang sistematis dan  terstruktur,  yang  dapat  menjadikan  perangkat  lunak  yang  dibangun  lebih  terarah,  terukur,  dan  dapat diselesaikan tepat waktu. Pengujian fungsionalitas dilakukan pada 2 bagian, yaitu pengujian link shortener dan pengujian  antarmuka.  Dari  hasil  pengujian  link  shortener  didapatkan  hasil  bahwa  tautan  yang  panjang  dapat diubah menjadi lebih pendek. Sedangkan pada pengujian antarmuka, tampilan dan fungsional perangkat lunak telah sesuai dengan ketentuan yang ditetapkan pada proses pengujian</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="39">
            <name>Creator</name>
            <description>An entity primarily responsible for making the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77219">
                <text>bnur Rusi1,Raden Fatahillah2</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="48">
            <name>Source</name>
            <description>A related resource from which the described resource is derived</description>
            <elementTextContainer>
              <elementText elementTextId="77220">
                <text>https://jsi.ejournal.unsri.ac.id/index.php/jsi/article/view/35/30</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="45">
            <name>Publisher</name>
            <description>An entity responsible for making the resource available</description>
            <elementTextContainer>
              <elementText elementTextId="77221">
                <text>Jurusan Sistem Informasi, Fakultas MIPA, Universitas Tanjungpura</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="40">
            <name>Date</name>
            <description>A point or period of time associated with an event in the lifecycle of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77222">
                <text>April 2021</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="37">
            <name>Contributor</name>
            <description>An entity responsible for making contributions to the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77223">
                <text>Fajar bagus W</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="42">
            <name>Format</name>
            <description>The file format, physical medium, or dimensions of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77224">
                <text>PDF</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="44">
            <name>Language</name>
            <description>A language of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77225">
                <text>Indonesia</text>
              </elementText>
            </elementTextContainer>
          </element>
          <element elementId="51">
            <name>Type</name>
            <description>The nature or genre of the resource</description>
            <elementTextContainer>
              <elementText elementTextId="77226">
                <text>Text</text>
              </elementText>
            </elementTextContainer>
          </element>
        </elementContainer>
      </elementSet>
    </elementSetContainer>
  </item>
</itemContainer>
