Project

General

Profile

« Previous | Next » 

Revision 50761

put the divids- helper for linking views, Fix the links in advanced search page, remove openaireProperties class change error codes path, add the

View differences:

bulkClaim.component.ts
15 15
    <div class="uk-animation  " style=" ">
16 16
      <form class=" uk-padding  ">
17 17

  
18
        <div class="uk-clearfix">
19
            <a  class="uk-float-right" uk-toggle="target: #uploadInfo; animation:  uk-animation-fade"><span class="uk-icon">
20
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" icon="info" ratio="1"><path d="M12.13,11.59 C11.97,12.84 10.35,14.12 9.1,14.16 C6.17,14.2 9.89,9.46 8.74,8.37 C9.3,8.16 10.62,7.83 10.62,8.81 C10.62,9.63 10.12,10.55 9.88,11.32 C8.66,15.16 12.13,11.15 12.14,11.18 C12.16,11.21 12.16,11.35 12.13,11.59 C12.08,11.95 12.16,11.35 12.13,11.59 L12.13,11.59 Z M11.56,5.67 C11.56,6.67 9.36,7.15 9.36,6.03 C9.36,5 11.56,4.54 11.56,5.67 L11.56,5.67 Z"></path><circle fill="none" stroke="#000" stroke-width="1.1" cx="10" cy="10" r="9"></circle></svg>
21
</span> What is upload mode? </a>
22
        </div>
23
        <div id="uploadInfo" class="uk-card uk-card-default uk-card-body uk-margin-small" hidden>
24
            <a uk-toggle="target: #uploadInfo; animation:  uk-animation-fade" class="uk-float-right"><span class="uk-icon">
25
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="close" ratio="1"><path fill="none" stroke="#000" stroke-width="1.06" d="M16,16 L4,4"></path><path fill="none" stroke="#000" stroke-width="1.06" d="M16,4 L4,16"></path></svg>
26
</span></a>
27
             <div class="uk-text-bold"><span class="uk-icon">
28
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" icon="info" ratio="1"><path d="M12.13,11.59 C11.97,12.84 10.35,14.12 9.1,14.16 C6.17,14.2 9.89,9.46 8.74,8.37 C9.3,8.16 10.62,7.83 10.62,8.81 C10.62,9.63 10.12,10.55 9.88,11.32 C8.66,15.16 12.13,11.15 12.14,11.18 C12.16,11.21 12.16,11.35 12.13,11.59 C12.08,11.95 12.16,11.35 12.13,11.59 L12.13,11.59 Z M11.56,5.67 C11.56,6.67 9.36,7.15 9.36,6.03 C9.36,5 11.56,4.54 11.56,5.67 L11.56,5.67 Z"></path><circle fill="none" stroke="#000" stroke-width="1.1" cx="10" cy="10" r="9"></circle></svg>
29
</span> Upload information:</div>
30
             Upload a csv file containing a list of DOIs. For each DOI found in the file, metadata will be fetched from CrossRef or Datacite.
31
              Available results will be added to your selected resarch results list in order to be linked with the selected Projects and Contexts.
32

  
33
                <div class="uk-article-meta">
34
                 CSV format:
35
                 <ul class="uk-list">
36
                   <li>The format of CSV file should be "DOI","ACCESS_MODE","DATE".</li>
37
                   <li>The value "DOI" is required </li>
38
                    <li>Access mode column should have values: "OPEN","CLOSED" or "EMBARGO".</li>
39
                    <li>Date column valid format is YYYY-MM-DD and is required when access mode has value EMBARGO.</li>
40
                    <li>In case access mode is not available default value is "OPEN".</li>
41
                  </ul>
42
                </div>
43
         </div>
44

  
45

  
46

  
47

  
18
      <div class="uk-grid">
19
        <div class="uk-width-expand">
48 20
          <div for="exampleInputFile">Upload a DOI csv file:</div>
49 21
          <label for="exampleInputFile">Select a file</label>
50 22
          <input id="exampleInputFile" class="uk-width-1-2" type="file"  (change)="fileChangeEvent($event)" placeholder="Upload file..." />
......
69 41
          </div>
70 42
          <div *ngIf="errorMessage.length > 0 " class="uk-alert uk-alert-danger" role="alert">{{errorMessage}}</div>
71 43
          <modal-loading [message]= "'Uploading, reading and fetching results from your document. Please give us a moment..'"></modal-loading>
72
       </form>
44
        </div>
45
        <helper  div="link-result-bulk" class="uk-width-medium"></helper>
46
      </div>
47
    </form>
73 48

  
74 49

  
75 50

  

Also available in: Unified diff