This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.write('<script type="text/javascript" src="http://api.elsevier.com/javascript/scopussearch.jsp"> </' + 'script>'); | |
callbackCitedbycount = function(){ | |
if (sciverse.areSearchResultsValid()) { | |
var resultObj = sciverse.getSearchResults(); | |
if (resultObj.returnedResults >0) { | |
citedbycount = resultObj.results[0].citedbycount; | |
eid = resultObj.results[0].eid; | |
if (citedbycount > 0) { | |
citeHtml = '<span class="bold">Scopus times cited</span>:</span> '; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/dspace-api/src/main/java/org/dspace/browse/SolrBrowseCreateDAO.java b/dspace-api/src/main/java/org/dspace/browse/SolrBrowseCreateDAO.java | |
index ff316d5..e82cbed 100644 | |
--- a/dspace-api/src/main/java/org/dspace/browse/SolrBrowseCreateDAO.java | |
+++ b/dspace-api/src/main/java/org/dspace/browse/SolrBrowseCreateDAO.java | |
@@ -195,8 +195,8 @@ public class SolrBrowseCreateDAO implements BrowseCreateDAO, | |
// is there any valid (with appropriate | |
// confidence) authority key? | |
- if ((ignoreAuthority && !bi.isAuthorityIndex()) | |
- || (values[x].authority != null && values[x].confidence >= minConfidence)) |