Project

General

Profile

« Previous | Next » 

Revision 46873

minor changes - fixing tickets #2453 #2697 #2578 #2701 #2528 #2411

View differences:

modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/helpers/publicationhelper.php
123 123
	}
124 124
	
125 125
	public static function _formatProject($project, $itemId) {
126
                if ($project -> title != null && $project -> title != "unidentified" ){
126 127
		return (($project -> acronym == NULL) && ($project -> title == NULL)) ? '' : ('<span class="proj">' . (($project -> id  == NULL) ? '' : ('<a href="' . JRoute :: _(JUri :: base() . 'index.php?option=com_openaire&view=project&projectId=' . $project -> id) . '">')) .((($project -> funderShortName!==null)? $project -> funderShortName. JText :: _('FUNDER_SEPARATOR'):(($project -> funder !==null)? $project -> funder. JText :: _('FUNDER_SEPARATOR') :''))). (($project -> acronym == NULL) ? $project -> title : $project -> acronym) . (($project -> code == NULL) ? '' : (' (' . $project -> code . ')')) . (($project -> id == NULL) ? '' : '</a>') . '</span>');
128
                }else{
129
                    return (($project -> funderShortName!==null)? $project -> funderShortName:'') ;
130
                }
127 131
	}
128 132
	
129 133
	public static function _formatEmbargoEndDate($embargoEndDate) {
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/language/en-GB/en-GB.com_openaire.ini
52 52
CHECK_THIS_DATASET_OUT="Check this dataset out"
53 53
CHICAGO="Chicago"
54 54
CITATIONS="References"
55
CITATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href="mailto:info@openaire.eu" class="icon-mail">Let us know how we are doing!</a>"
55
CITATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href='mailto:feedback@openaire.eu'  >Let us know how we are doing!</a>"
56 56
CITE_THIS_ARTICLE="Cite this article"
57 57
CITE_THIS_DATASET="Cite this research data"
58 58
CLAIM_PUBLICATION="Link publication to"
......
64 64
CLAIMED_ON_S="Claimed on %s"
65 65
CLAIMED_PUBLICATIONS="Claimed publications"
66 66
CLAIMED_PUBLICATIONS_DATASETS="Claimed Publications/Datasets"
67
CLAIMED_PUBLICATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href="mailto:info@openaire.eu" class="icon-mail">Let us know how we are doing!</a>"
67
CLAIMED_PUBLICATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href='mailto:feedback@openaire.eu'  >Let us know how we are doing!</a>"
68 68
CLEAR_ALL="clear all"
69 69
CLEAR_ALL_FILTERS="clear all filters"
70 70
CLOSE="Close"
......
167 167
ENTER_RECIPIENT_ADDRESS="Enter recipient address"
168 168
ENTER_SEARCH_TERM_="Enter search term..."
169 169
ENTERPRISE="Enterprise"
170
#ERROR_PERFORMING_SEARCH="Error performing search"
171
#ERROR_RETRIEVING_CLAIMED_PUBLICATIONS_DATASETS="Error retrieving claimed publications/research data"
172
#ERROR_RETRIEVING_DATASET="Error retrieving research data"
173
#ERROR_RETRIEVING_DATASET_STATISTICS="Error retrieving research data statistics"
174
#ERROR_RETRIEVING_DATASOURCE="Error retrieving data provider"
175
#ERROR_RETRIEVING_DATASOURCE_DATASETS="Error retrieving data provider research data"
176
#ERROR_RETRIEVING_DATASOURCE_PUBLICATIONS="Error retrieving data provider publications"
177
#ERROR_RETRIEVING_DATASOURCE_STATISTICS="Error retrieving data provider statistics"
178
#ERROR_RETRIEVING_INSTITUTION="Error retrieving institution"
179
#ERROR_RETRIEVING_ORGANIZATION="Error retrieving organization"
180
#ERROR_RETRIEVING_ORGANIZATION_DATASOURCES="Error retrieving organization data providers"
181
#ERROR_RETRIEVING_ORGANIZATION_STATISTICS="Error retrieving organization statistics"
182
#ERROR_RETRIEVING_PEOPLE_STATISTICS="Error retrieving people statistics"
183
#ERROR_RETRIEVING_PERSON="Error retrieving person"
184
#ERROR_RETRIEVING_PERSON_DATASETS="Error retrieving person research data"
185
#ERROR_RETRIEVING_PERSON_PUBLICATIONS="Error retrieving person publications"
186
#ERROR_RETRIEVING_PROJECT="Error retrieving project"
187
#ERROR_RETRIEVING_PROJECT_DATASETS="Error retrievign project research data"
188
#ERROR_RETRIEVING_PROJECT_PUBLICATIONS="Error retrieving project publications"
189
#ERROR_RETRIEVING_PROJECT_STATISTICS="Error retrieving project statistics"
190
#ERROR_RETRIEVING_PUBLICATION="Error retrieving publication"
191
#ERROR_RETRIEVING_PUBLICATION_STATISTICS="Error retrieving publication statistics"
192
#ERROR_RETRIEVING_REPOSITORIES="Error retrieving repositories"
193
#ERROR_RETRIEVING_REPOSITORY="Error retrieving repository"
194
#ERROR_RETRIEVING_SELECTED_PROJECTS="Error retrieving selected projects"
195
#ERROR_RETRIEVING_SELECTED_PUBLICATIONS_DATASETS="Error retrieving selected publications/research data"
196
#ERROR_RETRIEVING_STATISTICS="Error retrieving statistics"
197
#ERROR_RETRIEVING_YOUR_OPENAIRE_ALERTS="Error retrieving your OpenAIRE alerts"
198
#ERROR_SEARCHING_DATASETS="Error searching research data"
199
#ERROR_SEARCHING_DATASOURCES="Error searching data providers"
200
#ERROR_SEARCHING_ORGANIZATIONS="Error searching organizations"
201
#ERROR_SEARCHING_PUBLICATIONS="Error searching publications"
202
#ERROR_SEARCHING_PROJECTS="Error searching projects"
203
#ERROR_SEARCHING_PEOPLE="Error searching people"
204
ERROR_PERFORMING_SEARCH="Service temporarily unavailable"
205
ERROR_RETRIEVING_CLAIMED_PUBLICATIONS_DATASETS="Service temporarily unavailable"
206
ERROR_RETRIEVING_DATASET="Service temporarily unavailable"
207
ERROR_RETRIEVING_DATASET_STATISTICS="Service temporarily unavailable"
208
ERROR_RETRIEVING_DATASOURCE="Service temporarily unavailable"
209
ERROR_RETRIEVING_DATASOURCE_DATASETS="Service temporarily unavailable"
210
ERROR_RETRIEVING_DATASOURCE_PUBLICATIONS="Service temporarily unavailable"
211
ERROR_RETRIEVING_DATASOURCE_STATISTICS="Service temporarily unavailable"
212
ERROR_RETRIEVING_INSTITUTION="Service temporarily unavailable"
213
ERROR_RETRIEVING_ORGANIZATION="Service temporarily unavailable"
214
ERROR_RETRIEVING_ORGANIZATION_DATASOURCES="Service temporarily unavailable"
215
ERROR_RETRIEVING_ORGANIZATION_STATISTICS="Service temporarily unavailable"
216
ERROR_RETRIEVING_PEOPLE_STATISTICS="Service temporarily unavailable"
217
ERROR_RETRIEVING_PERSON="Service temporarily unavailable"
218
ERROR_RETRIEVING_PERSON_DATASETS="Service temporarily unavailable"
219
ERROR_RETRIEVING_PERSON_PUBLICATIONS="Service temporarily unavailable"
220
ERROR_RETRIEVING_PROJECT="Service temporarily unavailable"
221
ERROR_RETRIEVING_PROJECT_DATASETS="Service temporarily unavailable"
222
ERROR_RETRIEVING_PROJECT_PUBLICATIONS="Service temporarily unavailable"
223
ERROR_RETRIEVING_PROJECT_STATISTICS="Service temporarily unavailable"
224
ERROR_RETRIEVING_PUBLICATION="Service temporarily unavailable"
225
ERROR_RETRIEVING_PUBLICATION_STATISTICS="Service temporarily unavailable"
226
ERROR_RETRIEVING_REPOSITORIES="Service temporarily unavailable"
227
ERROR_RETRIEVING_REPOSITORY="Service temporarily unavailable"
228
ERROR_RETRIEVING_SELECTED_PROJECTS="Service temporarily unavailable"
229
ERROR_RETRIEVING_SELECTED_PUBLICATIONS_DATASETS="Service temporarily unavailable"
230
ERROR_RETRIEVING_STATISTICS="Service temporarily unavailable"
231
ERROR_RETRIEVING_YOUR_OPENAIRE_ALERTS="Service temporarily unavailable"
232
ERROR_SEARCHING_DATASETS="Service temporarily unavailable"
233
ERROR_SEARCHING_DATASOURCES="Service temporarily unavailable"
234
ERROR_SEARCHING_ORGANIZATIONS="Service temporarily unavailable"
235
ERROR_SEARCHING_PUBLICATIONS="Service temporarily unavailable"
236
ERROR_SEARCHING_PROJECTS="Service temporarily unavailable"
237
ERROR_SEARCHING_PEOPLE="Service temporarily unavailable"
170
ERROR_PERFORMING_SEARCH="Error performing search"
171
ERROR_RETRIEVING_CLAIMED_PUBLICATIONS_DATASETS="Error retrieving claimed publications/research data"
172
ERROR_RETRIEVING_DATASET="Error retrieving research data"
173
ERROR_RETRIEVING_DATASET_STATISTICS="Error retrieving research data statistics"
174
ERROR_RETRIEVING_DATASOURCE="Error retrieving data provider"
175
ERROR_RETRIEVING_DATASOURCE_DATASETS="Error retrieving data provider research data"
176
ERROR_RETRIEVING_DATASOURCE_PUBLICATIONS="Error retrieving data provider publications"
177
ERROR_RETRIEVING_DATASOURCE_STATISTICS="Error retrieving data provider statistics"
178
ERROR_RETRIEVING_INSTITUTION="Error retrieving institution"
179
ERROR_RETRIEVING_ORGANIZATION="Error retrieving organization"
180
ERROR_RETRIEVING_ORGANIZATION_DATASOURCES="Error retrieving organization data providers"
181
ERROR_RETRIEVING_ORGANIZATION_STATISTICS="Error retrieving organization statistics"
182
ERROR_RETRIEVING_PEOPLE_STATISTICS="Error retrieving people statistics"
183
ERROR_RETRIEVING_PERSON="Error retrieving person"
184
ERROR_RETRIEVING_PERSON_DATASETS="Error retrieving person research data"
185
ERROR_RETRIEVING_PERSON_PUBLICATIONS="Error retrieving person publications"
186
ERROR_RETRIEVING_PROJECT="Error retrieving project"
187
ERROR_RETRIEVING_PROJECT_DATASETS="Error retrievign project research data"
188
ERROR_RETRIEVING_PROJECT_PUBLICATIONS="Error retrieving project publications"
189
ERROR_RETRIEVING_PROJECT_STATISTICS="Error retrieving project statistics"
190
ERROR_RETRIEVING_PUBLICATION="Error retrieving publication"
191
ERROR_RETRIEVING_PUBLICATION_STATISTICS="Error retrieving publication statistics"
192
ERROR_RETRIEVING_REPOSITORIES="Error retrieving repositories"
193
ERROR_RETRIEVING_REPOSITORY="Error retrieving repository"
194
ERROR_RETRIEVING_SELECTED_PROJECTS="Error retrieving selected projects"
195
ERROR_RETRIEVING_SELECTED_PUBLICATIONS_DATASETS="Error retrieving selected publications/research data"
196
ERROR_RETRIEVING_STATISTICS="Error retrieving statistics"
197
ERROR_RETRIEVING_YOUR_OPENAIRE_ALERTS="Error retrieving your OpenAIRE alerts"
198
ERROR_SEARCHING_DATASETS="Error searching research data"
199
ERROR_SEARCHING_DATASOURCES="Error searching data providers"
200
ERROR_SEARCHING_ORGANIZATIONS="Error searching organizations"
201
ERROR_SEARCHING_PUBLICATIONS="Error searching publications"
202
ERROR_SEARCHING_PROJECTS="Error searching projects"
203
ERROR_SEARCHING_PEOPLE="Error searching people"
204
#ERROR_PERFORMING_SEARCH="Service temporarily unavailable"
205
#ERROR_RETRIEVING_CLAIMED_PUBLICATIONS_DATASETS="Service temporarily unavailable"
206
#ERROR_RETRIEVING_DATASET="Service temporarily unavailable"
207
#ERROR_RETRIEVING_DATASET_STATISTICS="Service temporarily unavailable"
208
#ERROR_RETRIEVING_DATASOURCE="Service temporarily unavailable"
209
#ERROR_RETRIEVING_DATASOURCE_DATASETS="Service temporarily unavailable"
210
#ERROR_RETRIEVING_DATASOURCE_PUBLICATIONS="Service temporarily unavailable"
211
#ERROR_RETRIEVING_DATASOURCE_STATISTICS="Service temporarily unavailable"
212
#ERROR_RETRIEVING_INSTITUTION="Service temporarily unavailable"
213
#ERROR_RETRIEVING_ORGANIZATION="Service temporarily unavailable"
214
#ERROR_RETRIEVING_ORGANIZATION_DATASOURCES="Service temporarily unavailable"
215
#ERROR_RETRIEVING_ORGANIZATION_STATISTICS="Service temporarily unavailable"
216
#ERROR_RETRIEVING_PEOPLE_STATISTICS="Service temporarily unavailable"
217
#ERROR_RETRIEVING_PERSON="Service temporarily unavailable"
218
#ERROR_RETRIEVING_PERSON_DATASETS="Service temporarily unavailable"
219
#ERROR_RETRIEVING_PERSON_PUBLICATIONS="Service temporarily unavailable"
220
#ERROR_RETRIEVING_PROJECT="Service temporarily unavailable"
221
#ERROR_RETRIEVING_PROJECT_DATASETS="Service temporarily unavailable"
222
#ERROR_RETRIEVING_PROJECT_PUBLICATIONS="Service temporarily unavailable"
223
#ERROR_RETRIEVING_PROJECT_STATISTICS="Service temporarily unavailable"
224
#ERROR_RETRIEVING_PUBLICATION="Service temporarily unavailable"
225
#ERROR_RETRIEVING_PUBLICATION_STATISTICS="Service temporarily unavailable"
226
#ERROR_RETRIEVING_REPOSITORIES="Service temporarily unavailable"
227
#ERROR_RETRIEVING_REPOSITORY="Service temporarily unavailable"
228
#ERROR_RETRIEVING_SELECTED_PROJECTS="Service temporarily unavailable"
229
#ERROR_RETRIEVING_SELECTED_PUBLICATIONS_DATASETS="Service temporarily unavailable"
230
#ERROR_RETRIEVING_STATISTICS="Service temporarily unavailable"
231
#ERROR_RETRIEVING_YOUR_OPENAIRE_ALERTS="Service temporarily unavailable"
232
#ERROR_SEARCHING_DATASETS="Service temporarily unavailable"
233
#ERROR_SEARCHING_DATASOURCES="Service temporarily unavailable"
234
#ERROR_SEARCHING_ORGANIZATIONS="Service temporarily unavailable"
235
#ERROR_SEARCHING_PUBLICATIONS="Service temporarily unavailable"
236
#ERROR_SEARCHING_PROJECTS="Service temporarily unavailable"
237
#ERROR_SEARCHING_PEOPLE="Service temporarily unavailable"
238 238
EU_INTERESTS_ORGANIZATION="EU Interests Organization"
239 239
FEBRUARY__="February"
240 240
FILTER="filter"
......
266 266
HARVARD="Harvard"
267 267
HARVESTED_DATASETS="Harvested research data"
268 268
HARVESTED_PUBLICATIONS="Harvested publications"
269
HARVESTED_PUBLICATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href="mailto:info@openaire.eu" class="icon-mail">Let us know how we are doing!</a>"
269
HARVESTED_PUBLICATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href='mailto:feedback@openaire.eu'  >Let us know how we are doing!</a>"
270 270
HIDE_INFERRED_SUBJECTS="Hide additional classifications"
271 271
HOW="How"
272 272
HOW_OFTEN="How often"
......
278 278
INFERRED_DATASETS="Inferred research data"
279 279
INFERRED_PROJECT_MESSAGE=" "
280 280
INFERRED_PUBLICATIONS="Inferred publications"
281
INFERRED_PUBLICATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href="mailto:info@openaire.eu" class="icon-mail">Let us know how we are doing!</a>"
281
INFERRED_PUBLICATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href='mailto:feedback@openaire.eu'  >Let us know how we are doing!</a>"
282 282
INFERRED_SUBJECTS_TECHNOLOGY="Classified by OpenAIRE into"
283
INFERRED_SUBJECTS_TOOLTIP="Questions on how we extract these? Contact us at info@openaire.eu"
283
INFERRED_SUBJECTS_TOOLTIP="Questions on how we extract these? Contact us at feedback@openaire.eu"
284 284
IN_THE_LAST_10_YEARS="in the last 10 years"
285 285
IN_THE_LAST_12_MONTHS="in the last 12 months"
286 286
IN_THE_LAST_2_MONTHS="in the last 2 months"
......
487 487
REJECT="reject"
488 488
RELATED_DATA="Related Research Data"
489 489
RELATED_DATA_PROVIDERS="Related Data Providers"
490
RELATED_DATA_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href="mailto:info@openaire.eu" class="icon-mail">Let us know how we are doing!</a>"
490
RELATED_DATA_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href='mailto:feedback@openaire.eu'  >Let us know how we are doing!</a>"
491 491
RELATED_PUBLICATIONS="Related Publications"
492
RELATED_PUBLICATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href="mailto:info@openaire.eu" class="icon-mail">Let us know how we are doing!</a>"
492
RELATED_PUBLICATIONS_TECHNOLOGY="The results below are discovered through our pilot algorithms. <a href='mailto:feedback@openaire.eu'  >Let us know how we are doing!</a>"
493 493
SIMILAR_PUBLICATIONS="Similar Publications"
494 494
REMOVE="Remove"
495 495
REMOVE_THIS_ITEM = "remove this item"
......
524 524
SELECT_FUNDING_AGENCIES="Select funding agencies"
525 525
SELECT_ONE_OF_THE_FOLLOWING_METHODS_TO_IMPORT_PUBLICATIONS_DATASETS="Select one of the following methods to import publications/research data"
526 526
SELECT_PROJECT_S_="Select Project(s)"
527
SELECT_CONCEPT_S_="Select Context(s)"
527
SELECT_CONCEPT_S_="Select Contexts(s)"
528 528
SELECT_PUBLICATIONS_DATASETS="Select Publications/Datasets"
529 529
SELECTED_PROJECTS="Selected Projects"
530 530
SELECTED_PUBLICATIONS_DATASETS="Selected Publications/Datasets"
......
541 541
SHOW_FEWER="Show fewer"
542 542
SHOW_INFERRED_SUBJECTS="Show additional classifications"
543 543
SHOW_MORE="Show more"
544
SIMILAR_PUBLICATIONS_TECHNOLOGY="Discovered through pilot similarity algorithms. <a href="mailto:info@openaire.eu" class="icon-mail">Send us your feedback.</a>" 
544
SIMILAR_PUBLICATIONS_TECHNOLOGY="Discovered through pilot similarity algorithms. <a href='mailto:feedback@openaire.eu'  >Send us your feedback.</a>" 
545 545
SIMILARITY="Similarity"
546 546
SIMPLE_SEARCH_="Simple Search &raquo;"
547 547
SITENAME="Site Name"
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/models/search.php
3424 3424
    private function _quickSearchOrganizations($keyword, $limit, $locale) {
3425 3425
        try {
3426 3426
            $time = microtime(TRUE);
3427
            $query = self :: ORGANIZATION_QUERY . ' and ((' . self :: ORGANIZATION_NAME . ' all "' . $keyword . '") or (' . self :: ORGANIZATION_SHORT_NAME . ' all "' . $keyword . '")) and collectedfromdatasourcename exact "OpenDOAR" ';
3427
            $query = self :: ORGANIZATION_QUERY_COMPATIBILITY . ' and ((' . self :: ORGANIZATION_NAME . ' all "' . $keyword . '") or (' . self :: ORGANIZATION_SHORT_NAME . ' all "' . $keyword . '")) and collectedfromdatasourcename exact "OpenDOAR" ';
3428 3428
            JLog :: add('Generated query is \'' . $query . '\'', JLog :: INFO, self :: LOG);
3429 3429
            if (($response = $this->performGet('search?action=search&sTransformer=organizations_openaire&query=' . urlencode($query) . '&size=' . $limit . '&locale=' . str_replace('-', '_', $locale))) == NULL)
3430 3430
                throw new Exception('no HTTP response');
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/js/article.js
73 73
		data[citations.article.id].issued = new Array();
74 74
		data[citations.article.id].issued['date-parts'] = new Array();
75 75
		data[citations.article.id].issued['date-parts'][0] = [date.getFullYear(), date.getMonth(), date.getDate()];
76
	}
77
	data[citations.article.id].type = citations.article.type;
76
	}        
77
	data[citations.article.id].type = (citations.article.type && citations.article.type.length > 0 )?citations.article.type[0].toLowerCase():"";
78 78
	data[citations.article.id].title = citations.article.title;
79 79
	data[citations.article.id].publisher = citations.article.publisher;
80 80
	data[citations.article.id].author = new Array();
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/js/dataset.js
72 72
		data[citations._dataset.id].issued['date-parts'] = new Array();
73 73
		data[citations._dataset.id].issued['date-parts'][0] = [date.getFullYear(), date.getMonth(), date.getDate()];
74 74
	}
