ritsumei.repo.nii.ac.jp Open in urlscan Pro
158.101.87.161  Public Scan

Submitted URL: http://ritsumei.repo.nii.ac.jp/
Effective URL: https://ritsumei.repo.nii.ac.jp/
Submission: On June 14 via api from US — Scanned from JP

Form analysis 10 forms found in the DOM

<form class="navbar-form navbar-right navbar-form2">
  <a href="/login/?next=%2F" class="btn
      btn-default btn-primary bg-transparent login-button" style="color: rgb(128, 128, 128);"><i class="fa fa-sign-in"></i> ログイン</a>
</form>

POST /lang/

<form id="language-code-form" class="form form-inline lang-select text-white" action="/lang/" method="POST">
  <div class="form-group form-group2">
    <span for="lang-code" style="color: rgb(128, 128, 128);">言語:</span>
    <label for="lang-code" hidden="">言語:</label>
    <select class="form-control" id="lang-code" name="lang_code" style="color: rgb(128, 128, 128);">
      <option value="ja" selected="">日本語</option>
      <option value="en">English</option>
    </select>
  </div>
</form>

/search

<form id="search-form" action="/search" class="ng-pristine ng-valid">
  <div class="row row-4" style="height: 100%">
    <div class="col-sm-6 col-md-6 col-lg-6
      col-sm-offset-3 col-md-offset-3 col-lg-offset-3">
      <div id="search_simple" class="input-group">
        <label for="q" hidden="">検索キーワード</label>
        <input class="form-control ng-pristine ng-untouched ng-valid" type="text" id="q" name="q" placeholder="入力後、Enterキーを押下し検索してください" ng-model="search_q">
        <input class="form-control" type="hidden" id="community" name="community" value="" autocomplete="off">
        <div class="input-group-btn">
          <button id="top-search-btn" type="submit" class="btn btn-primary">
            <i class="fa fa-search fa-lg">&nbsp;</i>
            <span id="simple-search-txt">検索</span>
          </button>
        </div>
        <div id="search_detail" class="input-group-btn">
          <button id="detail_search_main" class="btn btn-info" type="button">
            <i class="fa fa-angle-down fa-lg detail-search-open">&nbsp;</i>
            <span class="detail-search-open">詳細検索</span>
            <i class="fa fa-angle-up fa-lg detail-search-close">&nbsp;</i>
            <span class="detail-search-close">閉じる</span>
          </button>
        </div>
      </div>
    </div>
  </div>
  <div class="row row-4 detail-lable">
    <div class="col-sm-6 col-md-6 col-lg-6 col-lg-offset-3">
      <div id="search_type" class="form-inline ten-pixel-margin">
        <label class="radio-inline">
          <input type="radio" name="search_type" id="search_type_fulltext" value="0" ng-value="0" ng-model="search_type" class="ng-pristine ng-untouched ng-valid"> 全文 </label>
        <label class="radio-inline">
          <input type="radio" name="search_type" id="search_type_keyword" value="1" ng-value="1" ng-model="search_type" class="ng-pristine ng-untouched ng-valid"> キーワード </label>
      </div>
    </div>
  </div>
</form>

