{"id":19,"date":"2025-12-05T16:55:24","date_gmt":"2025-12-05T21:55:24","guid":{"rendered":"https:\/\/www.bu.edu\/research-administration-training\/?page_id=19"},"modified":"2026-06-03T14:21:17","modified_gmt":"2026-06-03T18:21:17","slug":"sciencv-walkthrough","status":"publish","type":"page","link":"https:\/\/www.bu.edu\/research-administration-training\/sciencv-walkthrough\/","title":{"rendered":"SciENcv: From Setup to Submission"},"content":{"rendered":"\n<p>This page provides resources to the BU community who are looking to learn how to get the most out of SciENcv and develop an efficient workflow with related applications (MyNCBI, ORCID, MyCV, etc.).<\/p>\n\n\n\n<div class=\"callout tip\">\n  <div class=\"callout-title\">Related Content<\/div>\n  <p>A DA Forum session was provided in Spring 2026 walking through using SciENcv.  This session covers a subset of the video content found on this page.  Slides and the recording are available.  A Kerberos login is required to view the session: <a href=\"https:\/\/www.bu.edu\/research\/2026\/03\/16\/department-administrator-forum-sciencv-and-available-resources\/\">Department Administrator Forum: SciENcv and Available Resources<\/a><\/p>\n  <p>An additional webinar from NCURA (11\/12\/2025) is available on this topic. A Kerberos login is required: <a href=\"https:\/\/mymedia.bu.edu\/media\/t\/1_38si6k1s\">Tips and Tools for Preparing Investigator Disclosures on Biosketches and Current &amp; Pending Support<\/a><\/p>\n<\/div>\n\n\n\n<h2>Prerequisites<\/h2>\n\n\n\n<p>If you do not yet have an NIH eRA Commons or ORCID account, please see the <a href=\"https:\/\/www.bu.edu\/research-administration-training\/system-logins\/\" data-type=\"page\" data-id=\"63\">System Logins page<\/a> to get access to your account prior to beginning this walkthrough. NSF users are not strictly required to have an NIH login and may use another service to log into MyNCBI (which houses SciENcv). This is covered in the section on how to log into MyNCBI on the System Logins page.<\/p>\n\n\n\n<div class=\"checklist-container\">\n    <h3 class=\"checklist-title\">Account Setup Checklist<\/h3>\n    \n    <ul class=\"checklist\" role=\"list\">\n        <li class=\"checklist-item\" data-item=\"era-commons\">\n            <label class=\"checklist-checkbox\">\n                <input type=\"checkbox\" aria-describedby=\"desc-era\">\n                <span class=\"checkmark\" aria-hidden=\"true\"><\/span>\n            <\/label>\n            <div class=\"checklist-content\">\n                <span class=\"checklist-label\" id=\"desc-era\">Get eRA Commons account<\/span>\n                <div class=\"checklist-links\">\n                    <a href=\"https:\/\/www.bu.edu\/research-administration-training\/system-logins\/\" target=\"_blank\" rel=\"noopener\" class=\"checklist-link\">Instructions<\/a>\n                <\/div>\n            <\/div>\n        <\/li>\n        \n        <li class=\"checklist-item\" data-item=\"orcid\">\n            <label class=\"checklist-checkbox\">\n                <input type=\"checkbox\" aria-describedby=\"desc-orcid\">\n                <span class=\"checkmark\" aria-hidden=\"true\"><\/span>\n            <\/label>\n            <div class=\"checklist-content\">\n                <span class=\"checklist-label\" id=\"desc-orcid\">Get ORCID account<\/span>\n                <div class=\"checklist-links\">\n                    <a href=\"https:\/\/www.bu.edu\/research-administration-training\/system-logins\/#get-orcid-account\" target=\"_blank\" rel=\"noopener\" class=\"checklist-link\">Instructions<\/a>\n                    <span class=\"separator\">\u00b7<\/span>\n                    <a href=\"https:\/\/www.bu.edu\/orcid\/\" target=\"_blank\" rel=\"noopener\" class=\"checklist-link\">Register<\/a>\n                <\/div>\n            <\/div>\n        <\/li>\n        \n        <li class=\"checklist-item\" data-item=\"era-orcid\">\n            <label class=\"checklist-checkbox\">\n                <input type=\"checkbox\" aria-describedby=\"desc-era-orcid\">\n                <span class=\"checkmark\" aria-hidden=\"true\"><\/span>\n            <\/label>\n            <div class=\"checklist-content\">\n                <span class=\"checklist-label\" id=\"desc-era-orcid\">Sign into eRA Commons to connect ORCID iD<\/span>\n                <div class=\"checklist-links\">\n                    <a href=\"https:\/\/www.bu.edu\/research-administration-training\/system-logins\/#link-era-orcid\" target=\"_blank\" rel=\"noopener\" class=\"checklist-link\">Instructions<\/a>\n                    <span class=\"separator\">\u00b7<\/span>\n                    <a href=\"https:\/\/public.era.nih.gov\/commonsplus\" target=\"_blank\" rel=\"noopener\" class=\"checklist-link\">Sign in<\/a>\n                <\/div>\n            <\/div>\n        <\/li>\n        \n        <li class=\"checklist-item\" data-item=\"myncbi-orcid\">\n            <label class=\"checklist-checkbox\">\n                <input type=\"checkbox\" aria-describedby=\"desc-myncbi\">\n                <span class=\"checkmark\" aria-hidden=\"true\"><\/span>\n            <\/label>\n            <div class=\"checklist-content\">\n                <span class=\"checklist-label\" id=\"desc-myncbi\">Sign into MyNCBI to connect ORCID iD<\/span>\n                <div class=\"checklist-links\">\n                    <a href=\"https:\/\/www.bu.edu\/research-administration-training\/system-logins\/#link-accounts-myncbi\" target=\"_blank\" rel=\"noopener\" class=\"checklist-link\">Instructions<\/a>\n                    <span class=\"separator\">\u00b7<\/span>\n                    <a href=\"https:\/\/www.ncbi.nlm.nih.gov\/myncbi\/\" target=\"_blank\" rel=\"noopener\" class=\"checklist-link\">Sign in<\/a>\n                <\/div>\n            <\/div>\n        <\/li>\n    <\/ul>\n    \n    <div class=\"checklist-progress\" role=\"status\" aria-live=\"polite\">\n        <div class=\"progress-bar\">\n            <div class=\"progress-fill\" style=\"width: 0%\"><\/div>\n        <\/div>\n        <span class=\"progress-text\">0 \/ 4<\/span>\n    <\/div>\n    \n    <button type=\"button\" class=\"checklist-reset\">Reset checklist<\/button>\n<\/div>\n\n<script>\n(function() {\n    const STORAGE_KEY = 'ra-account-checklist';\n    const container = document.querySelector('.checklist-container');\n    \n    const items = container.querySelectorAll('.checklist-item');\n    const progressFill = container.querySelector('.progress-fill');\n    const progressText = container.querySelector('.progress-text');\n    const resetBtn = container.querySelector('.checklist-reset');\n    \n    \/\/ Load saved state\n    function loadState() {\n        try {\n            const saved = localStorage.getItem(STORAGE_KEY);\n            return saved ? JSON.parse(saved) : {};\n        } catch (e) {\n            return {};\n        }\n    }\n    \n    \/\/ Save state\n    function saveState(state) {\n        try {\n            localStorage.setItem(STORAGE_KEY, JSON.stringify(state));\n        } catch (e) {\n            \/\/ localStorage not available\n        }\n    }\n    \n    \/\/ Update progress display\n    function updateProgress() {\n        const total = items.length;\n        const checked = container.querySelectorAll('.checklist-item.completed').length;\n        const percent = (checked \/ total) * 100;\n        \n        progressFill.style.width = percent + '%';\n        progressText.textContent = checked + ' \/ ' + total;\n        \n        if (checked === total) {\n            progressFill.style.background = '#2d8a4e';\n        } else {\n            progressFill.style.background = '#005a5a';\n        }\n    }\n    \n    \/\/ Initialize\n    const savedState = loadState();\n    \n    items.forEach(item => {\n        const key = item.dataset.item;\n        const checkbox = item.querySelector('input[type=\"checkbox\"]');\n        const label = item.querySelector('.checklist-label');\n        \n        \/\/ Restore saved state\n        if (savedState[key]) {\n            checkbox.checked = true;\n            item.classList.add('completed');\n        }\n        \n        \/\/ Handle checkbox changes\n        checkbox.addEventListener('change', function() {\n            const state = loadState();\n            \n            if (this.checked) {\n                item.classList.add('completed');\n                state[key] = true;\n            } else {\n                item.classList.remove('completed');\n                delete state[key];\n            }\n            \n            saveState(state);\n            updateProgress();\n        });\n        \n        \/\/ Allow clicking label to toggle\n        label.addEventListener('click', function() {\n            checkbox.checked = !checkbox.checked;\n            checkbox.dispatchEvent(new Event('change'));\n        });\n    });\n    \n    \/\/ Reset button\n    resetBtn.addEventListener('click', function() {\n        items.forEach(item => {\n            const checkbox = item.querySelector('input[type=\"checkbox\"]');\n            checkbox.checked = false;\n            item.classList.remove('completed');\n        });\n        \n        try {\n            localStorage.removeItem(STORAGE_KEY);\n        } catch (e) {}\n        \n        updateProgress();\n    });\n    \n    \/\/ Initial progress update\n    updateProgress();\n})();\n<\/script>\n\n\n\n<h2>Background <\/h2>\n\n\n\n<p><a href=\"https:\/\/trumpwhitehouse.archives.gov\/presidential-actions\/presidential-memorandum-united-states-government-supported-research-development-national-security-policy\/\" target=\"_blank\" rel=\"noreferrer noopener\">National Security Presidential Memorandum-33 (NSPM-33)<\/a>&nbsp;directs federal research agencies to require researchers to disclose information that \u201cwill enable reliable determinations of whether and where conflicts of interest and commitment exist.\u201d  This memorandum also specifies that &#8220;covered individuals&#8221; must provide disclosures via two documents: biographical sketch (&#8220;biosketch&#8221;) and a current and pending other support document (known sometimes as &#8220;C&amp;P&#8221;, &#8220;CPS&#8221;, and &#8220;OS&#8221;).  Implementation of these documents is referred to as the Common Forms.<\/p>\n\n\n\n<p>The <a rel=\"noreferrer noopener\" href=\"https:\/\/www.congress.gov\/bill\/117th-congress\/house-bill\/4346\" target=\"_blank\">CHIPS and Science Act of 2022 (42 U.S.C. \u00a7 19232)<\/a>, Subtitle D Research Security. Sections 10631, 10632 and 10638 of the&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.congress.gov\/117\/plaws\/publ167\/PLAW-117publ167.pdf\" target=\"_blank\">US Public Law 117-167<\/a>&nbsp;requires federal research funding agencies to establish policies that require \u201ccovered individuals\u201d to disclose participation in foreign talent recruitment programs (FTRPs) and to certify at proposal, and annually for the duration of the award, that they are not a party to a malign foreign talent recruitment program (MFTRP), and that require Boston University to certify that such individuals have been made aware of the certification requirements and have complied.  For more information on this requirement, please see Boston University&#8217;s policy on <a href=\"https:\/\/www.bu.edu\/research\/forms-policies\/policy-on-participation-in-malign-foreign-talent-recruitment-programs\/\" data-type=\"URL\" data-id=\"https:\/\/www.bu.edu\/research\/forms-policies\/policy-on-participation-in-malign-foreign-talent-recruitment-programs\/\">Participation in Maligned Foreign Talent Recruitment Programs.<\/a><\/p>\n\n\n\n<div class=\"callout tip\">\n  <div class=\"callout-title\">What Do I Disclose?<\/div>\n  <p>A table entitled, <a href=\"https:\/\/nsf-gov-resources.nsf.gov\/files\/nspm33-disclosuretable-sept2022-r.pdf\" target=\"_blank\" rel=\"noopener\">NSPM-33 Implementation Guidance Pre- and Post-award Disclosures Relating to the Biographical Sketch and Current and Pending (Other) Support<\/a> has been created by the Federal Government to provide helpful reference information regarding pre-award and post-award disclosures. The table includes the types of activities to be reported, where such activities must be reported in the application, as well as when updates are required in the application and award lifecycle. A final column identifies activities that are not required to be reported.<\/p>\n<\/div>\n\n\n\n<h2>Implementation Via SciENcv<\/h2>\n\n\n\n<p>In order to assist users with complying with these requirements, as well as the certification of the documents, federal agencies are adopting the use of the SciENcv tool.<\/p>\n\n\n\n<p>SciENcv was developed by the National Library of Medicine (NLM) and is housed within the <a rel=\"noreferrer noopener\" href=\"https:\/\/www.ncbi.nlm.nih.gov\/myncbi\/\" target=\"_blank\">MyNCBI<\/a> suite of applications and makes use of its <a rel=\"noreferrer noopener\" href=\"https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK53595\/\" target=\"_blank\">My Bibliography<\/a> tool to store its publications.  MyNCBI was created by the National Center for Biotechnology Information (NCBI). NIH researchers may already be familiar with MyNCBI, as it is used in the Research Performance Progress Report (RPPR) process for NIH awards.<\/p>\n\n\n\n<p>While the SciENcv tool itself is easy to use, there are many nuances to consider when developing a workflow that works for individual researchers.  Understanding how key decision points can change the workflow will allow users to use the system more effectively.<\/p>\n\n\n\n<p>Because the Common Forms are not allowed to have agency specific information on them, agencies are now requiring biosketch supplements to continue to collect any additional information.  <\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Agencies Using SciENcv<\/th><th>Implementation<\/th><\/tr><\/thead><tbody><tr><td>National Science Foundation (NSF)<\/td><td>Synergistic Activities must be in a separate document (no SciENcv template; see <a rel=\"noreferrer noopener\" href=\"https:\/\/www.nsf.gov\/funding\/senior-personnel-documents#synergistic-activities-ec2\" target=\"_blank\">NSF Guidance<\/a> on Senior Personnel documents).<\/td><\/tr><tr><td>National Institutes of Health (NIH)<\/td><td>Personal Statement, Contributions to Science, Honors will continue to be collected (SciENcv supplement form). According to <a rel=\"noreferrer noopener\" href=\"https:\/\/grants.nih.gov\/faqs#\/common-forms-biographical-sketch-current-pending-support.htm?anchor=57375\" target=\"_blank\">an NIH FAQ<\/a>, \u201cThere will be a single certification to certify both forms and a single PDF output containing both forms for application submission.\u201d Users will find these sections at the end of the biosketch in SciENcv.  <br><br>Full NIH Guidance: <a rel=\"noreferrer noopener\" href=\"https:\/\/grants.nih.gov\/grants\/guide\/notice-files\/NOT-OD-26-018.html\" target=\"_blank\">NOT-OD-26-018: NIHs Implementation of Common Forms for Biographical Sketch and Current and Pending (Other) Support for Due Dates on or after January 25, 2026<\/a><\/td><\/tr><tr><td>Department of Energy (DOE)<\/td><td>No additional supplement required.  Guidance issued in <a rel=\"noreferrer noopener\" href=\"https:\/\/www.energy.gov\/sites\/default\/files\/2025-12\/FAL%202026-02%20Common%20Forms.pdf\" target=\"_blank\">Financial Assistance Letter 2026-02: Biographical Sketch and Current and Pending (Other) Support Common Form Usage Requirements in Financial Assistance.<\/a><\/td><\/tr><tr><td>United States Department of Agriculture (USDA)<\/td><td>No additional supplement required.  Guidance issued in <a rel=\"noreferrer noopener\" href=\"https:\/\/www.usda.gov\/sites\/default\/files\/documents\/sm-1078-014.pdf\" target=\"_blank\">USDA Secretary\u2019s Memorandum SM 1078-014<\/a>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div class=\"callout warning\">\n  <div class=\"callout-title\">Important<\/div>\n  <p>NSPM-33 requirements are gradually being implemented in individual agencies and processes and requirements are subject to change. Every proposal should be reviewed for both agency guidance and solicitation guidance prior to submission. Some agencies will not have their own form implementation and will use NSF or NIH forms.  In some cases Common Forms are required although not implemented in SciENcv.  Carefully review sponsor guidance to understand how the forms are meant to be completed.<\/p>\n<\/div>\n\n\n\n<p>In cases where sponsors have not yet commented on the use of the Common Forms, researchers are advised to ask the sponsor if they will accept the NSF or NIH forms.  Other federal sponsors with published guidance:<\/p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.darpa.mil\/about\/offices\/contracts-management\/proposer-grants\" data-type=\"URL\" data-id=\"https:\/\/www.darpa.mil\/about\/offices\/contracts-management\/proposer-grants\" target=\"_blank\">DARPA Proposer Instructions: Grants\/Cooperative Agreements<\/a><\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.iarpa.gov\/research-programs\/research-and-technology-protection\/implementation-of-nspm-33\" data-type=\"URL\" data-id=\"https:\/\/www.iarpa.gov\/research-programs\/research-and-technology-protection\/implementation-of-nspm-33\" target=\"_blank\">IARPA Implementation of NSPM-33<\/a><\/li><li><a href=\"https:\/\/www.nasa.gov\/grants-policy-and-compliance-team\/\" target=\"_blank\" rel=\"noreferrer noopener\">NASA Grants Policy and Compliance<\/a><\/li><\/ul>\n\n\n\n<h3>Certification of Documents<\/h3>\n\n\n\n<p>Principal Investigators (PIs) must certify documents before they can be downloaded. SciENcv delegates are allowed to download drafts that will be watermarked. Once a file is considered to be ready to submit, the PI can certify and download the file. Once the document is certified, delegates will be able to use the download button.  For more information on adding delegates, please see the <a href=\"https:\/\/www.bu.edu\/research-administration-training\/system-logins\/\" data-type=\"page\" data-id=\"63\">guidance for setting up an account in SciENcv<\/a>.  Additional information on how to navigate as a delegate is found in this walkthrough.<\/p>\n\n\n\n<h3>SciENcv Walkthrough<\/h3>\n\n\n\n<p>The SciENcv tool functions like a database for a researcher&#8217;s biosketch and current and pending other support documents.  Because agencies are requiring these documents to be specific to each project, this database can become large.  Strategies for maintaining the database are also found in this walkthrough.<\/p>\n\n\n\n<p>Members of the BU Community can watch the <a href=\"https:\/\/mymedia.bu.edu\/playlist\/dedicated\/395282423\/1_62frlcy3\/\" data-type=\"URL\" data-id=\"https:\/\/mymedia.bu.edu\/playlist\/dedicated\/395282423\/1_62frlcy3\/\" target=\"_blank\" rel=\"noreferrer noopener\">videos as a playlist<\/a> by logging into My Media.<\/p>\n\n\n\n<div class=\"callout warning\">\n  <div class=\"callout-title\">Important<\/div>\n  <p>The first biosketch can take time to prepare, and it is best to have the publications workflow figured out prior to the first deadline that requires a biosketch.<\/p>\n<\/div>\n\n\n\n<button id=\"toggle-all-accordions\" class=\"accordion-toggle-btn\">Open All<\/button>\n\n<script>\n\/\/ Open\/Close All toggle\ndocument.getElementById('toggle-all-accordions').addEventListener('click', function() {\n  const allOpen = [...document.querySelectorAll('.accordion-item')].every(item => item.classList.contains('active'));\n  \n  document.querySelectorAll('.accordion-item').forEach(item => {\n    const content = item.querySelector('.accordion-content');\n    if (allOpen) {\n      item.classList.remove('active');\n      content.style.maxHeight = null;\n    } else {\n      item.classList.add('active');\n      content.style.maxHeight = content.scrollHeight + 'px';\n    }\n  });\n  \n  this.textContent = allOpen ? 'Open All' : 'Close All';\n});\n\n\/\/ Auto-open accordion item when page loads with a matching anchor\n(function() {\n  function openAccordionFromHash() {\n    const hash = window.location.hash;\n    if (!hash) return;\n\n    const target = document.querySelector(hash);\n    if (!target || !target.classList.contains('accordion-item')) return;\n\n    \/\/ Open the accordion item\n    target.classList.add('active');\n    const content = target.querySelector('.accordion-content');\n    if (content) {\n      content.style.maxHeight = content.scrollHeight + 'px';\n    }\n\n    \/\/ Scroll into view (slight delay ensures it scrolls AFTER opening)\n    setTimeout(() => {\n      target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n    }, 100);\n  }\n\n  \/\/ Run on page load\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', openAccordionFromHash);\n  } else {\n    openAccordionFromHash();\n  }\n\n  \/\/ Also run when hash changes (e.g., clicking an in-page anchor link)\n  window.addEventListener('hashchange', openAccordionFromHash);\n})();\n<\/script>\n\n\n\n<script>\n(function () {\n\t'use strict';\n\tif (window.__accordionCopyLinkInit) return;\n\twindow.__accordionCopyLinkInit = true;\n\n\tfunction statusRegion() {\n\t\tvar r = document.getElementById('accordion-copy-status');\n\t\tif (!r) {\n\t\t\tr = document.createElement('div');\n\t\t\tr.id = 'accordion-copy-status';\n\t\t\tr.setAttribute('role', 'status');\n\t\t\tr.setAttribute('aria-live', 'polite');\n\t\t\tr.className = 'visually-hidden';\n\t\t\tdocument.body.appendChild(r);\n\t\t}\n\t\treturn r;\n\t}\n\n\tfunction copyText(text) {\n\t\tif (navigator.clipboard && navigator.clipboard.writeText) {\n\t\t\treturn navigator.clipboard.writeText(text);\n\t\t}\n\t\treturn new Promise(function (resolve, reject) {\n\t\t\tvar ta = document.createElement('textarea');\n\t\t\tta.value = text;\n\t\t\tta.setAttribute('readonly', '');\n\t\t\tta.style.position = 'fixed';\n\t\t\tta.style.top = '-1000px';\n\t\t\tdocument.body.appendChild(ta);\n\t\t\tta.select();\n\t\t\ttry { document.execCommand('copy'); resolve(); }\n\t\t\tcatch (err) { reject(err); }\n\t\t\tfinally { document.body.removeChild(ta); }\n\t\t});\n\t}\n\n\tfunction flash(btn, ok) {\n\t\tvar textEl = btn.querySelector('.accordion-copy-text');\n\t\tif (textEl && btn.getAttribute('data-label-original') === null) {\n\t\t\tbtn.setAttribute('data-label-original', textEl.textContent);\n\t\t}\n\t\tif (ok) {\n\t\t\tbtn.classList.add('is-copied');\n\t\t\tif (textEl) textEl.textContent = 'Copied!';\n\t\t\tstatusRegion().textContent = 'Link copied to clipboard.';\n\t\t} else {\n\t\t\tif (textEl) textEl.textContent = 'Press Ctrl+C to copy';\n\t\t\tstatusRegion().textContent = 'Copy failed. Press Ctrl+C to copy the link.';\n\t\t}\n\t\tclearTimeout(btn.__copyTimer);\n\t\tbtn.__copyTimer = setTimeout(function () {\n\t\t\tbtn.classList.remove('is-copied');\n\t\t\tvar orig = btn.getAttribute('data-label-original');\n\t\t\tif (textEl && orig !== null) textEl.textContent = orig;\n\t\t}, 1800);\n\t}\n\n\tfunction doCopy(btn) {\n\t\tvar item = btn.closest('.accordion-item');\n\t\tvar anchor = btn.getAttribute('data-target') || (item && item.id) || '';\n\t\tif (!anchor) {\n\t\t\tstatusRegion().textContent = 'No section ID found to link to.';\n\t\t\treturn;\n\t\t}\n\t\tvar url = location.origin + location.pathname + '#' + anchor;\n\t\tcopyText(url)\n\t\t\t.then(function () { flash(btn, true); })\n\t\t\t.catch(function () { flash(btn, false); });\n\t}\n\n\t\/* Click \u2014 capture phase (true) runs before the header's own toggle handler *\/\n\tdocument.addEventListener('click', function (e) {\n\t\tvar btn = e.target.closest('.accordion-copy-link');\n\t\tif (!btn) return;\n\t\te.preventDefault();\n\t\te.stopPropagation();\n\t\tif (e.stopImmediatePropagation) e.stopImmediatePropagation();\n\t\tdoCopy(btn);\n\t}, true);\n\n\t\/* Keyboard \u2014 capture phase; a span with role=\"button\" needs Enter\/Space wired up manually *\/\n\tdocument.addEventListener('keydown', function (e) {\n\t\tif (e.key !== 'Enter' && e.key !== ' ' && e.key !== 'Spacebar') return;\n\t\tvar btn = e.target.closest('.accordion-copy-link');\n\t\tif (!btn) return;\n\t\te.preventDefault();\n\t\te.stopPropagation();\n\t\tif (e.stopImmediatePropagation) e.stopImmediatePropagation();\n\t\tdoCopy(btn);\n\t}, true);\n})();\n<\/script>\n\n\n\n<div class=\"accordion-container\" id=\"systems-connect\">\n  <div class=\"accordion-item\">\n  <button class=\"accordion-header\">\n    <span>How SciENcv, MyNCBI, and ORCID Connect<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n     <div class=\"video-wrapper\">\n       <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_11kvd9p6&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_in66lm9k%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"SciENcv: How the Systems Connect\"><\/iframe>\n     <\/div>\n\n      <p>Three key systems\u2014MyNCBI My Bibliography, MyNCBI SciENcv, and ORCID\u2014work together to streamline this process.<\/p>\n\n      <h4>What Each System Does<\/h4>\n\n      <p><strong>MyNCBI My Bibliography:<\/strong><\/p>\n      <ul>\n        <li>Stores publication lists, especially for use in NIH Research Performance Progress Reports (RPPRs).<\/li>\n        <li>Best for NIH researchers.<\/li>\n        <li>Connects to PubMed and supports MEDLINE\/RIS imports.<\/li>\n      <\/ul>\n\n      <p><strong>MyNCBI SciENcv:<\/strong><\/p>\n      <ul>\n        <li>Used to create biosketches and current and pending other support forms for federal applications (NIH, NSF, etc.).<\/li>\n        <li>Replaces traditional Word templates.<\/li>\n        <li>Pulls publication data from MyNCBI My Bibliography or ORCID.<\/li>\n      <\/ul>\n\n      <p><strong>ORCID:<\/strong><\/p>\n      <ul>\n        <li>Provides a unique researcher ID and a digital CV.<\/li>\n        <li>Data in this CV can be connected to SciENcv to assist with data entry.<\/li>\n        <li>Connects with many publishers for automatic publication updates.<\/li>\n        <li>Supports multiple import\/export formats (e.g., BibTeX). Helpful for preparation of other documents (e.g., a co-author list for NSF applications).<\/li>\n        <li>Similar to a Google Scholar profile, but supported by a non-profit and officially partnered with the federal government.<\/li>\n      <\/ul>\n\n      <div class=\"callout warning\">\n        <div class=\"callout-title\">Reminder<\/div>\n        <p>If you do not have a MyNCBI or ORCID account, please set up these accounts before continuing. Please see the <a href=\"https:\/\/www.bu.edu\/research-administration-training\/system-logins\/\">System Logins page<\/a> for more information, including how to add delegates and trusted users for the accounts.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"sciencv-workflow\">\n  <button class=\"accordion-header\">\n    <span>The Basic SciENcv Workflow<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_1vmsvozp&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_v6530eiy%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"SciENcv Full System Workflow\"><\/iframe>\n      <\/div>\n\n      <p>Once logins are created and accounts are set up the overall process is pretty simple:<\/p>\n\n      <ol>\n        <li>Enter publications into system of choice (My Bibliography, ORCID)<\/li>\n        <li>Log into SciENcv<\/li>\n        <li>Create biosketch document<\/li>\n        <li>Add publications to biosketch<\/li>\n        <li>Download and certify document (if it&#8217;s your own)<\/li>\n      <\/ol>\n\n      <p>You will find in-depth instructions for each step below. There are important nuances to each step depending on how you are using SciENcv, so users are encouraged to review all of the content to learn how to use the software in the way that makes sense for them and those they work with.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"publications-entry\">\n  <button class=\"accordion-header\">\n    <span>Where to Enter Publications for Use in SciENcv<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_l08rz3c4&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_08ijmlhe%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"SciENcv: Where to Keep Publications\"><\/iframe>\n      <\/div>\n\n      <p>There are two main locations that users can use to store publications for use in SciENcv. For some users, mostly NIH applicants and awardees, the choice will be to use My Bibliography, which is part of MyNCBI. However, for non-NIH applicants and awardees, ORCID may be the choice. Features of both systems are listed below. For users who are creating a biosketch as part of a one-off application, direct entry in SciENcv may be most useful.<\/p>\n\n      <h4>My Bibliography<\/h4>\n      <ul>\n        <li>Available to any researcher to use<\/li>\n        <li>Best for NIH researchers<\/li>\n        <li>MEDLINE and RIS are only allowable data import formats<\/li>\n        <li>Connects to PubMed and RPPRs<\/li>\n      <\/ul>\n\n      <h4>ORCID<\/h4>\n      <ul>\n        <li>Available to any researcher to use<\/li>\n        <li>Provides a digital CV that can port into SciENcv<\/li>\n        <li>Connected to many publishers so publications can autopopulate<\/li>\n        <li>Many import formats including BibTeX<\/li>\n        <li>Easy to export publications for other uses (like NSF COA forms)<\/li>\n      <\/ul>\n\n      <h4>SciENcv<\/h4>\n      <ul>\n        <li>Available to any researcher to use<\/li>\n        <li>Basic publication form entry for lightweight documents<\/li>\n        <li>Stored in MyNCBI&#8217;s My Bibliography<\/li>\n      <\/ul>\n\n      <div class=\"callout tip\">\n        <div class=\"callout-title\">Tip<\/div>\n        <p>Publications will need to be maintained on an ongoing basis. Because publications are complex, management of the publications has been separated from the SciENcv walkthrough. For help on understanding this piece, please see the walkthrough on <a href=\"https:\/\/www.bu.edu\/research-administration-training\/reference-management-workflows\/\">Reference Management Workflows<\/a>.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"create-document\">\n  <button class=\"accordion-header\">\n    <span>Creating a Document<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_07z3swpn&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_721x9m3m%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"Creating Documents in SciENcv\"><\/iframe>\n      <\/div>\n\n      <p>This video demos how to create new documents (biosketches and current and pending other support) and delete them in SciENcv. Examples include making a document from a blank document, creating a document from another document (including cross-sponsor documents). Glitches encountered in the system are shown to help with problem-solving.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"troubleshoot-orcid-sciencv\">\n  <button class=\"accordion-header\">\n    <span>Troubleshooting ORCID Connections to SciENcv<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_i5s16q68&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_2zorrp0b%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"Troubleshooting the ORCID Connection in SciENcv\"><\/iframe>\n      <\/div>\n\n      <p>Sometimes ORCID doesn&#8217;t seem to connect properly to SciENcv. This video demos how things can go wrong and how to fix problems. Issues covered includes data not coming through from SciENcv due to permissions and bad connections.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"editing-document\">\n  <button class=\"accordion-header\">\n    <span>Editing a Document<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_xriv983o&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_b2csgbjr%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"Editing Documents in SciENcv\"><\/iframe>\n      <\/div>\n\n      <p>This demo shows how to edit biographical sketch documents in SciENcv. System glitches are shown to help with problem-solving. Additional topics include:<\/p>\n      <ul>\n        <li>A basic example of adding a product via My Bibliography<\/li>\n        <li>Some discussion of the changes to NIH policy due to the SciENcv adoption<\/li>\n        <li>Referencing citations in the NIH Contributions to Science section.<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"formatting-document\">\n  <button class=\"accordion-header\">\n    <span>Formatting a Document<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_9a7xpcs8&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_l0rnudwa%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"Formatting in SciENcv\"><\/iframe>\n      <\/div>\n\n      <p><a href=\"https:\/\/www.ncbi.nlm.nih.gov\/sciencv\/wikihelp\/\" target=\"_blank\" rel=\"noopener\">Official documentation for SciENcv<\/a> says that the software allows for Markdown formatting, but not HTML formatting. However, testing the application in 2026 suggests that this may have changed. Markdown was not supported, but HTML is. This video demos how to use this formatting. <strong>Please note: HTML characters count against the character limit for the section. However, there is no longer a formal page limit.<\/strong><\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"download-document\">\n  <button class=\"accordion-header\">\n    <span>Downloading a Document<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_mj70h38b&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_vuqhc7wg%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"Downloading Documents in SciENcv\"><\/iframe>\n      <\/div>\n\n      <p>This video demos the certification and download process for documents in SciENcv when logged in as the PI (owner of the document). This cannot be completed by a delegate.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"delegate-sciencv\">\n  <button class=\"accordion-header\">\n    <span>Preparing Documents as a Delegate in SciENcv<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_6y58cl6p&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_oh62u8s7%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"Preparing Documents as a Delegate in SciENcv\"><\/iframe>\n      <\/div>\n\n      <p>This demo shows how to work through the editing process as a delegate, including how to navigate to the correct profile and what the download button looks like as a delegate. For a more in depth look at the editing process or download process, please see the separate tutorials that cover these workflow steps.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"cps-os-docs\">\n  <button class=\"accordion-header\">\n    <span>Working with Current and Pending Other Support Documents in SciENcv<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_xgn65naa&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_3geuqwbo%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"Working with Current and Pending Other Support Documents in SciENcv\"><\/iframe>\n      <\/div>\n\n      <p>This demo shows how to navigate some problems with the SciENcv application when editing current and pending other support documents. Examples include:<\/p>\n      <ul>\n        <li>Incomplete entries not appearing in a draft document<\/li>\n        <li>Creating a &#8220;To Do&#8221; list in the document to help you find incomplete entries<\/li>\n        <li>Incorrect data generated by SciENcv when required fields are blank<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"accordion-item\" id=\"workflow-overlap-objectives\">\n  <button class=\"accordion-header\">\n    <span>A Workflow for Handling Overlap and Objective Statements in SciENcv<\/span>\n\t<span class=\"accordion-copy-link\" role=\"button\" tabindex=\"0\">\n\t\t<svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n\t\t\t<path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/>\n\t\t\t<path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/>\n\t\t<\/svg>\n\t\t<span class=\"accordion-copy-text\">Copy link<\/span>\n\t<\/span>\n    <span class=\"accordion-icon\">+<\/span>\n  <\/button>\n  <div class=\"accordion-content\">\n    <div class=\"accordion-body\">\n      <div class=\"video-wrapper\">\n        <iframe id=\"kaltura_player\" src=\"https:\/\/cdnapisec.kaltura.com\/p\/2159741\/embedPlaykitJs\/uiconf_id\/54272102?iframeembed=true&amp;entry_id=1_rkxod0zj&amp;config%5Bprovider%5D=%7B%22widgetId%22%3A%221_4gungxum%22%7D&amp;config%5Bplayback%5D=%7B%22startTime%22%3A0%7D\" allowfullscreen=\"\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allow=\"autoplay *; fullscreen *; encrypted-media *\" sandbox=\"allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation\" title=\"A Workflow for Handling Overlap and Objective Statements in SciENcv\"><\/iframe>\n      <\/div>\n\n      <p>This demo shows how to make an efficient workflow for managing objectives and overlap statements in Current and Pending Other Support documents in SciENcv. Topics include:<\/p>\n      <ul>\n        <li>Glitches with adding entries in SciENcv<\/li>\n        <li>Matrix approach for creating a shared document with a PI to manage the statements. Excel or Google Docs is needed to create the shared document. Use of the TRANSPOSE function is covered.<\/li>\n        <li>How to use the matrix to quickly fill in a Current and Pending Other Support document<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div>\n\n<script>\ndocument.querySelectorAll('.accordion-header').forEach(button => {\n  button.addEventListener('click', () => {\n    const item = button.parentElement;\n    const content = button.nextElementSibling;\n    const isActive = item.classList.contains('active');\n    \n    document.querySelectorAll('.accordion-item').forEach(i => {\n      i.classList.remove('active');\n      i.querySelector('.accordion-content').style.maxHeight = null;\n    });\n    \n    if (!isActive) {\n      item.classList.add('active');\n      content.style.maxHeight = content.scrollHeight + 'px';\n    }\n  });\n});\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"<p>This page provides resources to the BU community who are looking to learn how to get the most out of SciENcv and develop an efficient workflow with related applications (MyNCBI, ORCID, MyCV, etc.). Related Content A DA Forum session was provided in Spring 2026 walking through using SciENcv. This session covers a subset of the [&hellip;]<\/p>\n","protected":false},"author":25620,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.bu.edu\/research-administration-training\/wp-json\/wp\/v2\/pages\/19"}],"collection":[{"href":"https:\/\/www.bu.edu\/research-administration-training\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bu.edu\/research-administration-training\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bu.edu\/research-administration-training\/wp-json\/wp\/v2\/users\/25620"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bu.edu\/research-administration-training\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":49,"href":"https:\/\/www.bu.edu\/research-administration-training\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":405,"href":"https:\/\/www.bu.edu\/research-administration-training\/wp-json\/wp\/v2\/pages\/19\/revisions\/405"}],"wp:attachment":[{"href":"https:\/\/www.bu.edu\/research-administration-training\/wp-json\/wp\/v2\/media?parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}