75
	data[citations._dataset.id].type = citations._dataset.type;
75
	data[citations._dataset.id].type = (citations._dataset.type && citations._dataset.type.length > 0 )?citations._dataset.type[0].toLowerCase():"";
76 76
	data[citations._dataset.id].title = citations._dataset.title;
77 77
	data[citations._dataset.id].publisher = citations._dataset.publisher;
78 78
	data[citations._dataset.id].author = new Array();
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/views/ingestion2/tmpl/default.php
8 8

  
9 9
JHtml :: _('behavior.framework',true);
10 10
JViewLegacy:: loadHelper('DatasourceHelper');
11
$document = JFactory :: getDocument();
11 12
$document->setTitle(" OpenAIRE - Deposit Publications & Data");
12 13

  
13 14
?>
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/views/article/tmpl/default.php
449 449
									</div>	
450 450
								<?php } 
451 451
								if($claimedRelatedDatasets!=null||$externalClaimedDatasets!=null){?>									
452
								?>
452
								
453 453
									<div class="section_claimed">
454 454
										<h5>
455 455
										<?php echo(JText :: _('CLAIMED_DATASETS')); ?> 
......
928 928
											 
929 929
 										 <span><?php
930 930
                                                                                        mb_internal_encoding('UTF-8');
931
                                                                                        
931
                                                                                        if ($project -> title != 'unidentified') {
932 932
                                                                                        echo((($project -> id == NULL) ? '' : ('<a href="' . JRoute :: _('index.php?option=com_openaire&view=project&Itemid=' . $this -> itemId . '&projectId=' . $project -> id) . '">'))
933 933
                                                                                         .(($project -> acronym == NULL) ?                                                                                          
934 934
                                                                                         ((mb_strlen((($project -> funding -> funderShortName == NULL)?'':$project -> funding -> funderShortName. JText :: _('FUNDER_SEPARATOR')).$project -> title) > 36) ? (mb_substr((($project -> funding -> funderShortName == NULL)?'':$project -> funding -> funderShortName. JText :: _('FUNDER_SEPARATOR')).$project -> title, 0, 36 - (mb_strlen('...'))) . '...') :(($project -> funding -> funderShortName == NULL)?'':$project -> funding -> funderShortName. JText :: _('FUNDER_SEPARATOR')). $project -> title)
935
                                                                                         :(($project -> funding -> funderShortName == NULL)?'':$project -> funding -> funderShortName. JText :: _('FUNDER_SEPARATOR')). $project -> acronym) . (($project -> id == NULL) ? '' : ('</a>'))); ?></span>
935
                                                                                         :(($project -> funding -> funderShortName == NULL)?'':$project -> funding -> funderShortName. JText :: _('FUNDER_SEPARATOR')). $project -> acronym) . (($project -> id == NULL) ? '' : ('</a>'))); 