<form class="form-horizontal ng-pristine ng-valid">
  <div class="form-group">
    <label for="sele_0" class="col-xs-3">
      <select ng-model="sub_data.selected_key" class="form-control ng-pristine ng-untouched ng-valid" ng-change="change_search_key($index,sub_data.selected_key)">
        <!-- ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="title" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">タイトル </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="creator" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">著者名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="filedate" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">コンテンツ作成日 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="id" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">ID </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="srctitle" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">雑誌名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="type" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">資源タイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="itemtype" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">アイテムタイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
      </select>
    </label>
    <div class="col-xs-9">
      <!--input_type is text sta-->
      <!-- ngIf: sub_data.key_value.inputType=='text' --><input ng-if="sub_data.key_value.inputType=='text'" type="text" class="form-control detail-search-text ng-pristine ng-untouched ng-valid ng-scope" id="sele_0"
        ng-model="sub_data.key_value.inputVal" placeholder="Enter Input Value"><!-- end ngIf: sub_data.key_value.inputType=='text' -->
      <!--input_type is text end-->
      <!--input_type is range sta-->
      <!-- ngIf: sub_data.key_value.inputType=='range' -->
      <!--input_type is range end-->
      <!--input_type is geo_distance sta-->
      <!-- ngIf: sub_data.key_value.inputType=='geo_distance' -->
      <!--input_type is range end-->
      <!--input_type is sele sta-->
      <!-- ngIf: sub_data.key_value.inputType=='selectbox' -->
      <!--input_type is sele end-->
      <!--input_type is checkbox sta-->
      <!-- ngIf: sub_data.key_value.inputType=='checkbox_list' -->
      <!--input_type is checkbox end-->
      <!--input_type is radio sta-->
      <!-- ngIf: sub_data.key_value.inputType=='radio_list' -->
      <!--input_type is radio end-->
      <!--input_type is daterange sta-->
      <!-- ngIf: sub_data.key_value.inputType=='dateRange' -->
      <!--input_type is daterange end-->
    </div>
  </div>
  <!--input_type is schema or attribute sta-->
  <!-- ngIf: sub_data.key_value.mappingFlg -->
  <!--input_type is schema or attribute end-->
</form>

<form class="form-horizontal ng-pristine ng-valid">
  <div class="form-group">
    <label for="sele_1" class="col-xs-3">
      <select ng-model="sub_data.selected_key" class="form-control ng-pristine ng-untouched ng-valid" ng-change="change_search_key($index,sub_data.selected_key)">
        <!-- ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="title" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">タイトル </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="creator" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">著者名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="filedate" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">コンテンツ作成日 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="id" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">ID </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="srctitle" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">雑誌名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="type" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">資源タイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="itemtype" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">アイテムタイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
      </select>
    </label>
    <div class="col-xs-9">
      <!--input_type is text sta-->
      <!-- ngIf: sub_data.key_value.inputType=='text' --><input ng-if="sub_data.key_value.inputType=='text'" type="text" class="form-control detail-search-text ng-pristine ng-untouched ng-valid ng-scope" id="sele_1"
        ng-model="sub_data.key_value.inputVal" placeholder="Enter Input Value"><!-- end ngIf: sub_data.key_value.inputType=='text' -->
      <!--input_type is text end-->
      <!--input_type is range sta-->
      <!-- ngIf: sub_data.key_value.inputType=='range' -->
      <!--input_type is range end-->
      <!--input_type is geo_distance sta-->
      <!-- ngIf: sub_data.key_value.inputType=='geo_distance' -->
      <!--input_type is range end-->
      <!--input_type is sele sta-->
      <!-- ngIf: sub_data.key_value.inputType=='selectbox' -->
      <!--input_type is sele end-->
      <!--input_type is checkbox sta-->
      <!-- ngIf: sub_data.key_value.inputType=='checkbox_list' -->
      <!--input_type is checkbox end-->
      <!--input_type is radio sta-->
      <!-- ngIf: sub_data.key_value.inputType=='radio_list' -->
      <!--input_type is radio end-->
      <!--input_type is daterange sta-->
      <!-- ngIf: sub_data.key_value.inputType=='dateRange' -->
      <!--input_type is daterange end-->
    </div>
  </div>
  <!--input_type is schema or attribute sta-->
  <!-- ngIf: sub_data.key_value.mappingFlg -->
  <!--input_type is schema or attribute end-->
</form>

