Multiple terms: term1 term2 red apples
returns results with all terms like: Fructose levels in red and green apples
Precise match in quotes: "term1 term2" "red apples"
returns results matching exactly like: Anthocyanin biosynthesis in red apples
Exclude a term with -: term1 -term2 apples -red
returns results containing apples but not red: Malic acid in green apples
hits for
There are no results for your search term.
Network problems
We are sorry, but your search could not be completed due to network problems. Please try again later.
Server timeout
We are sorry, but your search could not be completed due to server timeouts. Please try again later.
Empty search term
You have applied the search with an empty search term. Please revisit and try again.
Too many requests
We are sorry, but we have received too many parallel search requests. Please try again later.
Searching
',
title: "Search tips",
});
$(document).click(function (e) {
let t = $(e.target);
let a = t && t.attr("data-toggle")!=="popover" && t.parent().attr("data-toggle")!=="popover";
let b = t && $(".popover").has(t).length===0;
if(a && b)
{
$('#templateSearchInfoBtn').popover('hide');
$('#modalSearchInfoBtn').popover('hide');
}
});
$('#templateSearchInfoBtn').on('shown.bs.popover', function () {
$("#templateSearchInfoClose").click(function(e){
$('#templateSearchInfoBtn').popover('hide');
e.stopPropagation();
e.stopImmediatePropagation();
return false;
});
})
$('#templateSearchResultModal').on('hidden.bs.modal', function(e) {
$('body').off('click', '#templateSearchResultContainer .paperlist-avatar img');
var pswpElement = document.querySelectorAll('.pswp')[0];
var gallery = null;
var paperListAvatar = [];
var paperListAvatarThumb = [];
$('.paperlist-avatar img').each(function(){
var webversion = $(this).attr('data-web');
var width = $(this).attr('data-width');
var height = $(this).attr('data-height');
var caption =$(this).attr('data-caption');
var figure = {
src:webversion,
w:width,
h:height,
title:caption
};
paperListAvatarThumb.push($(this)[0]);
paperListAvatar.push(figure);
});
$('body').on('click', '.paperlist-avatar img', function (e) {
if(paperListAvatarThumb.length === 0 && paperListAvatar.length === 0){
$('.paperlist-avatar img').each(function(){
var webversion = $(this).attr('data-web');
var width = $(this).attr('data-width');
var height = $(this).attr('data-height');
var caption =$(this).attr('data-caption');
var figure = {
src:webversion,
w:width,
h:height,
title:caption
};
paperListAvatarThumb.push($(this)[0]);
paperListAvatar.push(figure);
});
}
var target = $(this);
var index = $('.paperlist-avatar img').index(target);
var options = {
showHideOpacity:true,
bgOpacity:0.8,
index:index,
spacing:0.15,
getThumbBoundsFn: function(index) {
var thumbnail = paperListAvatarThumb[index];
var pageYScroll = window.pageYOffset || document.documentElement.scrollTop;
var rect = thumbnail.getBoundingClientRect();
return {x:rect.left, y:rect.top + pageYScroll, w:rect.width};
}
};
gallery = new PhotoSwipe( pswpElement, PhotoSwipeUI_Default,[paperListAvatar[index]],options);
gallery.init();
});
});
$('#templateSearchResultModal').on('hide.bs.modal', function(e) {
$("#templateRefineSearch").removeClass('d-block').addClass('d-none');
$("#refineSearchModalHide").removeClass('d-block').addClass('d-none');
$("#refineSearchModal").removeClass('d-none').addClass('d-block');
offset = INITIAL_OFFSET;
})
$(document).on("click", "#showMore", function(e){
offset+=INITIAL_OFFSET;
runSearchModal()
e.stopPropagation();
e.stopImmediatePropagation();
return false;
});
$(document).ready(function() {
$(document).on("click", "#refineSearchModal", function (e) {
$("#templateRefineSearch").removeClass('d-none').addClass('d-block');
$(this).removeClass('d-block').addClass('d-none');
$("#refineSearchModalHide").removeClass('d-none').addClass('d-block');
});
$(document).on("click", "#refineSearchModalHide", function (e) {
$("#templateRefineSearch").removeClass('d-block').addClass('d-none');
$(this).removeClass('d-block').addClass('d-none');
$("#refineSearchModal").removeClass('d-none').addClass('d-block');
});
$(document).on("click", "#modal_start_site_search", function (e) {
runSearchModal();
e.stopPropagation();
e.stopImmediatePropagation();
return false;
});
});
}
function runSearchModal()
{
var projectID = document.querySelector('meta[name="global_projectID"]').content;
var queryString = $('#library-filters').serialize();
var term = _searchTrimInput($('#modal_search_query').val());
term+='&'+queryString;
if(term.length > 0)
{
_sendAjax(projectID, term);
}
else
{
showError(2, 'Empty search term')
}
}
if(document.getElementById('search_query_solr'))
{
run();
}
General obligations for editors
The editor has complete responsibility and authority to accept a submitted paper for publication or to reject it. The editor may confer with other editors or referees for an evaluation to aid in making this decision.
An editor must give unbiased consideration to all manuscripts offered for publication, judging each on its merits without regard to race, gender, religious belief, ethnic origin, citizenship, or political philosophy of the author(s).
An editor must respect the intellectual independence of authors.
Editorial responsibility and authority for any manuscript authored by an editor and submitted to the editor's journal must be delegated to some other qualified person, such as another editor of that journal. If an editor chooses to participate in an ongoing scientific debate within their journal, the editor must arrange for some other qualified person to take editorial responsibility.
Editors must avoid situations of real or perceived conflicts of interest in which the relationship could bias judgement of the manuscript. Such conflicts may include, but are not limited to, handling papers from present and former students, from colleagues with whom the editor has recently collaborated, and from those at the same institution. Please see also our competing interests policy.
The editor and the editorial staff must not disclose any non-public information about a manuscript under consideration to anyone other than referees and potential referees. Referee reports and referee identity can be shared with another editor if the processing of the submission is transferred.
Referees might suggest to the author the inclusion of additional references. Such suggested literature should be relevant and well-reasoned in the review, and balanced regarding authors, journals, working groups, and institutions. The editor should in such cases point out to the authors that inclusion of references is at their own discretion. In case of unbalanced suggestions, the editor should contact the referees to discuss the background of the recommendations.
Editors themselves should be extra careful in suggesting additional literature.
If an editor is presented with convincing evidence that the main substance or conclusions of a paper published in an editor's journal are erroneous, the editor should facilitate publication of an appropriate paper pointing out the error and, if possible, correcting it.
Unpublished information, arguments, or interpretations disclosed in a submitted manuscript must not be used in an editor's own research except with the consent of the author.