936
                                                                                        
937
                                                                                        }else{
938
                                                                                            echo($project -> funding -> funderShortName); 
939

  
940
                                                                                        }
941
                                                                                        ?></span>
942
                                                                                    
936 943
										<!--
937 944
           <span><?php
938 945
                                                                                        mb_internal_encoding('UTF-8');
......
942 949
                                                                                         : $project -> acronym) . (($project -> code == NULL) ? '' : (' (' . $project -> code . ')')). (($project -> id == NULL) ? '' : ('</a>'))); ?></span>
943 950
										
944 951
          -->
952
                                                                                <?php       
953
                                                                                   if ($project -> title != 'unidentified') {
954
                                                                                       
955
                                                                                   ?>
945 956
                                                                                    <span onmouseover="tooltip.pop(this, '#tooltip_<?php echo $project -> id;?>')"> <img src="templates/<?php  echo($application->getTemplate()); ?>/styles/openaire/images/box_info<?php //echo ($project -> inferred)?"_ok":""?>.png" /></span>
946 957
										<div class="project-tooltip" style="display:none;"> 
947 958
											<div id="tooltip_<?php echo $project -> id;?>"> 
......
958 969
											<?php }?>
959 970
											</div>
960 971
										</div>
972
                                                                                 <?php       
973
                                                                                   }  