<form class="form-horizontal ng-pristine ng-valid ng-valid-pattern">
  <div class="form-group">
    <label for="sele_2" class="col-xs-3">
      <select ng-model="sub_data.selected_key" class="form-control ng-pristine ng-untouched ng-valid" ng-change="change_search_key($index,sub_data.selected_key)">
        <!-- ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="title" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">タイトル </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="creator" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">著者名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="filedate" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">コンテンツ作成日 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="id" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">ID </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="srctitle" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">雑誌名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="type" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">資源タイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="itemtype" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">アイテムタイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
      </select>
    </label>
    <div class="col-xs-9">
      <!--input_type is text sta-->
      <!-- ngIf: sub_data.key_value.inputType=='text' -->
      <!--input_type is text end-->
      <!--input_type is range sta-->
      <!-- ngIf: sub_data.key_value.inputType=='range' -->
      <!--input_type is range end-->
      <!--input_type is geo_distance sta-->
      <!-- ngIf: sub_data.key_value.inputType=='geo_distance' -->
      <!--input_type is range end-->
      <!--input_type is sele sta-->
      <!-- ngIf: sub_data.key_value.inputType=='selectbox' -->
      <!--input_type is sele end-->
      <!--input_type is checkbox sta-->
      <!-- ngIf: sub_data.key_value.inputType=='checkbox_list' -->
      <!--input_type is checkbox end-->
      <!--input_type is radio sta-->
      <!-- ngIf: sub_data.key_value.inputType=='radio_list' -->
      <!--input_type is radio end-->
      <!--input_type is daterange sta-->
      <!-- ngIf: sub_data.key_value.inputType=='dateRange' -->
      <div ng-if="sub_data.key_value.inputType=='dateRange'" class="ng-scope">
        <div class="input-daterange input-group detail-search-text col-xs-7">
          <label for="filedate_from" hidden="">開始日</label>
          <input type="text" pattern="[0-9]{4}|[0-9]{4}(0[1-9]|1[0-2])|[0-9]{4}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1])" class="input-sm form-control detail-search-date ng-pristine ng-untouched ng-valid ng-valid-pattern" name="filedate_from"
            data-provide="datepicker" id="filedate_from" placeholder="yyyymmdd" data-date-format="yyyymmdd" ng-model="sub_data.key_value.inputVal_from">
          <span class="input-group-addon">To</span>
          <label for="filedate_to" hidden="">終了日</label>
          <input type="text" pattern="[0-9]{4}|[0-9]{4}(0[1-9]|1[0-2])|[0-9]{4}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1])" class="input-sm form-control detail-search-date ng-pristine ng-untouched ng-valid ng-valid-pattern" name="filedate_to"
            data-provide="datepicker" id="filedate_to" placeholder="yyyymmdd" data-date-format="yyyymmdd" ng-model="sub_data.key_value.inputVal_to">
        </div>
        <p class="hidden-invalid-date-notice invalid-date-notice-txt"> Field does not validate </p>
      </div><!-- end ngIf: sub_data.key_value.inputType=='dateRange' -->
      <!--input_type is daterange end-->
    </div>
  </div>
  <!--input_type is schema or attribute sta-->
  <!-- ngIf: sub_data.key_value.mappingFlg -->
  <div ng-if="sub_data.key_value.mappingFlg" class="form-group ng-scope">
    <div class="col-xs-offset-2 col-xs-10">
      <div class="panel panel-default" style="border-color: rgb(171, 171, 171); background-color: rgb(255, 255, 255); box-shadow: none;">
        <div class="panel-body">
          <div class="checkbox">
            <!-- ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="Accepted" name="filedate" placeholder="" value="Accepted" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">Accepted 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="Available" name="filedate" placeholder="" value="Available" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">Available 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="Collected" name="filedate" placeholder="" value="Collected" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">Collected 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="Copyrighted" name="filedate" placeholder="" value="Copyrighted" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">Copyrighted 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="Created" name="filedate" placeholder="" value="Created" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">Created 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="Issued" name="filedate" placeholder="" value="Issued" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">Issued 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="Submitted" name="filedate" placeholder="" value="Submitted" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">Submitted 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="Updated" name="filedate" placeholder="" value="Updated" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">Updated 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="Valid" name="filedate" placeholder="" value="Valid" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">Valid 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index -->
          </div>
        </div>
      </div>
    </div>
  </div><!-- end ngIf: sub_data.key_value.mappingFlg -->
  <!--input_type is schema or attribute end-->
