Project

General

Profile

« Previous | Next » 

Revision 62452

Added by John Balasis almost 2 years ago

Minor text fixes for repository and registration finish

View differences:

modules/uoa-repository-dashboard-gui/trunk/src/app/pages/sources/sources-register/register-existing-datasource.component.html
155 155
                              <h2 class="openAIRECompliantLogoMessage">
156 156
                                We successfully received the request to register/update your repository with/on OpenAIRE.
157 157
                                It usually takes about 6 weeks to check your metadata and index it.
158
                                For questions, please create a <a href="https://www.openaire.eu/support/helpdesk" target="_blank">helpdesk ticket</a>
159
                                or write to <a href="mailto:helpdesk@openaire.eu">helpdesk@openaire.eu</a>.
158
                                For questions, please create a ticket
159
<!--                                <a href="https://www.openaire.eu/support/helpdesk" target="_blank">helpdesk ticket</a>-->
160
                                writing to <a href="mailto:helpdesk@openaire.eu">helpdesk@openaire.eu</a>.
160 161
                              </h2>
161 162
                            </div>
162 163
                          </div>
modules/uoa-repository-dashboard-gui/trunk/src/app/pages/sources/sources-register/register-new-datasource.component.html
142 142
                          <div>
143 143
                            <div class="openAIRECompliantLogo">
144 144
                              <h2 class="openAIRECompliantLogoMessage">
145
                                We successfully received the request to register/update your repository with/on OpenAIRE.
145
                                We successfully received the request to register/update your data source with/on OpenAIRE
146 146
                                It usually takes about 6 weeks to check your metadata and index it.
147
                                For questions, please create a <a href="https://www.openaire.eu/support/helpdesk" target="_blank">helpdesk ticket</a>
148
                                or write to <a href="mailto:helpdesk@openaire.eu">helpdesk@openaire.eu</a>.
147
                                For questions, please create a ticket
148
<!--                                <a href="https://www.openaire.eu/support/helpdesk" target="_blank">helpdesk ticket</a>-->
149
                                writing to <a href="mailto:helpdesk@openaire.eu">helpdesk@openaire.eu</a>.
149 150
                                <!--Congratulations! Your repository was successfully registered in OpenAIRE. You can download this logo to use in your site.-->
150 151
                              </h2>
151 152
                              <!--<img src="../../../../assets/imgs/3_0ValidatedLogo.png" alt="OpenAireCompliant">-->
modules/uoa-repository-dashboard-gui/trunk/src/app/pages/sources/sources-register.component.html
30 30
                <h3>Repository</h3>
31 31
                <div class="uk-transition-slide-bottom uk-position-bottom uk-overlay uk-overlay-primary" (click)="goTo('repository')" style="cursor: pointer">
32 32
                  <p class="uk-margin-remove">Make sure your repository is already registered in one of the following global registries -
33
                    <a href="https://v2.sherpa.ac.uk/opendoar/">OpenDOAR<i class="fas fa-external-link-alt" style="margin-left: 3px !important;"></i></a> (for Literature Repositories),
33
                    <a href="https://v2.sherpa.ac.uk/opendoar/">OpenDOAR<i class="fas fa-external-link-alt" style="margin-left: 3px !important;"></i></a>,
34 34
                    <a href="http://www.re3data.org/">Re3data<i class="fas fa-external-link-alt" style="margin-left: 3px !important;"></i></a> or
35 35
                    <a href="https://fairsharing.org/search?fairsharingRegistry=Database">FAIRsharing<i class="fas fa-external-link-alt" style="margin-left: 3px !important;"></i></a>
36
                    (for Data Repositories) - and is compatible with the
36
                    and is compatible with the
37 37
                    <a href="https://guidelines.openaire.eu/en/latest/">OpenAIRE Guidelines<i class="fas fa-external-link-alt" style="margin-left: 3px !important;"></i></a>.
38 38
                    <br>For any questions please contact the <a href="mailto:helpdesk@openaire.eu" target="_blank">OpenAIRE helpdesk.<i class="fas fa-external-link-alt" style="margin-left: 3px !important;"></i></a>
39 39
                  </p>
modules/uoa-repository-dashboard-gui/trunk/src/app/shared/reusablecomponents/sources-forms/datasource-update-form.component.ts
86 86

  
87 87
  ngOnInit() {
88 88
    this.loadForm();
89
    console.log('mode: ', this.mode);
89 90
  }
90 91

  
91 92
  loadForm() {
......
153 154

  
154 155
      // FIXME: Use eoscDatasourceType when we support the new model
155 156
      if (this.mode === 'journal') {
157
        console.log(this.mode);
156 158

  
157 159
        let ssnToShow = this.selectedRepo.issn.slice(0, 4) + '-' + this.selectedRepo.issn.toString().slice(4);
158 160
        this.updateGroup.get('issn').setValue(ssnToShow);

Also available in: Unified diff