974
                                                                                   ?>
961 975
									</li>
962 976
									<?php }?>
963 977
								<?php }?>
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/views/searchpeopleraw/tmpl/default_browse.php
14 14
	<!--<h4 class="people_icon"><?php echo(JText :: _('PEOPLE')); ?></h4>-->
15 15
	<div class="flowWrapper">
16 16
		<?php if ($this -> result == NULL) { ?>
17
			<div class="error"><?php echo(JText :: _('ERROR_RETRIEVING_PEOPLE_STATISTICS')); ?></div>
17
			<div class="info"><?php echo(JText :: _('NO_PEOPLE_STATISTICS')); ?></div>
18 18
		<?php } else {
19 19
			foreach ($this -> result as $peopleStatistic) {
20 20
				echo(BrowseHelper :: formatStatistic($peopleStatistic, 'index.php?option=com_openaire&view=browsepeople&Itemid=' . $this -> itemId,"People"));
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/views/dataset/tmpl/default.php
251 251
									</div>	
252 252
								<?php } 
253 253
								if($claimedRelatedPublications!=null){?>									
254
								?>
254
							
255 255
									<div class="section_claimed">
256 256
										<h4>
257 257
										<?php echo(JText :: _('CLAIMED_PUBLICATIONS')); ?> 
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/views/search/tmpl/default_results_people.php
9 9

  
10 10
<h3><?php echo(JText :: _('PEOPLE')); ?></h3>
11 11
<?php if ($this -> people == NULL) { ?>
12
	<div class="error"><?php echo(JText :: _('ERROR_SEARCHING_PEOPLE')); ?></div>
12
<div class="info"><?php echo(JText :: _('NO_PEOPLE_STATISTICS')); ?></div>
13 13
<?php } else if ($this -> people -> people == NULL) { ?>
14 14
	<div class="box-info"><?php echo(JText :: _('NO_PEOPLE_FOUND')); ?></div>
15 15
<?php } else { ?>
modules/uoa-joomla/trunk/joomla-3.4/com_openaire/site/views/search/tmpl/default_browse.php
66 66
		<h4 class="people_icon"><?php echo(JText :: _('PEOPLE')); ?></h4>
67 67
		<div class="flowWrapper">
68 68
			<?php if ($this -> people == NULL) { ?>
69
				<div class="error"><?php echo(JText :: _('ERROR_RETRIEVING_PEOPLE_STATISTICS')); ?></div>
70
			<?php } else {
71
				foreach ($this -> people as $peopleStatistic)
72
					echo(BrowseHelper :: formatStatistic($peopleStatistic, 'index.php?option=com_openaire&view=browsepeople&Itemid=' . $this -> itemId,"People"));
73
			} ?>
69
				<div class="info"><?php echo(JText :: _('NO_PEOPLE_STATISTICS')); ?></div>
70
			<?php }
71
			// else {
72
			// 	foreach ($this -> people as $peopleStatistic)
73
			// 		echo(BrowseHelper :: formatStatistic($peopleStatistic, 'index.php?option=com_openaire&view=browsepeople&Itemid=' . $this -> itemId,"People"));
74
			// }
75
			 ?>
74 76
		</div>
75 77
	</div>
76 78
	<div class="quickViewSelections">

Also available in: Unified diff