</form>

<form class="form-horizontal ng-pristine ng-valid">
  <div class="form-group">
    <label for="sele_3" class="col-xs-3">
      <select ng-model="sub_data.selected_key" class="form-control ng-pristine ng-untouched ng-valid" ng-change="change_search_key($index,sub_data.selected_key)">
        <!-- ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="title" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">タイトル </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="creator" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">著者名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="filedate" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">コンテンツ作成日 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="id" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">ID </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="srctitle" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">雑誌名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="type" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">資源タイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="itemtype" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">アイテムタイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
      </select>
    </label>
    <div class="col-xs-9">
      <!--input_type is text sta-->
      <!-- ngIf: sub_data.key_value.inputType=='text' --><input ng-if="sub_data.key_value.inputType=='text'" type="text" class="form-control detail-search-text ng-pristine ng-untouched ng-valid ng-scope" id="sele_3"
        ng-model="sub_data.key_value.inputVal" placeholder="Enter Input Value"><!-- end ngIf: sub_data.key_value.inputType=='text' -->
      <!--input_type is text end-->
      <!--input_type is range sta-->
      <!-- ngIf: sub_data.key_value.inputType=='range' -->
      <!--input_type is range end-->
      <!--input_type is geo_distance sta-->
      <!-- ngIf: sub_data.key_value.inputType=='geo_distance' -->
      <!--input_type is range end-->
      <!--input_type is sele sta-->
      <!-- ngIf: sub_data.key_value.inputType=='selectbox' -->
      <!--input_type is sele end-->
      <!--input_type is checkbox sta-->
      <!-- ngIf: sub_data.key_value.inputType=='checkbox_list' -->
      <!--input_type is checkbox end-->
      <!--input_type is radio sta-->
      <!-- ngIf: sub_data.key_value.inputType=='radio_list' -->
      <!--input_type is radio end-->
      <!--input_type is daterange sta-->
      <!-- ngIf: sub_data.key_value.inputType=='dateRange' -->
      <!--input_type is daterange end-->
    </div>
  </div>
  <!--input_type is schema or attribute sta-->
  <!-- ngIf: sub_data.key_value.mappingFlg -->
  <div ng-if="sub_data.key_value.mappingFlg" class="form-group ng-scope">
    <div class="col-xs-offset-2 col-xs-10">
      <div class="panel panel-default" style="border-color: rgb(171, 171, 171); background-color: rgb(255, 255, 255); box-shadow: none;">
        <div class="panel-body">
          <div class="checkbox">
            <!-- ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="identifier" name="id" placeholder="" value="identifier" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">identifier 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="URI" name="id" placeholder="" value="URI" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">URI 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="fullTextURL" name="id" placeholder="" value="fullTextURL" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">fullTextURL 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="selfDOI" name="id" placeholder="" value="selfDOI" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">selfDOI 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="ISBN" name="id" placeholder="" value="ISBN" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">ISBN 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="ISSN" name="id" placeholder="" value="ISSN" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">ISSN 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="NCID" name="id" placeholder="" value="NCID" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">NCID 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="pmid" name="id" placeholder="" value="pmid" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">pmid 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="doi" name="id" placeholder="" value="doi" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">doi 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="NAID" name="id" placeholder="" value="NAID" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">NAID 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index --><label ng-repeat="sub_attr in sub_data.key_value.sche_or_attr track by $index" class="ng-binding ng-scope">
              <input type="checkbox" id="ichushi" name="id" placeholder="" value="ichushi" ng-model="sub_attr.checkStus" class="ng-pristine ng-untouched ng-valid">ichushi 
            </label><!-- end ngRepeat: sub_attr in sub_data.key_value.sche_or_attr track by $index -->
          </div>
        </div>
      </div>
    </div>
  </div><!-- end ngIf: sub_data.key_value.mappingFlg -->
  <!--input_type is schema or attribute end-->
</form>

