<?xml version="1.0" encoding="UTF-8"?>
<ArticleSet xmlns="http://www.openarchives.org/OAI/2.0/">
  <Article>
    <Journal>
      <PublisherName>MDPI</PublisherName>
      <JournalTitle>Acta Medica Okayama</JournalTitle>
      <Issn>2079-9292</Issn>
      <Volume>13</Volume>
      <Issue>14</Issue>
      <PubDate PubStatus="ppublish">
        <Year>2024</Year>
        <Month/>
      </PubDate>
    </Journal>
    <ArticleTitle>A Reference Paper Collection System Using Web Scraping</ArticleTitle>
    <FirstPage LZero="delete">2700</FirstPage>
    <LastPage/>
    <Language>EN</Language>
    <AuthorList>
      <Author>
        <FirstName EmptyYN="N">Inzali</FirstName>
        <LastName>Naing</LastName>
        <Affiliation>Department of Information and Communication Systems, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Soe Thandar</FirstName>
        <LastName>Aung</LastName>
        <Affiliation>Department of Information and Communication Systems, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Khaing Hsu</FirstName>
        <LastName>Wai</LastName>
        <Affiliation>Department of Information and Communication Systems, Okayama University</Affiliation>
      </Author>
      <Author>
        <FirstName EmptyYN="N">Nobuo</FirstName>
        <LastName>Funabiki</LastName>
        <Affiliation>Department of Information and Communication Systems, Okayama University</Affiliation>
      </Author>
    </AuthorList>
    <PublicationType/>
    <ArticleIdList>
      <ArticleId IdType="doi"/>
    </ArticleIdList>
    <Abstract>Collecting reference papers from the Internet is one of the most important activities for progressing research and writing papers about their results. Unfortunately, the current process using Google Scholar may not be efficient, since a lot of paper files cannot be accessed directly by the user. Even if they are accessible, their effectiveness needs to be checked manually. In this paper, we propose a reference paper collection system using web scraping to automate paper collections from websites. This system can collect or monitor data from the Internet, which is considered as the environment, using Selenium, a popular web scraping software, as the sensor; this examines the similarity against the search target by comparing the keywords using the Bert model. The Bert model is a deep learning model for natural language processing (NLP) that can understand context by analyzing the relationships between words in a sentence bidirectionally. The Python Flask is adopted at the web application server, where Angular is used for data presentations. For the evaluation, we measured the performance, investigated the accuracy, and asked members of our laboratory to use the proposed method and provide their feedback. Their results confirm the method’s effectiveness.</Abstract>
    <CoiStatement>No potential conflict of interest relevant to this article was reported.</CoiStatement>
    <ObjectList>
      <Object Type="keyword">
        <Param Name="value">web scraping</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Google Scholar</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">data collection</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Bert</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Selenium</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">flask framework</Param>
      </Object>
      <Object Type="keyword">
        <Param Name="value">Angular</Param>
      </Object>
    </ObjectList>
    <ReferenceList/>
  </Article>
</ArticleSet>
