CINXE.COM

Personal data information form

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Personal data information form</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="apple-touch-icon" sizes="120x120" href="/g/favicon/icon-120x120.png" /> <link rel="apple-touch-icon" sizes="180x180" href="/g/favicon/icon-180x180.png" /> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/g/favicon/icon-120x120.png" /> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="/g/favicon/icon-180x180.png" /> <link rel="icon" type="image/png" href="/g/favicon/icon-16x16.png" sizes="16x16" /> <link rel="icon" type="image/png" href="/g/favicon/icon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="/g/favicon/icon-96x96.png" sizes="96x96" /> <link rel="icon" type="image/png" href="/g/favicon/icon-128x128.png" sizes="128x128" /> <link rel="icon" type="image/png" href="/g/favicon/icon-192x192.png" sizes="192x192" /> <link rel="stylesheet" href="/js/common/bootstrap-4.3.1-dist/css/bootstrap.min.css" /> <link rel="Stylesheet" type="text/css" href="/css/fonts.css?v12356"> <link rel="Stylesheet" type="text/css" href="/css/v2-styles.css?v8.21"> <link rel="Stylesheet" type="text/css" href="/css/v2-box.css?v4.012567745896936"> <link rel="Stylesheet" type="text/css" href="/css/v2-ui-forms.css?v6.12345"> <link rel="Stylesheet" type="text/css" href="/css/v2-standard.css?v8.21"> <link rel="stylesheet" href="/css/fonts-i51/styles.css" /> <script src="/js/common/jquery-3.2.1.min.js" type="text/javascript"></script> <script src="/js/common/jquery.hotkeys.js" type="text/javascript"></script> <script src="/js/common/jquery.fancybox.min.js?v=3.3.5" type="text/javascript"></script> <link href="/js/common/jquery.fancybox.min.css?v=3.3.5" rel="stylesheet" type="text/css" media="screen" /> <script src="/js/common/jquery.form.js" type="text/javascript"></script> <script src="/js/common/jquery-ui-1.12.1/jquery-ui.min.js?v=1" type="text/javascript"></script> <link href="/js/common/jquery-ui-1.12.1/jquery-ui.min.css?v=1" type="text/css" rel="stylesheet" /> <script src="/js/common/jquery-fileupload/jquery.iframe-transport.js"></script> <script src="/js/common/jquery-fileupload/jquery.fileupload.js"></script> <link href="/js/common/air-datepicker/datepicker.css" rel="stylesheet" type="text/css"> <script src="/js/common/air-datepicker/datepicker.js"></script> <script src="/js/common/air-datepicker/i18n/datepicker.en.js"></script> <script src="/js/common/air-datepicker/i18n/datepicker.pl.js"></script> <!-- <script type="text/javascript" src="/js/common/jquery.ui.datepicker-.js?v=1"></script> --> <script type="text/javascript"> var popupHideOnDblClick = ''; </script> <script src="/js/es.common.v2.js?v=8.21" type="text/javascript"></script> <script src="/js/scripts.js?v=345678956" type="text/javascript"></script> <script src="/js/common/jquery.printelement.min.js" type="text/javascript"></script> <script src="/js/common/bootstrap-4.3.1-dist/js/bootstrap.min.js"></script> <!-- <script language="javascript" type="text/javascript" src="/js/tinymce/tinymce.min.js"></script> --> <script type="text/javascript"> var msg_passwordStatusTooShort = ''; var msg_passwordStatusWeak = ''; var msg_passwordStatusFair = ''; var msg_passwordStatusStrong = ''; class Context { static getJournalSymbol() { return ''; } static getUrl() { return "/"+Context.getJournalSymbol()+"/"; } static commonAction(url, params) { if (typeof params === 'undefined') { var params = new Object(); params["button"] = true; } esBoxSend("/editor/"+Context.getJournalSymbol()+url, params, true); return false; } static actionServer(url) { esBoxSend(url, null, true); return false; } static actionPost(url, params, refresh) { if (typeof params === 'undefined' || params == null) { var params = new Object(); params["button"] = true; } esBoxSend("/"+Context.getJournalSymbol()+url, params, refresh); return false; } static actionEditorPost(url, params, refresh) { if (typeof params === 'undefined' || params == null) { var params = new Object(); params["button"] = true; } esBoxSend("/editor/"+Context.getJournalSymbol()+url, params, refresh); return false; } static actionAndRedirect(link, redirect) { var params = new Object(); params["button"] = true; esBoxSend(link, params, true, null, 'ajaxDivId', redirect); return false; } static actionPostP1(link, postName, postValue) { var params = new Object(); params["button"] = true; params[postName] = postValue; esBoxSend(link, params, true); return false; } static actionPostP2(link, p1Name, p1Value, p2Name, p2Value) { var params = new Object(); params["button"] = true; params[p1Name] = p1Value; params[p2Name] = p2Value; esBoxSend(link, params, true); return false; } } function changeManuscriptBodyWordsCount(articleId) { var params = new Object(); params["button"] = true; params["manuscript_body_words_count"] = $('#manuscript_body_words_count').val(); esBoxSend("/"+Context.getJournalSymbol()+"/utils/article/"+articleId+'/changeManuscriptBodyWordsCount/', params, true); return false; } function changeManuscriptBodyCharsCount(articleId) { var params = new Object(); params["button"] = true; params["manuscript_body_chars_count"] = $('#manuscript_body_chars_count').val(); esBoxSend("/"+Context.getJournalSymbol()+"/utils/article/"+articleId+'/changeManuscriptBodyCharsCount/', params, true); return false; } function changeVersionAction(articleId, fromEditor) { var params = new Object(); params["button"] = true; params["article_lang_version_id"] = $('input[name=article_lang_version_id]:checked').val(); esShowLoading(); $.post("//utils/article/"+articleId+'/changeVersion/', params, function(data){ if (esIsNumeric(data)) { if (data == "1") document.location.href = "//article/"+articleId+'/titlesAndType/'; else document.location.href = "/editor//article/"+articleId+'/titlesAndType/'; } else { $('#ajaxDivId').html(data); esHideLoading(); } }); return false; } function profileChangeLanguageAction(userId, userConfirmString, launchedFromWindow) { var params = new Object(); params["button"] = true; params["languageId"] = $('#fLanguageId').val(); esBoxSend("//utils/data/changeLanguage/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null); return false; } function profileChangePasswordAction(userId, userConfirmString, launchedFromWindow) { var params = new Object(); params["button"] = true; params["currentPassword"] = $('#fCurrentPasswordId').val(); params["password"] = $('#fPasswordId').val(); params["passwordRepeated"] = $('#fPasswordRepeatedId').val(); esBoxSend("//utils/data/changePassword/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null); return false; } function profileChangeKeywordsAction(userId, userConfirmString, launchedFromWindow) { var params = new Object(); params["button"] = true; $('[rel=keywordsByLangRel]').each(function (index) { params[$(this).attr('name')] = $(this).val(); }); esBoxSend("//utils/data/changeKeywords/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null, 'esOverlayId', true); } function profileChangeDomainsAction(userId, userConfirmString, launchedFromWindow) { var params = new Object(); params["modifyButton_x"] = true; $('input:checked').each(function (index) { var id = $(this).attr('id'); var val = $(this).val(); if (id == 'domain_'+val+'DRequired_id') { params['domain_'+val] = 1; } }); esBoxSend("//utils/data/changeDomains/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null, 'esOverlayId', true); } function profileChangeInvoiceDataAction(userId, userConfirmString, launchedFromWindow) { var params = new Object(); params["button"] = true; params["name"] = $('#fNameId').val(); params["tax_id"] = $('#fTaxId').val(); params["street"] = $('#fStreetId').val(); params["postcode"] = $('#fPostcodeId').val(); params["city"] = $('#fCityId').val(); params["country_id"] = $('#fCountryId').val(); params["payer_type"] = $('input[name=payer_type]:checked').val(); esBoxSend("//utils/data/changeInvoiceData/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null); return false; } function profileChangePersonalDataAction(userId, userConfirmString, launchedFromWindow) { var params = new Object(); params["button"] = true; params["gender"] = $('input[name=gender]:checked').val(); params["name"] = $('#fNameId').val(); params["middle_name"] = $('#fMiddleNameId').val(); params["surname"] = $('#fSurnameId').val(); params["degree"] = $('#fDegreeId').val(); params["country_id"] = $('#fCountryId').val(); params["birthdate"] = $('#fBirthdateId').val(); params["specialization_id"] = $('#fSpecializationId').val(); params["gender"] = $('input[name=gender]:checked').val(); params["specialization_state"] = $('input[name=specialization_state]:checked').val(); params["phone"] = $('#fPhoneId').val(); params["orcid"] = $('#fOrcidId').val(); params["scopus_id"] = $('#fScopusId').val(); params["google_scholar"] = $('#fGoogleScholarId').val(); params["researcher_id"] = $('#fResearcherId').val(); params["twitter"] = $('#fTwitterId').val(); params["facebook"] = $('#fFacebookId').val(); esBoxSend("//utils/data/changePersonalData/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null); return false; } function profileLoad(userId) { esBoxSend("/editor//user/"+userId+'/', null, false, null, 'ajaxDiv2Id', '', false, null, 'esOverlay2Id'); return false; } function profileLoadMEView(userId) { esBoxSend("/editor//user/"+userId+'/me/', null, false, null, 'ajaxDiv2Id', '', false, null, 'esOverlay2Id'); return false; } function profileLoadPendingTasksView(userId) { esBoxSend("/editor//user/"+userId+'/pending-tasks/', null, false, null, 'ajaxDiv2Id', '', false, null, 'esOverlay2Id'); return false; } function profileLoadVouchers(userId) { esBoxSend("/editor//user/"+userId+'/vouchers/', null, false, null, 'ajaxDiv2Id', '', false, null, 'esOverlay2Id'); return false; } function profileLoadPubData(userId) { esBoxSend("/editor//user/"+userId+'/pub-data/', null, false, null, 'ajaxDiv2Id', '', false, null, 'esOverlay2Id'); return false; } function saveUserPubDescription(userId, langId) { var params = new Object(); params["button"] = true; params["langId"] = langId; params["value"] = $('#pub-description-'+langId+'-id').val(); simplePost("/editor//user/"+userId+'/save-pub-description/', params, 'esOverlay2Id', function() { $('#pub-description-edit-'+langId+'-id').hide(); $('#pub-description-view-'+langId+'-id').html(params["value"]); $('#pub-description-view-'+langId+'-id').show(); $('#pub-description-edit-link-'+langId+'-id').show(); $('#refreshCmd').val(1); }); return false; } function profilePrepareAffiliationData() { var params = new Object(); params["institution_official"] = $('#fInstitutionOfficialId').val(); params["department_official"] = $('#fDepartmentOfficialId').val(); params["affiliation_street"] = $('#fAffStreetId').val(); params["affiliation_city"] = $('#fAffCityId').val(); params["affiliation_postcode"] = $('#fAffPostcodeId').val(); params["affiliation_country_id"] = $('#fAffCountryId').val(); params["affiliation_email"] = $('#fAffEmailId').val(); params["affiliation_phone"] = $('#fAffPhoneId').val(); return params; } function profileAddAffiliation(userId, userConfirmString, launchedFromWindow) { var params = profilePrepareAffiliationData(); params["button"] = true; esBoxSend("//utils/data/addAffiliation/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null); return false; } function profileSaveAffiliation(affiliationId, userId, userConfirmString, launchedFromWindow) { var params = profilePrepareAffiliationData(); params["button"] = true; esBoxSend("//utils/data/editAffiliation/"+affiliationId+"/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null); return false; } function profileDeleteAffiliation(affiliationId, userId, userConfirmString, launchedFromWindow) { var params = new Object(); params["button"] = true; esBoxSend("//utils/data/deleteAffiliation/"+affiliationId+"/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null); return false; } function profileChangeEmailAction(userId, userConfirmString, launchedFromWindow) { var params = new Object(); params["button"] = true; params["email"] = $('#fEmailId').val(); esBoxSend("//utils/data/changeEmail/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null); return false; } function profileEditEmailAction(userId, userConfirmString, launchedFromWindow) { var params = new Object(); params["button"] = true; params["email"] = $('#fEmailId').val(); esBoxSend("//utils/data/editEmail/"+userId+'/'+userConfirmString+'/?launchedFromWindow='+launchedFromWindow, params, true, null, 'ajaxDivId', '', false, (launchedFromWindow == 1) ? function() { $.fancybox.close(); profileLoad(userId); } : null); return false; } function showiThenticateReport(articleId, id) { var params = new Object(); params["button"] = true; esShowLoading(); $.post("//utils/article/"+articleId+"/get_ithenticate_report/"+id+"/", params, function(data){ var retValue = JSON.parse(data); if (retValue['STATUS'] == 'REPORT') { $('#ithenticateReport'+id+'DivId').html(retValue['HTML']); esHideLoading(); $.fancybox.close(); } else { $('#ajaxDivId').html(retValue['HTML']); esHideLoading(); } }); return false; } function menuMouseOver(el) { $(el).find("[class*=menuLabelAbs]").addClass('menuLabelAbsHover'); } function menuMouseOut(el) { $(el).find("[class*=menuLabelAbs]").removeClass('menuLabelAbsHover'); } function menuMobileOpen() { $('#esMenuMobileId').addClass('w-80'); $('#esMenuMobileId').addClass('menuMobileHover'); $('#esMainContentId').css('opacity', 0.3); $('#esMenuMobileId').find('[class*=menuClose]').addClass('menuCloseHover'); $('#menuButtonId').addClass('menuButtonHover'); } function menuMobileClose() { $('#esMenuMobileId').removeClass('w-80'); $('#esMenuMobileId').removeClass('menuMobileHover'); $('#esMainContentId').css('opacity', 1); $('#esMenuMobileId').find('[class*=menuClose]').removeClass('menuCloseHover'); $('#menuButtonId').removeClass('menuButtonHover'); } function showDiv(param) { $(document).ready(function() { $(param).show(); }); } function hideDiv(param) { $(document).ready(function() { $(param).hide(); }); } function setCookie(c_name,value,exdays) { var exdate=new Date(); exdate.setDate(exdate.getDate() + exdays); var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString()+";path=/"); document.cookie=c_name + "=" + c_value; } function getCookie(c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0;i<ARRcookies.length;i++) { x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("=")); y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1); x=x.replace(/^\s+|\s+$/g,""); if (x==c_name) { return unescape(y); } } } </script><script src="/js/es.actions.js?v=8.21" type="text/javascript"></script> <script src="/js/es.fields.js?v=1.023" type="text/javascript"></script> <link rel="stylesheet" href="/js/common/jodit-3.24.5/jodit.min.css" /> <script src="/js/common/jodit-3.24.5/jodit.min.js"></script> </head> <body> <div class="bgWhite"> <div class="pad-v-30 std-pad-h"> <div> <img src="/g/es/logo.png" alt="Editorial System" border="0" style="width: 200px;" /> </div> <div class="pageTitle">Personal data information form</div> <div class="text-lh-15em pad-top-10"><div style="margin-top: -18px;">(information obligation set out in art. 13 of the GDPR )</div> <h3>I. Who is the personal data controller and how to contact the controller? </h3> The controller of personal data processed in the <a href="https://www.editorialsystem.com">www.editorialsystem.com</a> is “Bentus” company (Bartosz Stefaniak carrying out business activities as a sole proprietorship), with its registered office in Poznań, os. Pod Lipami 14/19, 61-638 Poznań, Poland, entered into the Central Registration and Information on Business kept by the Minister of Economy, holder of NIP 972-106-60-57 and REGON 300418842; Email: <a href="mailto:kontakt@editorialsystem.com">kontakt@editorialsystem.com</a> <h3>II. What is the scope of personal data processing within the editorialsystem.com? </h3> The personal data controller provides to Users services by electronic means via the editorialsystem.com. In order to provide such services, Users are obliged to provide personal data. Personal data will be processed in particular: <ol><li>To identify authors, reviewers, editorial staff, publishing house staff, members of scientific conferences’ committees involved in the flow of articles and conference abstracts submitted to scientific journals and for conferences and to contact such persons to the extent necessary for that process.</li> <li>Under art. 6.1(b) of the GDPR, in order to perform the agreement to which the data subject is a party (personal data must be provided for the Controller to provide services by electronic means). Detailed information on categories of data collected and processed is given in the Privacy Policy available at <a href="https://www.editorialsystem.com/Privacy-policy/">https://www.editorialsystem.com/Privacy-policy/</a>.</li></ol> <h3>III. Who is the data recipient or what are the categories of data recipients? Will my personal data be transferred to third countries or international institutions? </h3> <b>Categories of data recipients</b><br/> <br/> Recipients of personal data will be publishing houses of scientific journals and organisers of scientific conferences with which the Controller has executed agreements. Publishing houses and organisers may be based in third countries (outside the European Union). <h3>IV. How long will my personal data be processed? </h3> <b>The period for which the personal data will be stored </b><br/> <br/> Personal data processed in order to perform the agreement will be processed for the term of the agreement and thereafter, for the period necessary for archiving purposes in the context of publishing activities of data recipients. If data are not required to comply with obligations under the agreement on provision of services by electronic means or statutory obligations, such data are deleted. <h3>V. Do I have to provide my personal data? </h3> The use of the System is voluntary, nevertheless, in order to provide services via the System, we need your data. If no data are provided, we will be unable to provide services and fulfil the obligation to provide services by electronic means. <h3>VI. What are my rights? </h3> <b>Rights of each person whose data are processed by the Controller:</b> <ol><li>the right of access to his/her personal data, i.e. the right to obtain confirmation as to whether or not personal data concerning him or her are being processed and information on such processing, </li> <li>the right to rectification if data processed by the Controller are inaccurate or incomplete,</li> <li>the right to request from the Controller erasure of data, </li> <li>the right to request from the Controller restriction of personal data processing, </li> <li>if applicable - the right to data portability, i.e. the right to receive personal data provided to the Controller and to transmit those data to another controller; </li> <li>the right to object processing of personal data,</li> <li>the right to withdraw consent at any time (without affecting the lawfulness of processing based on consent before its withdrawal), </li> <li> the right to lodge a complaint with a Polish supervisory authority or a supervisory authority of another European Union Member State of his or her habitual residence or place of work of the data subject or place of the alleged infringement of the GDPR </li></ol> The rights listed in items 1-7 above may be exercised e.g. by contacting the Controller. <h3>VII. Definitions </h3> GDPR - Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons with regard to the processing of personal data and on the free movement of such data, and repealing Directive 95/46/EC (General Data Protection Regulation). </div> <div class="pad-v-30"> <div class="eFootLine1">Copyright © 2006-2025 <a href="http://www.bentus.pl" target="_blank">Bentus</a>. All rights reserved. </div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10