<form class="form-horizontal ng-pristine ng-valid">
  <div class="form-group">
    <label for="sele_4" class="col-xs-3">
      <select ng-model="sub_data.selected_key" class="form-control ng-pristine ng-untouched ng-valid" ng-change="change_search_key($index,sub_data.selected_key)">
        <!-- ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="title" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">タイトル </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="creator" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">著者名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="filedate" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">コンテンツ作成日 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="id" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">ID </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="srctitle" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">雑誌名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="type" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">資源タイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="itemtype" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">アイテムタイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
      </select>
    </label>
    <div class="col-xs-9">
      <!--input_type is text sta-->
      <!-- ngIf: sub_data.key_value.inputType=='text' --><input ng-if="sub_data.key_value.inputType=='text'" type="text" class="form-control detail-search-text ng-pristine ng-untouched ng-valid ng-scope" id="sele_4"
        ng-model="sub_data.key_value.inputVal" placeholder="Enter Input Value"><!-- end ngIf: sub_data.key_value.inputType=='text' -->
      <!--input_type is text end-->
      <!--input_type is range sta-->
      <!-- ngIf: sub_data.key_value.inputType=='range' -->
      <!--input_type is range end-->
      <!--input_type is geo_distance sta-->
      <!-- ngIf: sub_data.key_value.inputType=='geo_distance' -->
      <!--input_type is range end-->
      <!--input_type is sele sta-->
      <!-- ngIf: sub_data.key_value.inputType=='selectbox' -->
      <!--input_type is sele end-->
      <!--input_type is checkbox sta-->
      <!-- ngIf: sub_data.key_value.inputType=='checkbox_list' -->
      <!--input_type is checkbox end-->
      <!--input_type is radio sta-->
      <!-- ngIf: sub_data.key_value.inputType=='radio_list' -->
      <!--input_type is radio end-->
      <!--input_type is daterange sta-->
      <!-- ngIf: sub_data.key_value.inputType=='dateRange' -->
      <!--input_type is daterange end-->
    </div>
  </div>
  <!--input_type is schema or attribute sta-->
  <!-- ngIf: sub_data.key_value.mappingFlg -->
  <!--input_type is schema or attribute end-->
</form>

<form class="form-horizontal ng-pristine ng-valid">
  <div class="form-group">
    <label for="sele_5" class="col-xs-3">
      <select ng-model="sub_data.selected_key" class="form-control ng-pristine ng-untouched ng-valid" ng-change="change_search_key($index,sub_data.selected_key)">
        <!-- ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="title" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">タイトル </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="creator" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">著者名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="filedate" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">コンテンツ作成日 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="id" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">ID </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="srctitle" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">雑誌名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="type" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">資源タイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="itemtype" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">アイテムタイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
      </select>
    </label>
    <div class="col-xs-9">
      <!--input_type is text sta-->
      <!-- ngIf: sub_data.key_value.inputType=='text' -->
      <!--input_type is text end-->
      <!--input_type is range sta-->
      <!-- ngIf: sub_data.key_value.inputType=='range' -->
      <!--input_type is range end-->
      <!--input_type is geo_distance sta-->
      <!-- ngIf: sub_data.key_value.inputType=='geo_distance' -->
      <!--input_type is range end-->
      <!--input_type is sele sta-->
      <!-- ngIf: sub_data.key_value.inputType=='selectbox' -->
      <!--input_type is sele end-->
      <!--input_type is checkbox sta-->
      <!-- ngIf: sub_data.key_value.inputType=='checkbox_list' -->
      <div ng-if="sub_data.key_value.inputType=='checkbox_list'" id="sele_5" class="checkbox ng-scope">
        <div class="panel panel-default" style="border-color: rgb(171, 171, 171); background-color: rgb(255, 255, 255); box-shadow: none;">
          <div class="panel-body">
            <!-- ngIf: sub_data.key_value.limit >= load_delimiter -->
            <!-- ngIf: sub_data.key_value.limit < load_delimiter -->
            <div ng-if="sub_data.key_value.limit < load_delimiter" class="ng-scope">
              <!-- ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="0" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">conference paper </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="1" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">data paper </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="2" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">departmental bulletin paper
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="3" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">editorial </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="4" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">journal article </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="5" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">newspaper </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="6" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">periodical </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="7" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">review article </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="8" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">software paper </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="9" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">article </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="10" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">book </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="11" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">book part </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="12" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">cartographic material </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="13" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">map </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="14" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">conference object </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="15" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">conference proceedings </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="16" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">conference poster </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="17" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">dataset </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="18" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">interview </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="19" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">image </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="20" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">still image </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="21" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">moving image </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="22" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">video </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="23" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">lecture </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="24" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">patent </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="25" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">internal report </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="26" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">report </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="27" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">research report </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="28" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">technical report </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="29" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">policy report </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="30" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">report part </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="31" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">working paper </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="32" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">data management plan </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="33" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">sound </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="34" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">thesis </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="35" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">bachelor thesis </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="36" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">master thesis </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="37" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">doctoral thesis </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="38" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">interactive resource </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="39" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">learning object </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="40" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">manuscript </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="41" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">musical notation </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="42" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">research proposal </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="43" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">software </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="44" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">technical documentation
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="45" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">workflow </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="type" value="46" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">other </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index -->
            </div><!-- end ngIf: sub_data.key_value.limit < load_delimiter -->
          </div>
        </div>
      </div><!-- end ngIf: sub_data.key_value.inputType=='checkbox_list' -->
      <!--input_type is checkbox end-->
      <!--input_type is radio sta-->
      <!-- ngIf: sub_data.key_value.inputType=='radio_list' -->
      <!--input_type is radio end-->
      <!--input_type is daterange sta-->
      <!-- ngIf: sub_data.key_value.inputType=='dateRange' -->
      <!--input_type is daterange end-->
    </div>
  </div>
  <!--input_type is schema or attribute sta-->
  <!-- ngIf: sub_data.key_value.mappingFlg -->
  <!--input_type is schema or attribute end-->
</form>

<form class="form-horizontal ng-pristine ng-valid">
  <div class="form-group">
    <label for="sele_6" class="col-xs-3">
      <select ng-model="sub_data.selected_key" class="form-control ng-pristine ng-untouched ng-valid" ng-change="change_search_key($index,sub_data.selected_key)">
        <!-- ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="title" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">タイトル </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="creator" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">著者名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="filedate" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">コンテンツ作成日 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="id" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">ID </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="srctitle" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">雑誌名 </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="type" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">資源タイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
        <option ng-repeat="key_option in sub_data.key_options track by $index" value="itemtype" ng-disabled="key_option.disabled_flg" class="ng-binding ng-scope" disabled="disabled">アイテムタイプ </option>
        <!-- end ngRepeat: key_option in sub_data.key_options track by $index -->
      </select>
    </label>
    <div class="col-xs-9">
      <!--input_type is text sta-->
      <!-- ngIf: sub_data.key_value.inputType=='text' -->
      <!--input_type is text end-->
      <!--input_type is range sta-->
      <!-- ngIf: sub_data.key_value.inputType=='range' -->
      <!--input_type is range end-->
      <!--input_type is geo_distance sta-->
      <!-- ngIf: sub_data.key_value.inputType=='geo_distance' -->
      <!--input_type is range end-->
      <!--input_type is sele sta-->
      <!-- ngIf: sub_data.key_value.inputType=='selectbox' -->
      <!--input_type is sele end-->
      <!--input_type is checkbox sta-->
      <!-- ngIf: sub_data.key_value.inputType=='checkbox_list' -->
      <div ng-if="sub_data.key_value.inputType=='checkbox_list'" id="sele_6" class="checkbox ng-scope">
        <div class="panel panel-default" style="border-color: rgb(171, 171, 171); background-color: rgb(255, 255, 255); box-shadow: none;">
          <div class="panel-body">
            <!-- ngIf: sub_data.key_value.limit >= load_delimiter -->
            <!-- ngIf: sub_data.key_value.limit < load_delimiter -->
            <div ng-if="sub_data.key_value.limit < load_delimiter" class="ng-scope">
              <!-- ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="テクニカルレポート / Technical Report" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">テクニカルレポート / Technical Report
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="学術雑誌論文 / Journal Article" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">学術雑誌論文 / Journal Article
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="紀要論文 / Departmental Bulletin Paper" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">紀要論文 / Departmental Bulletin Paper
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="会議発表論文 / Conference Paper" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">会議発表論文 / Conference Paper
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="一般雑誌記事 / Article" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">一般雑誌記事 / Article
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="会議発表用資料 / Presentation" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">会議発表用資料 / Presentation
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="学位論文 / Thesis or Dissertation" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">学位論文 / Thesis or Dissertation
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="研究報告書 / Research Paper" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">研究報告書 / Research Paper
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="図書 / Book" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">図書 / Book </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="図書の一部 / Book" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">図書の一部 / Book
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="その他 / Others" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">その他 / Others
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="DublinCore" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">DublinCore </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Journal Article" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Journal Article
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Thesis or Dissertation" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Thesis or Dissertation
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Departmental Bulletin Paper" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Departmental Bulletin Paper
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Conference Paper" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Conference Paper
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Presentation" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Presentation
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Book" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Book </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Technical Report" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Technical Report
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Research Paper" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Research Paper
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Article" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Article </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Preprint" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Preprint </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Learning Material" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Learning Material
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Data or Dataset" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Data or Dataset
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Software" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Software </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Others" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Others </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="Learning Object Metadata" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">Learning Object Metadata
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="LIDO" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">LIDO </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label
                ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="デフォルトアイテムタイプ(シンプル)" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">デフォルトアイテムタイプ(シンプル)
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index --><label ng-repeat="sub_check in sub_data.key_value.check_val track by $index " class="col-sm-3 ng-binding ng-scope">
                <input type="checkbox" id="itemtype" value="デフォルトアイテムタイプ(フル)" ng-model="sub_check.checkStus" class="ng-pristine ng-untouched ng-valid">デフォルトアイテムタイプ(フル)
              </label><!-- end ngRepeat: sub_check in sub_data.key_value.check_val track by $index -->
            </div><!-- end ngIf: sub_data.key_value.limit < load_delimiter -->
          </div>
        </div>
      </div><!-- end ngIf: sub_data.key_value.inputType=='checkbox_list' -->
      <!--input_type is checkbox end-->
      <!--input_type is radio sta-->
      <!-- ngIf: sub_data.key_value.inputType=='radio_list' -->
      <!--input_type is radio end-->
      <!--input_type is daterange sta-->
      <!-- ngIf: sub_data.key_value.inputType=='dateRange' -->
      <!--input_type is daterange end-->
    </div>
  </div>
  <!--input_type is schema or attribute sta-->
  <!-- ngIf: sub_data.key_value.mappingFlg -->
  <!--input_type is schema or attribute end-->
</form>

Text Content

ログイン
言語: 言語: 日本語English


WEKO

 * トップ
 * ランキング

検索キーワード
  検索
  詳細検索   閉じる
全文 キーワード
タイトル 著者名 コンテンツ作成日 ID 雑誌名 資源タイプ アイテムタイプ


タイトル 著者名 コンテンツ作成日 ID 雑誌名 資源タイプ アイテムタイプ


タイトル 著者名 コンテンツ作成日 ID 雑誌名 資源タイプ アイテムタイプ
開始日 To 終了日

Field does not validate

Accepted  Available  Collected  Copyrighted  Created  Issued  Submitted 
Updated  Valid 

タイトル 著者名 コンテンツ作成日 ID 雑誌名 資源タイプ アイテムタイプ

identifier  URI  fullTextURL  selfDOI  ISBN  ISSN  NCID  pmid  doi  NAID 
ichushi 

タイトル 著者名 コンテンツ作成日 ID 雑誌名 資源タイプ アイテムタイプ


タイトル 著者名 コンテンツ作成日 ID 雑誌名 資源タイプ アイテムタイプ
conference paper data paper departmental bulletin paper editorial journal
article newspaper periodical review article software paper article book book
part cartographic material map conference object conference proceedings
conference poster dataset interview image still image moving image video lecture
patent internal report report research report technical report policy report
report part working paper data management plan sound thesis bachelor thesis
master thesis doctoral thesis interactive resource learning object manuscript
musical notation research proposal software technical documentation workflow
other

タイトル 著者名 コンテンツ作成日 ID 雑誌名 資源タイプ アイテムタイプ
テクニカルレポート / Technical Report 学術雑誌論文 / Journal Article 紀要論文 / Departmental
Bulletin Paper 会議発表論文 / Conference Paper 一般雑誌記事 / Article 会議発表用資料 / Presentation
学位論文 / Thesis or Dissertation 研究報告書 / Research Paper 図書 / Book 図書の一部 / Book その他
/ Others DublinCore Journal Article Thesis or Dissertation Departmental Bulletin
Paper Conference Paper Presentation Book Technical Report Research Paper Article
Preprint Learning Material Data or Dataset Software Others Learning Object
Metadata LIDO デフォルトアイテムタイプ(シンプル) デフォルトアイテムタイプ(フル)


検索条件追加 

検索 
クリア 


インデックスリンク




インデックスツリー



 * RootNode
    * 立命館大学
   
    * 立命館アジア太平洋大学

is_permission is_login


INDEX LIST

立命館大学 17342 items




立命館アジア太平洋大学 1689 items






--------------------------------------------------------------------------------

Powered by WEKO3









立命館学術成果リポジトリとは

立命館学術成果リポジトリは、立命館大学・立命館アジア太平洋大学の機関リポジトリで、両大学に所属する教員や研究者によって創造された知的生産物を電子化し、検索と閲覧を可能とするデータベースです。





お知らせ
 * 新規登録依頼の書式はこちらに格納しています。
 * 格納先:教職員ポータルシステム > 文書閲覧・共有 > マニュアル・様式 > 学術情報部 > 図書館 > リポジトリR-Cube




*一部、機関リポジトリ上でサムネイル画像が乱れているものがありますが、順次対応中です。




 * 「立命館学術成果リポジトリR-Cube」のリンク:https://ritsumei.repo.nii.ac.jp/




 * 雑誌単位のリンク:雑誌のトップ画面のURLで設定してください。




 * 論文単位のリンク:

 立命館学術成果リポジトリ(R-Cube)では、論文単位に、固定のパーマネントリンクのURI(Uniform Resource
Identifier)があります。

 論文詳細情報の画面にURIの欄が「http://doi.org/10.34382/......」または「http://hdl.handle.net/......」と表示されていますので、こちらのURIをご利用ください。

 PDFファイルへ直接リンクを貼ると将来リンク切れとなる可能性があります。資源タイプの登録間違い等により、一旦削除後に再登録する場合は、上記のURIも変更になりますので、ご注意ください。 なお、URIは識別子の一種です。ファイルの住所を示すURL(Uniform
Resource Locator)と名前を示すURN(Uniform Resource Name)で構成されています。 (R-Cubeに係るFAQより抜粋)




関連リンク
 * 立命館大学
 * 立命館アジア太平洋大学(APU)
 * 立命館大学図書館
 * 立命館アジア太平洋大学(APU)ライブラリー
   
 * 立命館大学研究データポリシー



ガイドラインや登録書式

ガイドラインはこちら→リポジトリガイドライン日本語版.pdf





立命館大学の機関リポジトリへの登録に関する書式やFAQなどは「教職員ポータル」に格納しています。
リポジトリR-cube登録に関する書式やFAQはこちら
格納先:教職員ポータルシステム > 文書閲覧・共有 > マニュアル・様式 > 学術情報部 > 図書館 > リポジトリR-Cube




DOIについてはこちら→DOIについて.pdf