CINXE.COM

News | DMP Tool Blog

<!DOCTYPE html> <!--[if IE 6]> <html id="ie6" lang="en"> <![endif]--> <!--[if IE 7]> <html id="ie7" lang="en"> <![endif]--> <!--[if IE 8]> <html id="ie8" lang="en"> <![endif]--> <!--[if !(IE 6) & !(IE 7) & !(IE 8)]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <title> News | DMP Tool Blog </title> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="https://s2.wp.com/wp-content/themes/pub/hum/style.css?ver=20190507" /> <link rel="pingback" href="https://blog.dmptool.org/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://s2.wp.com/wp-content/themes/pub/twentyeleven/js/html5.js?ver=3.7.0" type="text/javascript"></script> <![endif]--> <script type="text/javascript"> WebFontConfig = {"google":{"families":["Roboto+Slab:b:latin,latin-ext","Roboto:r,i,b,bi:latin,latin-ext"]},"api_url":"https:\/\/fonts-api.wp.com\/css"}; (function() { var wf = document.createElement('script'); wf.src = 'https://s0.wp.com/wp-content/plugins/custom-fonts/js/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script><style id="jetpack-custom-fonts-css">.wf-active #site-title a{font-size:3.12em;font-weight:700;font-style:normal}@media (min-width: 1200px){.wf-active #site-title a{font-size:4.68em;font-style:normal;font-weight:700}}@media (min-width: 1200px){.wf-active #site-title a{font-size:4.68em;font-style:normal;font-weight:700}}.wf-active #site-title{font-family:"Roboto Slab",serif;font-style:normal;font-weight:700}.wf-active #site-title a{font-size:39px;font-weight:700;font-style:normal}@media print{.wf-active #site-title a{font-size:27.3pt;font-style:normal;font-weight:700}}.wf-active blockquote, .wf-active body{font-family:"Roboto",sans-serif}.wf-active body, .wf-active input, .wf-active textarea{font-family:"Roboto",sans-serif}.wf-active blockquote{font-family:"Roboto",sans-serif}.wf-active blockquote cite{font-family:"Roboto",sans-serif}.wf-active .gallery-caption, .wf-active .wp-caption .wp-caption-text{font-family:"Roboto",sans-serif}.wf-active .entry-header .comments-link .leave-reply{font-family:"Roboto",sans-serif}.wf-active article.feature-image.small .entry-title{font-size:26px;font-style:normal;font-weight:700}.wf-active .singular .entry-title{font-size:33.8px;font-style:normal;font-weight:700}.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6{font-family:"Roboto Slab",serif;font-size:130%;font-style:normal;font-weight:700}.wf-active .page-title{font-size:13px;font-weight:700;font-style:normal}.wf-active .entry-title{font-size:33.8px;font-weight:700;font-style:normal}.wf-active .comment-content h1, .wf-active .comment-content h2, .wf-active .entry-content h1, .wf-active .entry-content h2{font-weight:700;font-style:normal}.wf-active .comment-content h3, .wf-active .entry-content h3{font-size:13px;font-style:normal;font-weight:700}.wf-active #author-description h2{font-size:19.5px;font-weight:700;font-style:normal}.wf-active .singular .entry-title{font-size:46.8px;font-weight:700;font-style:normal}.wf-active .error404 .widgettitle{font-size:13px;font-style:normal;font-weight:700}.wf-active h1.showcase-heading{font-size:13px;font-weight:700;font-style:normal}.wf-active section.recent-posts .other-recent-posts .entry-title{font-size:22.1px;font-style:normal;font-weight:700}.wf-active .widget-title{font-size:13px;font-weight:700;font-style:normal}.wf-active .widget_twentyeleven_ephemera .widget-entry-title{font-size:19.5px;font-weight:700;font-style:normal}.wf-active #comments-title{font-size:13px;font-weight:700;font-style:normal}.wf-active #reply-title{font-size:31.2px;font-weight:700;font-style:normal}@media print{.wf-active .entry-title, .wf-active .singular .entry-title{font-size:27.3pt;font-style:normal;font-weight:700}}</style> <meta name='robots' content='max-image-preview:large' /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=2713' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9ibG9nLmRtcHRvb2wub3Jn" + "&wpcomid=53337142" + "&time=1732797934"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel="alternate" type="application/rss+xml" title="DMP Tool Blog &raquo; Feed" href="https://blog.dmptool.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="DMP Tool Blog &raquo; Comments Feed" href="https://blog.dmptool.org/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="DMP Tool Blog &raquo; News Category Feed" href="https://blog.dmptool.org/category/news2/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.8-alpha-59438"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s1.wp.com/_static/??-eJxtjMEOgjAQBX/I+ugB4sX4LVhXKXa3jbsbwt8Lidw8TjIzWFpIVYzEwB5a8VcWxUzWxvT+MdQFXB9eSJHlmSUbBU2fWsrB6zmpnvB/dziwiXh7NL9jct6TG1/jcOlj7Luhm79qfzT8&cssminify=yes' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s1.wp.com/_static/??-eJyljssOwiAQRX/IMrY+0IXxW4BOkEqBzAwa/t7qxsRVE5c3J+fkwrN0LifBJFBi9SEx+LpMi+QXQgiP/qy02oKtIY5gY3b3LgZLhhqwtIjKMW/gv5DccF4T+lgME0oxb920XKXzFMbVX34SZCQkz1/9Ol96vRsOen86DtMLiD1qaA==&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/coblocks-style.css?m=1681832297i&cssminify=yes' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s2.wp.com/_static/??-eJx9jcEKg0AMRH+oaVhorR7Eb9E16IpZg8min2889FZ6GYbhPQYPgbhlo2zIBWQtU8qKcdvJd5be0AmmMfW0Ejv2jKoP/K0daZzIXNdvB6PzvyJ+A8MgO6mCJ6fCYLN/6e113IZXU9WfUL/DcgHSTkDo&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--blue: #1982d1;--wp--preset--color--dark-gray: #373737;--wp--preset--color--medium-gray: #666;--wp--preset--color--light-gray: #e2e2e2;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s2.wp.com/_static/??-eJyVjsEKwjAQRH/IuFawxYP4LW3YptFNNnQ3Df17c6siFL3NDG+GgZKM5agYFXTCgAIpD6ClBisSLhhhILZPOVqRA/yAi66EpiTL4asTskmUnY8CM9ZdV6WDSr3ZvZJDNvVNr57jhzEj9X7+7+MePeWwQfdwa9rL9dR05659vAC563N7&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s2.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"53337142","postID":"0","siteURL":"https:\/\/blog.dmptool.org","xhrURL":"https:\/\/blog.dmptool.org\/wp-admin\/admin-ajax.php","nonce":"4f65a9f4b7","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/wp-content/js/rlt-proxy.js?m=1720530689i'></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://dmptool.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="News &#8211; DMP Tool Blog" /> <meta property="og:url" content="https://blog.dmptool.org/category/news2/" /> <meta property="og:site_name" content="DMP Tool Blog" /> <meta property="og:image" content="https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=200" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:creator" content="@TheDMPTool" /> <meta name="twitter:site" content="@TheDMPTool" /> <!-- End Jetpack Open Graph Tags --> <link rel='openid.server' href='https://blog.dmptool.org/?openidserver=1' /> <link rel='openid.delegate' href='https://blog.dmptool.org/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://blog.dmptool.org/osd.xml" title="DMP Tool Blog" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="theme-color" content="#f1f3f3" /> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="DMP Tool Blog" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Guidance &amp; resources for your data management plan" /><meta name="description" content="Posts about News written by mariapraetzellis" /> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #f1f3f3; } </style> <style type="text/css" id="custom-colors-css">#access li li:last-child a { border-bottom-color: #000000;} #access li li:last-child a { border-bottom-color: rgba( 0, 0, 0, 0.2 );} #branding { border-color: #000000;} #branding { border-color: rgba( 0, 0, 0, 0.2 );} .hentry,.no-results { border-color: #000000;} .hentry,.no-results { border-color: rgba( 0, 0, 0, 0.2 );} .page #content .hentry .entry-content { border-color: #000000;} .page #content .hentry .entry-content { border-color: rgba( 0, 0, 0, 0.2 );} .singular #content article.format-image img { border-color: #000000;} .singular #content article.format-image img { border-color: rgba( 0, 0, 0, 0.2 );} #colophon,#site-generator { border-color: #000000;} #colophon,#site-generator { border-color: rgba( 0, 0, 0, 0.2 );} .error404 .widgettitle { color: #000000;} #branding:hover #site-description { color: #686868;} #page #branding #site-description { color: #686868;} .feature-slider a { background-color: #3C3C3C;} #site-description { color: #686868;} .nopassword, .nocomments { color: #686868;} #access a { color: #686868;} .entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active { color: #3F3F3F;} article.feature-image.large .entry-title a { color: #111111;} #branding:hover #access .current_page_item > a, #branding:hover #access .current_page_ancestor > a { color: #222222;} #page #branding #access .current_page_item > a, #page #branding #access .current_page_ancestor > a { color: #222222;} .error404 .entry-title { color: #222222;} #access ul ul a { color: #444444;} section.recent-posts .other-recent-posts .comments-link a, section.recent-posts .other-recent-posts .comments-link > span { color: #444444;} section.recent-posts .other-recent-posts .comments-link a, section.recent-posts .other-recent-posts .comments-link > span { border-color: #999999;} section.recent-posts .other-recent-posts .comments-link a, section.recent-posts .other-recent-posts .comments-link > span { border-color: rgba( 153, 153, 153, 0.1 );} #site-generator a { color: #555555;} #page #branding #access a { color: #555555;} #page #branding #access ul ul a { color: #555555;} #branding:hover #access a { color: #555555;} #branding:hover #access ul ul a { color: #555555;} .widget_calendar #wp-calendar { color: #555555;} .widget_calendar #wp-calendar th { color: #555555;} .widget_calendar #wp-calendar tfoot td a { color: #555555;} .widget ul li { color: #686868;} #site-generator { color: #666666;} .page-title { color: #666666;} #comments-title { color: #666666;} .widget-title { color: #666666;} .entry-header .comments-link a { color: #636363;} h1.showcase-heading { color: #666666;} #reply-title { color: #373737;} .archive #author-info { color: #373737;} #supplementary, .widget-area { color: #373737;} .pingback, .trackback { color: #373737;} section.recent-posts .other-recent-posts a[rel="bookmark"] { color: #373737;} .error404 #main .widget { color: #373737;} .error404 { color: #373737;} article.intro .entry-content { color: #111111;} #nav-below { border-color: #dddddd;} #nav-below { border-color: rgba( 221, 221, 221, 0.1 );} .archive #author-info { border-color: #dddddd;} .archive #author-info { border-color: rgba( 221, 221, 221, 0.1 );} #supplementary { border-color: #dddddd;} #supplementary { border-color: rgba( 221, 221, 221, 0.1 );} input[type="text"], input[type="email"], input[type="password"], textarea { border-color: #dddddd;} input[type="text"], input[type="email"], input[type="password"], textarea { border-color: rgba( 221, 221, 221, 0.2 );} .featured-posts { border-color: #dddddd;} .featured-posts { border-color: rgba( 221, 221, 221, 0.2 );} section.recent-posts .other-recent-posts .entry-title { border-color: #dddddd;} section.recent-posts .other-recent-posts .entry-title { border-color: rgba( 221, 221, 221, 0.3 );} article.feature-image.small .entry-summary p a:hover { color: #3F3F3F;} article.feature-image.small .entry-summary p a { color: #111111;} body { background-color: #f1f3f3;} #branding:hover #site-title a { color: #1364C7;} #page #branding #s::-webkit-input-placeholder, #s::-webkit-input-placeholder { color: #1364C7;} #page #branding #s:-moz-placeholder, #s:-moz-placeholder { color: #1364C7;} #site-title a { color: #1364C7;} #page #branding #site-title a { color: #1364C7;} article.feature-image.small .entry-summary p a { background-color: #2f83eb;} article.feature-image.large .entry-title a { background-color: #2f83eb;} article.feature-image.large .entry-title a { background-color: rgba( 47, 131, 235, 0.8 );} a { color: #1F6CCA;} #page #branding #access a:hover,#page #branding #access a:focus,#page #branding #access .current_page_item > a:hover,#page #branding #access .current_page_item > a:focus,#page #branding #access .current_page_ancestor > a:hover,#page #branding #access .current_page_ancestor > a:focus { color: #1C65BE;} #page #branding #access ul ul a:hover,#page #branding #access ul ul a:focus,#page #branding #access ul ul .current_page_item > a:hover,#page #branding #access ul ul .current_page_item > a:focus,#page #branding #access ul ul .current_page_ancestor > a:hover,#page #branding #access ul ul .current_page_ancestor > a:focus { color: #1E6AC6;} #page #branding #site-title a:hover,#page #branding #site-title a:focus { color: #1C65BE;} .entry-meta a:hover,.entry-meta a:focus { color: #1F6CCA;} .entry-title a:hover, .entry-title a:focus, .entry-title a:active { color: #1F6CCA;} #content nav a { color: #1C65BE;} #supplementary a, .widget-area a { color: #1C65BE;} .pingback a, .trackback a { color: #1C65BE;} #content nav#nav-single a { color: #1F6CCA;} .indexed.format-image footer.entry-meta a:hover { color: #1F6CCA;} section.recent-posts .other-recent-posts a[rel="bookmark"]:hover { color: #1C65BE;} .entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active { background-color: #86b7f3;} section.recent-posts .other-recent-posts .comments-link a:hover { color: #1C65BE;} section.recent-posts .other-recent-posts .comments-link a:hover { border-color: #1C65BE;} .feature-slider a.active { background-color: #1C65BE;} article.feature-image.small .entry-summary p a:hover { background-color: #86b7f3;} .error404 #main .widget a { color: #1C65BE;} </style> <link rel="icon" href="https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=32" sizes="32x32" /> <link rel="icon" href="https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=180" /> <meta name="msapplication-TileImage" content="https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=270" /> <link rel="stylesheet" id="custom-css-css" type="text/css" href="https://s1.wp.com/?custom-css=1&#038;csblog=3BNqu&#038;cscache=6&#038;csrev=17" /> </head> <body class="archive category category-news2 category-105552 custom-background wp-embed-responsive customizer-styles-applied jetpack-reblog-enabled custom-colors"> <div class="skip-link"><a class="assistive-text" href="#content">Skip to primary content</a></div><div class="skip-link"><a class="assistive-text" href="#secondary">Skip to secondary content</a></div><div id="page" class="hfeed"> <header id="branding"> <hgroup> <h1 id="site-title"><span><a href="https://blog.dmptool.org/" rel="home">DMP Tool Blog</a></span></h1> <h2 id="site-description">Guidance &amp; resources for your data management plan</h2> </hgroup> <a href="https://blog.dmptool.org/"> <img src="https://blog.dmptool.org/wp-content/uploads/2024/06/dmp_tool_strapline_smaller.png" width="180" height="108" alt="DMP Tool Blog" /> </a> <form method="get" id="searchform" action="https://blog.dmptool.org/"> <label for="s" class="assistive-text">Search</label> <input type="text" class="field" name="s" id="s" placeholder="Search" /> <input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" /> </form> <nav id="access"> <h3 class="assistive-text">Main menu</h3> <div class="menu-sidebar-container"><ul id="menu-sidebar" class="menu"><li id="menu-item-1838" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1838"><a href="https://blog.dmptool.org/about-the-dmptool/">About the DMP Tool</a></li> <li id="menu-item-1837" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1837"><a href="https://blog.dmptool.org/maintenance/">Maintenance Status</a></li> <li id="menu-item-2736" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2736"><a href="https://www.linkedin.com/company/dmptool/">LinkedIn ↗</a></li> <li id="menu-item-2737" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2737"><a href="https://dmptool.org/">Go to the DMP Tool ↗</a></li> </ul></div> </nav><!-- #access --> </header><!-- #branding --> <div id="main"> <section id="primary"> <div id="content" role="main"> <header class="page-header"> <h1 class="page-title">Category Archives: <span>News</span></h1> </header> <nav id="nav-above"> <h3 class="assistive-text">Post navigation</h3> <div class="nav-previous"><a href="https://blog.dmptool.org/category/news2/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div> <div class="nav-next"></div> </nav><!-- #nav-above --> <article id="post-2713" class="post-2713 post type-post status-publish format-standard hentry category-general category-news2"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2024/06/24/introducing-the-new-dmp-tool-product-manager/" rel="bookmark">Introducing the new DMP Tool Product&nbsp;Manager</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2024/06/24/introducing-the-new-dmp-tool-product-manager/" title="2:24 pm" rel="bookmark"><time class="entry-date" datetime="2024-06-24T14:24:32-07:00">June 24, 2024</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2024/06/24/introducing-the-new-dmp-tool-product-manager/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <div class="wp-block-media-text is-stacked-on-mobile is-style-rounded"><figure class="wp-block-media-text__media"><img data-attachment-id="2716" data-permalink="https://blog.dmptool.org/2024/06/24/introducing-the-new-dmp-tool-product-manager/grady_photo/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2024/06/grady_photo.jpg" data-orig-size="564,638" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="grady_photo" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2024/06/grady_photo.jpg?w=265" data-large-file="https://blog.dmptool.org/wp-content/uploads/2024/06/grady_photo.jpg?w=564" width="564" height="638" src="https://blog.dmptool.org/wp-content/uploads/2024/06/grady_photo.jpg?w=564" alt="" class="wp-image-2716 size-full" srcset="https://blog.dmptool.org/wp-content/uploads/2024/06/grady_photo.jpg 564w, https://blog.dmptool.org/wp-content/uploads/2024/06/grady_photo.jpg?w=133 133w, https://blog.dmptool.org/wp-content/uploads/2024/06/grady_photo.jpg?w=265 265w" sizes="(max-width: 564px) 100vw, 564px" /></figure><div class="wp-block-media-text__content"> <p><em>I&#8217;m thrilled to introduce Becky Grady, CDL’s new Senior Product Manager for Data Management Planning. Becky will oversee our work on the DMP Tool and machine-actionable DMP projects. She brings a wealth of experience in technical product management to our team, and we’re excited to have her on board! As for me, I’ve transitioned to a new role as the Associate Director of the UC3 department. While I&#8217;ll continue working to support the development of the DMP Tool and new maDMP workflows, Becky will now be the lead contact for all DMP-related projects.</em> &#8211; Maria Praetzellis</p> </div></div> <p>Hello everyone!&nbsp; My name is Becky Grady, and I’m thrilled to be joining UC3 to work on Data Management planning.</p> <p>For the past few years I’ve worked as both a UX researcher and a product manager in the tech industry, working on gaming platforms, account systems, and internal tools.&nbsp; Before that, I received my PhD in Psychological Science at UC Irvine, studying bias in false memory, fake news, and misinformation under advisors Elizabeth Lofuts and Pete Ditto.&nbsp;</p> <p>As a former researcher, I know how important open science practices are at every stage of the process.&nbsp; I’ve published multiple meta-analyses and know firsthand, both as the requestor and the requestee, of the challenges in finding and sharing data and materials from long ago.&nbsp; I’ve also conducted many studies, from both academia and industry, about meta-science practices such as survey design and replication processes, because I know how important it is to look at how we conduct research and not just what the output is.&nbsp;</p> <p>As a product manager, I know how important it is to provide the right tools for people to get done what they need, understanding their needs and goals to make a great experience for them.&nbsp; My UX research experience helps me work with users to understand their motivations, getting to their core needs to build the product that does what they need.</p> <p>I can’t wait to bring my industry and academic experiences together to help in this important area and help plan, track, and preserve critical research data.&nbsp; Making it easy and intuitive to create and update&nbsp; data management plans, serving the needs of both researchers and institutions, will be core to advancing open science practices.&nbsp; Excited to work with all of you more!&nbsp; You can reach me at becky.grady@ucop.edu or connect with me on <a href="https://www.linkedin.com/in/becky-hofstein-grady-59645612/">LinkedIn</a>.</p> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/general/" rel="category tag">General</a>, <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2024/06/24/introducing-the-new-dmp-tool-product-manager/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2713 --> <article id="post-2626" class="post-2626 post type-post status-publish format-standard hentry category-general category-madmps category-news2"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2023/01/12/latest-dmptool-release/" rel="bookmark">Latest DMPTool Release </a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2023/01/12/latest-dmptool-release/" title="12:36 pm" rel="bookmark"><time class="entry-date" datetime="2023-01-12T12:36:42-08:00">January 12, 2023</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2023/01/12/latest-dmptool-release/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <figure class="wp-block-image size-large"><a href="https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png"><img data-attachment-id="2641" data-permalink="https://blog.dmptool.org/2023/01/12/latest-dmptool-release/v4-0-4/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png" data-orig-size="1600,900" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="v4.0.4" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png?w=628" width="1024" height="576" src="https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png?w=1024" alt="" class="wp-image-2641" srcset="https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png?w=1024 1024w, https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png?w=150 150w, https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png?w=300 300w, https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png?w=768 768w, https://blog.dmptool.org/wp-content/uploads/2023/01/v4.0.4.png 1600w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure> <p>The DMPTool team is hard at work developing a suite of new features to facilitate the creation of optimized and structured DMPs. In response to growing federal mandates for data sharing, the DMPTool is focused on supporting these new policies by exposing the information contained within a DMP in a machine-readable format to facilitate tracking research projects as they progress through the research lifecycle. Two National Science Foundation EAGER grants have supported this research: the first for <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1745675">DMP Roadmap: Making Data Management Plans Actionable</a> and the second for the ongoing <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2132549&amp;HistoricalAwards=false">FAIR Island</a> project. Additionally, it has received support from the Templeton World Charity Foundation as part of the <a href="https://www.templetonworldcharity.org/projects-database/0568">FAIR Workflows</a> project.</p> <p>This latest DMPTool <a href="https://github.com/CDLUC3/dmptool/releases/tag/v4.0.4" target="_blank" rel="noreferrer noopener">release</a> includes several updates focused on UX improvements and streamlining workflows.</p> <h1 class="wp-block-heading">New Follow-up tab&nbsp;</h1> <figure class="wp-block-image size-large"><a href="https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png"><img data-attachment-id="2631" data-permalink="https://blog.dmptool.org/2023/01/12/latest-dmptool-release/screen-shot-2023-01-10-at-12-56-29-pm/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png" data-orig-size="2464,1292" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screen-shot-2023-01-10-at-12.56.29-pm" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png?w=628" width="1024" height="536" src="https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png?w=1024" alt="" class="wp-image-2631" srcset="https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png?w=1022 1022w, https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png?w=2044 2044w, https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png?w=150 150w, https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png?w=300 300w, https://blog.dmptool.org/wp-content/uploads/2023/01/screen-shot-2023-01-10-at-12.56.29-pm.png?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption"><em>Follow-up tab to update funding status &amp; link research outputs</em></figcaption></figure> <p>This new tab on the Create Plan workflow allows plan creators (or administrators with permission to modify a plan) to add information about funded projects. The new fields include the funding status and a grant number or ID. <strong>This tab will only appear on plans that have associated DMP-IDs.</strong></p> <p>A new section allows users to connect Research Outputs from their work to their associated DMP. Research Outputs can be anything related to a project with a DOI or other URL-based identifier. For example, a project output could be a dataset, protocol, or software connected to a research project.&nbsp;</p> <p>These research outputs will be recorded in the metadata of the DMP-ID as a related identifier and passed back to DataCite. By submitting updated metadata to DataCite, this workflow facilitates tracking scholarly outputs and is openly available for consumption and ingest by other systems.</p> <h1 class="wp-block-heading">UX changes to the Finalize tab</h1> <p>In response to user feedback, we have streamlined the UI to clarify what a researcher needs to do to get a persistent identifier for their DMP and why they would want to do this.&nbsp; UI changes include:&nbsp;</p> <ul class="wp-block-list"> <li>New plan text language explains what a DMP-ID is, what identifiers do, and why they should get one for their DMP.&nbsp;</li> <li>The “Register” button is present but disabled if the preconditions are not met.&nbsp;</li> <li>Moved the Finalize tab to before Download to better reflect the logical workflow of creating a DMP.&nbsp;</li> </ul> <figure class="wp-block-image"><img src="https://lh4.googleusercontent.com/SACYfcxHaq7eBXSLT354flfMDVIVRr7svHhkGUylWDbxE3c7FmbH8vfZBzS-aHe1UhnkfDQye9PNrrjp_-UYN0Mry2I0DglJyWgFe8IMezQa6gnuUTS0a_dYb_1-fBGth5ZRY8GMXq90_fBhqXqg8NeZI3NGLdc1wgWRwMjPSdK8WA4X3WyZ6pG83zrR1Q" alt="" /></figure> <h1 class="wp-block-heading">Improved DMP-ID Landing Page Design</h1> <p>Based on user feedback, we have redesigned the DMP-ID landing page for improved accessibility and to make it clear where a user can view a PDF version of a plan. This redesign also allows us to build new plan versioning features in the coming months.&nbsp;</p> <figure class="wp-block-image"><img src="https://lh5.googleusercontent.com/pqvmvK38pCKhymZPhxPV9jLcgfkqDDCK3wlya9x_eKkH75_yAhV9pSxR50BsSYhJ4WMLx3Dl51hE4ZqlBDiIb5g8vFPDHBhz-QC6mnCAdnCptgComaHnGO6XKgVtpfkldG1SYKh8ZkeSURCJAcEFPgDObkCr_XDV7hrvB8jg2-_OKuMwfbYnSr46GLnflQ" alt="" /><figcaption class="wp-element-caption">Sample DMP-ID Landing Page with a link to the full-text narrative&nbsp;</figcaption></figure> <figure class="wp-block-image is-resized"><img src="https://lh4.googleusercontent.com/aA1iaTFztHfiZGtjs4AXNEj1cfwiBrV332U4YXPPyiaPaL5O4YQuMAtJueL9wQ9P7EXWdeqLGp97GJjCKdzqwBJY7mQV2FawwcHR609Zitz9X2c1GK7U5iOVYNuwV1kESAAqXuKAFLutgP-eG0EUktRw2ukDwQsZW1ufJou7ARluUgXiJLyw7AUVFyhFWw" alt="" style="width:614px;height:337px" /><figcaption class="wp-element-caption"><em>Example of Project Outputs as they appear on the DMP ID landing page</em></figcaption></figure> <h1 class="wp-block-heading">Other miscellaneous updates &amp; bug fixes included in this release</h1> <ul class="wp-block-list"> <li>Research Outputs now appear in the CSV and TXT versions <a href="https://github.com/CDLUC3/dmptool/issues/406" target="_blank" rel="noreferrer noopener">#406</a></li> <li>Fixed an issue that was causing the DOCX version of the plan from displaying an error in MS Word when opening the document</li> <li>Fixed an issue with the sans-serif font used in PDF generation. Switched from Helvetica (which is no longer downloadable for free) to Roboto and also updated spacing between questions/sections.</li> <li>Fixed an issue that was preventing an institutional admin from adding more than one URL/link on the Org Details page <a href="https://github.com/CDLUC3/dmptool/issues/413" target="_blank" rel="noreferrer noopener">#413</a> <a href="https://github.com/CDLUC3/dmptool/issues/405">#405</a></li> <li>Fixed an issue that was preventing associated research outputs from being deleted <a href="https://github.com/CDLUC3/dmptool/issues/372" target="_blank" rel="noreferrer noopener">#372</a></li> <li>Fixed an issue with the emails sent out after the plan&#8217;s visibility changes <a href="https://github.com/CDLUC3/dmptool/issues/416" target="_blank" rel="noreferrer noopener">#416</a></li> <li>Other updates are detailed in the <a href="https://github.com/CDLUC3/dmptool/releases/tag/v4.0.4" target="_blank" rel="noreferrer noopener">release notes</a>.</li> </ul> <h1 class="wp-block-heading">How to get involved</h1> <p>We welcome contributions or collaborations. For those interested in following our work&#8217;s technical development, please see our<a rel="noreferrer noopener" href="https://github.com/CDLUC3/dmphub/issues" target="_blank"> GitHub project board.</a> Please <a rel="noreferrer noopener" href="mailto:maria.praetzellis@ucop.edu" target="_blank">contact us</a> if you have suggestions or ideas for pilot partnerships or if you&#8217;re interested in being an early tester.</p> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/general/" rel="category tag">General</a>, <a href="https://blog.dmptool.org/category/madmps/" rel="category tag">maDMPs</a>, <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2023/01/12/latest-dmptool-release/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2626 --> <article id="post-2617" class="post-2617 post type-post status-publish format-standard hentry category-general category-news2"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2023/01/09/updates-on-dmptool-support-for-the-nih-dmsp-requirements/" rel="bookmark">Updates on DMPTool Support for the NIH DMSP Requirements </a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2023/01/09/updates-on-dmptool-support-for-the-nih-dmsp-requirements/" title="4:03 pm" rel="bookmark"><time class="entry-date" datetime="2023-01-09T16:03:54-08:00">January 9, 2023</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2023/01/09/updates-on-dmptool-support-for-the-nih-dmsp-requirements/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <div class="wp-block-image is-style-default"> <figure class="aligncenter size-large"><a href="https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png"><img data-attachment-id="2646" data-permalink="https://blog.dmptool.org/2023/01/09/updates-on-dmptool-support-for-the-nih-dmsp-requirements/dmptool-nih-working-group-news-twitter-post-1-1/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png" data-orig-size="1600,900" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="dmptool-nih-working-group-news-twitter-post-1-1" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png?w=628" loading="lazy" width="1024" height="576" src="https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png?w=1024" alt="" class="wp-image-2646" srcset="https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png?w=1024 1024w, https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png?w=150 150w, https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png?w=300 300w, https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png?w=768 768w, https://blog.dmptool.org/wp-content/uploads/2023/01/dmptool-nih-working-group-news-twitter-post-1-1.png 1600w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div> <p>A few months back, we <a href="https://blog.dmptool.org/2022/08/18/supporting-the-upcoming-nih-data-sharing-requirements-with-the-dmptool/" target="_blank" rel="noreferrer noopener">announced</a> a new DMPTool NIH Template Working Group focused on supporting the upcoming <a href="https://grants.nih.gov/grants/guide/notice-files/NOT-OD-21-013.html" target="_blank" rel="noreferrer noopener">NIH requirements</a> for data sharing. Since then, this hard-working group, chaired by Nina Exner of Virginia Commonwealth University, has collaborated to develop several new resources for the community.&nbsp;</p> <h2 class="wp-block-heading"><strong>Updated NIH-GEN Template</strong></h2> <p>The updated NIH-GEN DMSP (forthcoming 2023) template (v6) follows the structure laid out by the NIH in the optional <a href="https://grants.nih.gov/sites/default/files/DMS-Plan-blank-format-page.docx" target="_blank" rel="noreferrer noopener">DMS Plan format</a> and aligns with the NIH-recommended <a href="https://grants.nih.gov/grants/guide/notice-files/NOT-OD-21-014.html" target="_blank" rel="noreferrer noopener">Elements of a DMS Plan</a>. The DMPTool NIH Template Working Group augmented NIH notices and other policy documents with additional sample language and guidance designed to help researchers create DMS plans. The new NIH-GEN DMSP (forthcoming 2023) template also includes guidance for data covered under the Genomic Data Sharing (GDS) policy, as NIH now expects a single data sharing plan to satisfy both the GDS Policy and the DMS Policy (<a href="https://grants.nih.gov/grants/guide/notice-files/NOT-OD-22-198.html" target="_blank" rel="noreferrer noopener">NOT-OD-22-198</a>).&nbsp;</p> <figure class="wp-block-image is-style-default"><img src="https://lh4.googleusercontent.com/ivzz140e6JPEpYeXtovHrOQW4AdGu25fG6xgxDiopTE1Wr_sl_6aPuQkC7bAUTZ7R1FsZxCwNm9a01-kfdMCp2LphlmgOF28FIV4iI_7awPo8WQWNmIMFo1vNK9ratVlhvq01mlKE2OtMDi4HvuMOqrkepLsSZQ6LmVlXponaD9Cw7mBO-lNatQdoEQjgg" alt="This new DMPTool NIH-GEN DMSP (forthcoming 2023) template includes answer prompts and sample answer text. " /><figcaption class="wp-element-caption"><em>The new NIH-GEN DMSP (forthcoming 2023) template includes answer prompts and sample answer text.&nbsp;</em></figcaption></figure> <p>Test out the new template by <a href="https://dmptool.org/plans?org_autocomplete%5Bfunder_id%5D=123&amp;org_autocomplete%5Bfunder_name%5D=National+Institutes+of+Health+%28nih.gov%29&amp;org_autocomplete%5Bid%5D=15&amp;org_autocomplete%5Bname%5D=University+of+California%2C+Office+of+the+President+%28UCOP%29&amp;plan%5Btemplate_id%5D=1778" target="_blank" rel="noreferrer noopener">creating</a> a plan. Or, preview the new template by <a rel="noreferrer noopener" href="https://dmptool.org/template_export/118304408.pdf" target="_blank">downloading</a> a PDF version with sample language and guidance included.&nbsp; </p> <p>DMPTool administrators can customize this (or any DMPTool template) and add institution-specific guidance and sample language. <a href="https://github.com/CDLUC3/dmptool/wiki/customizing-funder-templates" target="_blank" rel="noreferrer noopener">Instructions</a> on how to customize templates and a <a href="https://youtu.be/-cCsLioCuU4" target="_blank" rel="noreferrer noopener">short video tutorial</a> are available. <strong>Any institutions with existing customizations will need to migrate to this new version of the template by publishing the template. Please see our <a href="https://github.com/CDLUC3/dmptool/wiki/Customizing-funder-templates#transfer-customizations" target="_blank" rel="noreferrer noopener">documentation</a> on the two steps required to transfer existing customizations.&nbsp;</strong></p> <p>The DMPTool will depreciate the older NIH templates (NIH-GDS: Genomic Data Sharing and NIH-GEN: Generic (Current until 2023)) on January 24. Any plans with these older templates will still be available, but new plans for NIH will be directed to the new template. After we make this switch, the NIH-GEN DMSP (Forthcoming 2023) template title will change to NIH-GEN.&nbsp;</p> <h2 class="wp-block-heading"><strong>New educational materials</strong></h2> <p>The Education Sub-committee of the DMPTool NIH Template Working Group developed materials that institutions can use to promote the NIH requirements and use of the DMPTool. To support the increasing number of new medical centers and other institutions joining the DMPTool community, the Sub-committee produced a <a href="https://osf.io/m2aeq">slide deck</a> and <a href="https://osf.io/mz38q">flyers</a> that institutions can utilize to train local researchers on using the DMPTool templates.</p> <p>The Education Sub-committee also collaborated on a <a href="https://www.nnlm.gov/training/class/creating-data-management-plans-dmptool">DMPTool training workshop </a>held by the Network of the National Library of Medicine’s <a href="https://www.nnlm.gov/about/centers/ncds">National Center for Data Services</a> (NCDS). The first DMPTool workshop was held in December and broke attendance records. Betsy Gunia of Johns Hopkins led this training webinar, giving an excellent overview and DMPTool demonstration.&nbsp;</p> <p>If you missed this first session, never fear! A <a href="https://www.nnlm.gov/training/class/creating-data-management-plans-dmptool">recording</a> of this session is available via the NNLM, and Jim Martin of the University of Arizona is giving a repeat session on February 15. <a href="https://www.nnlm.gov/training/class/creating-data-management-plans-dmptool-0">Registration is available via NNLM</a>.&nbsp;</p> <h2 class="wp-block-heading"><strong>Ongoing work</strong></h2> <p>We will continue to iterate on the new templates, including the sample language and guidance provided, and welcome feedback from the community. As the NIH releases additional recommendations and guidance, we’ll continue incorporating these into NIH templates. As always, please<a href="mailto:dmptool@ucop.edu" target="_blank" rel="noreferrer noopener"> reach out</a> with any questions, suggestions, or feedback!&nbsp;</p> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/general/" rel="category tag">General</a>, <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2023/01/09/updates-on-dmptool-support-for-the-nih-dmsp-requirements/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2617 --> <article id="post-2610" class="post-2610 post type-post status-publish format-standard hentry category-general category-news2 tag-nih"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2022/08/18/supporting-the-upcoming-nih-data-sharing-requirements-with-the-dmptool/" rel="bookmark">Supporting the upcoming NIH data sharing requirements with the&nbsp;DMPTool</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2022/08/18/supporting-the-upcoming-nih-data-sharing-requirements-with-the-dmptool/" title="1:23 pm" rel="bookmark"><time class="entry-date" datetime="2022-08-18T13:23:28-07:00">August 18, 2022</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2022/08/18/supporting-the-upcoming-nih-data-sharing-requirements-with-the-dmptool/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <div class="wp-block-image is-style-default"> <figure class="aligncenter is-resized"><img src="https://lh6.googleusercontent.com/LG3xJLGt_tC0fQPem8Z4mX1lPml4eZcS2Rxtzgt-l53r92Jv5K9hNMccS2lpCNgtX0rva8HJATPFG8zfzYoaxuA6DyJjXKUcLoYCVXwBOTqMo0dcOF04BZGJMEfBZbfkzMIiDlXJf5XPywVjT6LGGlk" alt="" width="449" height="454" /></figure></div> <p>Immediately following the new <a href="https://grants.nih.gov/grants/guide/notice-files/NOT-OD-21-013.html">NIH Policy for Data Management and Sharing (DMS) </a>announcement, academic medical centers started to contact the DMPTool team with questions about how best to prepare for the pending policy change. These centers faced new and seemingly daunting requirements for managing and sharing biomedical data; fortunately, the DMPTool offers a simplified way of providing access to federal and local guidance regarding data sharing practices and features to connect researchers and data librarians. As a result, new medical centers join the DMPTool community every week.&nbsp;</p> <p>The need for the DMPTool arose in 2011, as transformative requirements for data management plans (DMPs) for NSF proposals began to take shape. In light of the upcoming policy changes for NIH research and the DMS plan requirement, we thought it would be helpful to highlight the work the DMPTool community is doing to help address the needs of the NIH research community.</p> <p><strong>Community supported work</strong></p> <p>Given that the DMPTool is based out of the University of California, it seemed fitting that we begin work supporting the NIH policy changes in collaboration with data librarians from the UC system. Our group included librarians from UC Berkeley, UC Irvine, UC San Francisco, and honorary UC, Stanford. The informal Working Group (WG) gathered to develop and share language for a generic NIH template and an FAQ document addressing questions the librarians had fielded thus far regarding the policy. This collaboration resulted in adding sample text language for each of the questions asked by the NIH. There were a few areas where the group found the NIH requirements needed more clear explanations, so as a result, the WG&nbsp; also developed plain language where necessary.&nbsp;&nbsp;</p> <p>Following this work on the generic NIH DMP template, Nina Exner from Virginia Commonwealth University brought up the need for revising templates as guidance comes out of the NIH, and assessing the need for individual templates for specific NIH Centers and Institutes (IC). NIH has stated that while the overarching policy is the “minimum,” “ICs may supplement the DMS Policy as appropriate.”&nbsp;</p> <p>Several NIH ICs have released <a href="https://sharing.nih.gov/other-sharing-policies/nih-institute-and-center-data-sharing-policies">specific requirements</a> on top of the overarching policy, and we expect additional new IC policies as we get closer to January 25, 2023, the effective date. Exner spearheaded a WG of data librarians to analyze IC policies and develop templates for ICs with different or more restrictive DMS policies when necessary.&nbsp; Some ICs may not require the development of individual templates, and the WG will make this assessment. There are twenty-seven ICs, so composing individual templates for each necessitates this community effort.&nbsp;</p> <p>The WG is also using their experience with researcher needs to craft expanded example language for different disciplines. The new policy affects all disciplines, from basic sciences to clinical and biobehavioral, and the WG wants to help researchers see how the new Plan format connects to their disciplines. With this growing need for NIH templates, we also have a growing need for training. To support the increasing number of new medical centers joining the DMPTool, the WG is developing educational materials to support institutions that want to train local researchers on using the DMPTool templates. We are grateful to the NIH DMP Working Group for taking on this work and creating a valuable set of templates for the larger DMPTool community to utilize.</p> <p><strong>Ongoing work</strong></p> <p>The DMPTool has been a community-supported tool from inception, and the new NIH requirements highlight the need for ongoing support to keep the DMPTool up to date with policy changes. The WG is now focused on building and updating the NIH DMP templates and will publish them as work is completed. In recent weeks, NIH has announced <a href="https://grants.nih.gov/grants/guide/notice-files/NOT-OD-22-189.html">implementation details</a> for the DMS policy, including an optional <a href="https://grants.nih.gov/sites/default/files/DMS-Plan-blank-format-page.pdf">DMS format page</a> and harmonized genomic data sharing requirements, as well as the new <a href="https://grants.nih.gov/grants/guide/notice-files/NOT-OD-22-195.html">FORMS-H grant application forms</a> that will incorporate a new DMS plan section. The DMPTool NIH WG is now adding these to the template.&nbsp;</p> <p><strong>How to access the templates</strong></p> <p>The NIH Generic template with community-developed guidance and sample language is available in the <a rel="noreferrer noopener" href="http://dmptool.org" target="_blank">DMPTool </a>by logging in and selecting the “NIH-GEN DMSP (Forthcoming 2023) template” from the Create Plan section. </p> <figure class="wp-block-image"><img src="https://lh5.googleusercontent.com/Mfwo4hRi9zNIiaTIl1GNlsypJdcXL6Fnw9gCVkZZQ_1uMIuHhOuQYsNE2-IOKoFBzwZefPpr1ScA7zWlIkgw7qUxFcNpZEsee4rA1l0NgM62bOJVkuLI6kG3HOMc2lmq3HRhAvMVGKgGL8Q2alYW8BQ" alt="" /><figcaption class="wp-element-caption">Screenshot of selecting the NIH-GEN DMSP (Forthcoming 2023) template in the DMPTool</figcaption></figure> <p>We will continue to blog on our work as it continues and share the individual IC templates as they are published. Please <a href="https://cdlib.org/services/uc3/contactuc3/">reach out</a> with any feedback, comments, or suggestions!</p> <p><strong>Members of the initial UC/Stanford Working Group</strong></p> <ul class="wp-block-list"><li>Anna Sackmann, University of California, Berkeley</li><li>Ariel Deardorff, University of California, San Francisco</li><li>Erin Foster, University of California, Berkeley</li><li>John Borghi, Stanford University</li><li>Wasila Dahdul, University of California, Irvine</li></ul> <p><strong>Members of the current NIH DMP Working Group</strong></p> <ul class="wp-block-list"><li>Amy Yarnell, University of Maryland, Baltimore</li><li>Betsy Gunia, Johns Hopkins University</li><li>Genevieve Milliken, NNLM National Center for Data Services</li><li>Jim Martin, University of Arizona</li><li>Katy Smith, Saint Louis University</li><li>Lesley Skalla, Duke University Medical Center Library</li><li>Matt Covey, The Rockefeller University</li><li>Megan O’Donnell, Iowa State University</li><li>Megan Potterbusch, George Washington University</li><li>Melissa Ratajeski, University of Pittsburgh</li><li>Nina Exner, Virginia Commonwealth University</li><li>Seonyoung Kim, Washington University School of Medicine in St. Louis</li><li>Wasila Dahdul, University of California, Irvine</li><li>Will Dean, Temple University</li></ul> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/general/" rel="category tag">General</a>, <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a> </span> <span class="sep"> | </span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://blog.dmptool.org/tag/nih/" rel="tag">NIH</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2022/08/18/supporting-the-upcoming-nih-data-sharing-requirements-with-the-dmptool/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2610 --> <article id="post-2603" class="post-2603 post type-post status-publish format-standard hentry category-general category-news2"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2022/03/10/things-to-know-about-the-updated-dmptool-website/" rel="bookmark">Things to know about the updated DMPTool&nbsp;website</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2022/03/10/things-to-know-about-the-updated-dmptool-website/" title="5:59 pm" rel="bookmark"><time class="entry-date" datetime="2022-03-10T17:59:30-08:00">March 10, 2022</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2022/03/10/things-to-know-about-the-updated-dmptool-website/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <div class="wp-block-image is-style-default"> <figure class="aligncenter size-large"><a href="https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png"><img data-attachment-id="2606" data-permalink="https://blog.dmptool.org/screen-shot-2022-03-10-at-9-08-22-am/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png" data-orig-size="1682,892" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="screen-shot-2022-03-10-at-9.08.22-am" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png?w=628" loading="lazy" width="1024" height="543" src="https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png?w=1024" alt="DMPTool Home Page" class="wp-image-2606" srcset="https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png?w=1024 1024w, https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png?w=150 150w, https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png?w=300 300w, https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png?w=768 768w, https://blog.dmptool.org/wp-content/uploads/2022/03/screen-shot-2022-03-10-at-9.08.22-am.png 1682w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div> <p></p> <p>We’re starting 2022 with updates to the <a href="http://dmptool.org" target="_blank" rel="noreferrer noopener">DMPTool website</a> designed to make using the site easier and more efficient.&nbsp;</p> <p><strong>Improved authentication process</strong>. We’ve streamlined the authentication process. A user enters their email address, and the system will automatically direct them to the next step. This new process avoids some complexity in the process, which is due to the fact that about half of our users use SSO for authentication and the other half manage their credentials.&nbsp;</p> <p><strong>New Public Plans page search functionality </strong>Discovering sample DMPs just got a lot easier. The new public plans listing includes faceted search functionality to narrow results by Funder, Institution, language, and Subject. Additionally, DMPTool Administrators can now flag a plan as “Featured.” Featured plans are automatically displayed at the top of the page and provide a simple way to highlight exemplars.&nbsp;</p> <p>If you have plans in your organizational account that you think would be useful to the community, please consider requesting that the plan owner make them public and then flagging them as “Featured.” We hope to build a listing of exemplar DMPs to help showcase best practices and serve as educational aids for those writing their first plans. Of course, we’ll need your help to do this, so I’m hoping we can build on this together as a community by flagging exemplars as “Featured.”&nbsp;</p> <figure class="wp-block-image"><img src="https://lh3.googleusercontent.com/0bDSMfzMVKauV48h2x3PwJm263t24pXFPra82TJfjB1mRgQKJKcP6ZLpBzyWPBIdtmhL7Cgh6tSfRYjHfR3GXU9ul1eFoOgqOzkD0bz6S6SZ0vr5BoEdtxRqMUa_oyDBl7QAC4pm" alt="" /><figcaption>New Public Plans listing page with improved tools for discovery.</figcaption></figure> <figure class="wp-block-image"><img src="https://lh3.googleusercontent.com/HBFrwiHjW2QyS1kWlBfmxx2bEj__BE0hu3DA1Dutgf0XnJEto2rhuLL_j-ld5RDZWmnCJvOnrL8UQayewvU70_z2JhJSyOItRzW8rc0SPAcLYO53Zw7kcJghzFiG7QhRz47z1kz0" alt="" /><figcaption>DMPTool Admins can mark public plans from their organization as &#8220;Featured.&#8221;</figcaption></figure> <p><strong>Navigation updates </strong>Admins will notice a change to the administrative functions drop-down list. Administrative functions are now located in the top right-hand of the page.&nbsp;</p> <figure class="wp-block-image"><img src="https://lh6.googleusercontent.com/7HNsN1EiAE7PsBQWorOh2EjiyQ4CYSPm6Ke1JxwawarvBcjCS0y_mAm2U3qPMkNJ3DGG8UDCKKm143QJ58C8F7SeWeqP6IfHAmoEDtdJjmCfPvrkYmFDKCOPMEb_wp2wJqmuEkve" alt="" /><figcaption>Updated navigation points.</figcaption></figure> <p>Please see our detailed <a href="https://github.com/CDLUC3/dmptool/releases">Release Notes</a> for a complete list of all the changes and new features.&nbsp;</p> <p>If you have any questions or comments, please <a href="https://dmptool.org/contact-us">contact us</a>.&nbsp;</p> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/general/" rel="category tag">General</a>, <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2022/03/10/things-to-know-about-the-updated-dmptool-website/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2603 --> <article id="post-2533" class="post-2533 post type-post status-publish format-standard has-post-thumbnail hentry category-madmps category-news2"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2021/04/20/dmp-ids-and-the-dmptool-announcing-dmptool-v-3-1/" rel="bookmark">DMP IDs and the DMPTool: Announcing DMPTool v.&nbsp;3.1</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2021/04/20/dmp-ids-and-the-dmptool-announcing-dmptool-v-3-1/" title="11:55 am" rel="bookmark"><time class="entry-date" datetime="2021-04-20T11:55:22-07:00">April 20, 2021</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2021/04/20/dmp-ids-and-the-dmptool-announcing-dmptool-v-3-1/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://blog.dmptool.org/wp-content/uploads/2021/04/14587352479_8838ca5a59_w.jpg"><img data-attachment-id="2536" data-permalink="https://blog.dmptool.org/2021/04/20/dmp-ids-and-the-dmptool-announcing-dmptool-v-3-1/14587352479_8838ca5a59_w/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2021/04/14587352479_8838ca5a59_w.jpg" data-orig-size="358,400" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="14587352479_8838ca5a59_w" data-image-description="&lt;p&gt;https://flic.kr/p/oe2ZFe&lt;br /&gt; Image from &#8220;The Post-Office annual Glasgow directory&#8221; (1828)&lt;/p&gt; " data-image-caption="&lt;p&gt;https://flic.kr/p/oe2ZFe&lt;br /&gt; Image from &#8220;The Post-Office annual Glasgow directory&#8221; (1828)&lt;/p&gt; " data-medium-file="https://blog.dmptool.org/wp-content/uploads/2021/04/14587352479_8838ca5a59_w.jpg?w=269" data-large-file="https://blog.dmptool.org/wp-content/uploads/2021/04/14587352479_8838ca5a59_w.jpg?w=358" loading="lazy" width="358" height="400" src="https://blog.dmptool.org/wp-content/uploads/2021/04/14587352479_8838ca5a59_w.jpg?w=358" alt="Image from &quot;The Post-Office annual Glasgow directory&quot; (1828)" class="wp-image-2536" srcset="https://blog.dmptool.org/wp-content/uploads/2021/04/14587352479_8838ca5a59_w.jpg 358w, https://blog.dmptool.org/wp-content/uploads/2021/04/14587352479_8838ca5a59_w.jpg?w=134 134w, https://blog.dmptool.org/wp-content/uploads/2021/04/14587352479_8838ca5a59_w.jpg?w=269 269w" sizes="(max-width: 358px) 100vw, 358px" /></a><figcaption>Image from &#8220;The Post-Office annual Glasgow directory&#8221; (1828) (<a href="https://flic.kr/p/oe2ZFe" rel="nofollow">https://flic.kr/p/oe2ZFe</a>)</figcaption></figure></div> <p>Building the recent creation of “<a href="https://blog.datacite.org/announcing-dmp-ids/">A Brave New PID</a>” for DMPs, we are excited to announce that DMP creators can now receive IDs for their DMPs within the DMPTool. From the outset of our <a href="https://cdlib.org/cdlinfo/2017/09/20/dmptool-team-awarded-nsf-eager-grant/">NSF-funded EAGER research project</a>, the ability to generate DMP IDs has long been on the strategic roadmap for integrating DMPs into the scholarly knowledge sharing and persistent identifier ecosystem.&nbsp;</p> <p><strong>Supporting NSF recommendations for data management&nbsp;</strong></p> <p>As the NSF detailed in their <a href="https://www.nsf.gov/pubs/2019/nsf19069/nsf19069.jsp">May 2019 Dear Colleague Letter on Effective Practices for Data</a>, it is recommended that researchers utilize PIDs for their data outputs and generate DMPs that allow for automated information exchange (machine-actionable DMPs, “maDMPs”). Expanding on the NSF Dear Colleague Letter, the recent report by ARL, AAU, APLU and CDL, <a href="https://www.arl.org/wp-content/uploads/2020/09/2020.09.25-implementing-effective-data-practices.pdf">Implementing Effective Data Practices: Stakeholder Recommendations for Collaborative Research Support</a>, provided key recommendations for effective data practices to support an open research ecosystem emphasizing the adoption of PIDs and maDMPs.&nbsp;</p> <p>The DMPTool team continues to work towards supporting these recommendations by building new features and services for an open, automatically updated, interconnected system for data management of research projects.&nbsp;</p> <p>Our new feature of generating IDs for DMPs represents tangible progress towards achieving our shared goal of moving DMPs from static text documents into structured, interoperable data that is able to be fed across stakeholders, linking metadata, repositories, and institutions, and allowing for notifications, verification, and reporting in real-time.&nbsp;</p> <p><strong>What’s included in this latest release?&nbsp;</strong></p> <p>Below is an outline of three new features included in this release. For technical details and a few additional features included, please see our <a href="https://github.com/CDLUC3/dmptool/releases/tag/v3.1.0">v3.1.0 documentation</a>. These improvements have also been distributed to the larger community within our shared open source codebase, <a href="https://github.com/DMPRoadmap/roadmap/wiki">DMPRoadmap</a>. Thank you to the <a href="https://dmptool.org/editorial_board">DMPTool Editorial Board</a> for their guidance and feedback as we developed this feature set. We are also appreciative of the DMPTool Administrators who submitted feedback on an early iteration of this release. We intend on incorporating many of these suggestions in future releases and building off the many good ideas shared by all as we continue to expand our support for Networked DMPs</p> <p class="has-text-align-left"><strong> 1. IDs for DMPs</strong></p> <p>Within the Finalize/Publish tab users can “Register” their plan and generate a DMP ID. The DMP ID will then display within the tool and link to a landing page for the plan. For further details on this feature please see our <a href="https://github.com/CDLUC3/dmptool/wiki/DMP-IDs-and-Networked-Data-Management-Plans-(maDMPs)">DMP ID documentation</a>.</p> <p class="has-text-align-left"><strong> 2. DMP ID Landing Page</strong></p> <p>After receiving a DMP ID, the system will generate a DMP landing page that includes high level details about the plan. The DMP ID metadata does not include the narrative components of a DMP. For an example of a DMP ID landing page please see this <a href="https://dmphub.cdlib.org/dmps/doi:10.48321/D1RG6W">DMP</a>.&nbsp;</p> <p>The landing pages also demonstrate the types of connections made possible by tracking a research project over time from the point of DMP creation. As a project progresses over time, updates to the plan can be connected to the DMP ID and will display on the associated landing page.&nbsp;</p> <p><strong>3. Research Outputs Tab</strong></p> <p>The new Research Outputs tab allows researchers to describe specific project outputs at a more granular and controlled manner than was previously possible solely via the text narrative. In designing this new section, we strived to utilize as many controlled vocabularies and PIDs as possible. Here are some highlights of the new tab:</p> <ul class="wp-block-list"><li>Repository selector tool utilizing the Registry of Research Data Repositories (<a href="https://www.re3data.org/">re3 data registry</a>) that allows researchers to define where they anticipate depositing a specific output&nbsp;</li><li>License selector (from <a href="https://spdx.org/licenses/">SPDX</a>) that allows researchers to define the associated license for specific outputs&nbsp;</li><li>Ability to flag outputs as containing sensitive data and/or PII</li></ul> <p>Researchers can create an unlimited number of specific research outputs. All entered outputs are included in the downloaded version of the plan, placed after the narrative component of the plan so as not to interfere with funder page count limits.&nbsp;</p> <p><strong>What’s up next?</strong></p> <p>With the ability to generate DMP IDs now in place, we are one step closer to creating networked, living DMPs. While this is a great start, we have many additional features in development that will extend the usability and interoperability of this new generation of DMPs. In the coming months, we will be working on developing these additional features:</p> <ul class="wp-block-list"><li>Connecting DMPs to other related research outputs such as datasets and journal articles via the PID Graph</li><li>Connecting DMP IDs to corresponding ORCID records </li><li>Incorporating additional PIDs including research resource identifiers (<a href="https://www.rrids.org/">RRIDs</a>) </li><li>Sponsor and funder approval workflow wherein these stakeholders can review, comment, and approve submitted DMPs</li><li>Integration with the Electronic Lab Notebook, RSpace</li><li>Adding the ability for DMPTool admins to curate a list of recommended repositories for the new repository selector tool </li></ul> <p>Additionally, in response to several DMPTool admin requests for outreach materials supporting adoption of the DMP ID, we are developing materials to share with the DMPTool admin community in order to promote these data practices amongst their users.&nbsp;</p> <p>We will continue to share details on this work and the development of new features to support the networked DMP. Stay tuned for more developments over the coming months for further advancements.</p> <p>As always, feedback or questions are most welcome and can be sent directly to <a href="mailto:maria.praetzellis@ucop.edu">maria.praetzellis@ucop.edu</a>.</p> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/madmps/" rel="category tag">maDMPs</a>, <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2021/04/20/dmp-ids-and-the-dmptool-announcing-dmptool-v-3-1/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2533 --> <article id="post-2489" class="post-2489 post type-post status-publish format-standard hentry category-general category-madmps category-news2 tag-machine-actionable-dmps"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2020/09/29/effective-data-practices-new-recommendations-to-support-an-open-research-ecosystem/" rel="bookmark">Effective Data Practices: new recommendations to support an open research&nbsp;ecosystem</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2020/09/29/effective-data-practices-new-recommendations-to-support-an-open-research-ecosystem/" title="10:28 am" rel="bookmark"><time class="entry-date" datetime="2020-09-29T10:28:33-07:00">September 29, 2020</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2020/09/29/effective-data-practices-new-recommendations-to-support-an-open-research-ecosystem/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <div class="wp-block-image"> <figure class="alignleft size-large"><img data-attachment-id="2499" data-permalink="https://blog.dmptool.org/massimo-botturi-zfyuslk_50y-unsplash-1/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2020/09/massimo-botturi-zfyuslk_50y-unsplash-1.jpg" data-orig-size="4032,2268" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="massimo-botturi-zfyuslk_50y-unsplash-1" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2020/09/massimo-botturi-zfyuslk_50y-unsplash-1.jpg?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2020/09/massimo-botturi-zfyuslk_50y-unsplash-1.jpg?w=628" loading="lazy" width="1024" height="576" class="wp-image-2499" src="https://blog.dmptool.org/wp-content/uploads/2020/09/massimo-botturi-zfyuslk_50y-unsplash-1.jpg?w=1024" alt="" srcset="https://blog.dmptool.org/wp-content/uploads/2020/09/massimo-botturi-zfyuslk_50y-unsplash-1.jpg?w=1024 1024w, https://blog.dmptool.org/wp-content/uploads/2020/09/massimo-botturi-zfyuslk_50y-unsplash-1.jpg?w=2048 2048w, https://blog.dmptool.org/wp-content/uploads/2020/09/massimo-botturi-zfyuslk_50y-unsplash-1.jpg?w=150 150w, https://blog.dmptool.org/wp-content/uploads/2020/09/massimo-botturi-zfyuslk_50y-unsplash-1.jpg?w=300 300w, https://blog.dmptool.org/wp-content/uploads/2020/09/massimo-botturi-zfyuslk_50y-unsplash-1.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> </div> <p>We are pleased to announce the release of a new report written with our partners at the Association of Research Libraries (ARL), the Association of American Universities (AAU), and the Association of Public and Land-grant Universities (APLU): <a href="https://www.arl.org/resources/implementing-effective-data-practices-stakeholder-recommendations-for-collaborative-research-support"><em>Implementing Effective Data Practices: Stakeholder Recommendations for Collaborative Research Support</em></a><em>.</em>  </p> <p>The report brings together information and insights shared during a <a href="https://www.arl.org/implementing-effective-data-practices/">December 2019 National Science Foundation sponsored invitational conferenc</a>e on implementing effective data practices. In this report, experts from library, research, and scientific communities provide key recommendations for effective data practices to support a more open research ecosystem. </p> <p>During the December conference, the project team developed a set of recommendations for the broad adoption and implementation of NSF’s recommended data practices as described in the NSF’s <a href="https://www.nsf.gov/pubs/2019/nsf19069/nsf19069.jsp">May 2019 Dear Colleague Letter.</a>  The report focuses on recommendations for research institutions and also provides guidance for publishers, tool builders, and professional associations. The AAU-APLU Institutional Guide to Accelerating Public Access to Research Data, forthcoming in spring 2021, will include the recommendations.</p> <p>The conference focused on designing guidelines for (1) using persistent identifiers (PIDs) for datasets, and (2) creating machine-readable data management plans (DMPs), both data practices that were recommended by NSF. Based on the information and insights shared during the conference, the project team developed a set of recommendations for the broad adoption and implementation of NSF’s preferred data practices. </p> <p>The report focuses on recommendations for research institutions and also provides guidance for publishers, tool builders, and professional associations. The AAU-APLU Institutional Guide to Accelerating Public Access to Research Data, forthcoming in spring 2021, will include the recommendations.</p> <p>Five key takeaways from the report are:</p> <ul class="wp-block-list"> <li>Center the researcher by providing tools, education, and services that are built around data management practices that accommodate the scholarly workflow.</li> <li>Create closer integration of library and scientific communities, including researchers, institutional offices of research, research computing, and disciplinary repositories.</li> <li>Provide sustaining support for the open PID infrastructure that is a core community asset and essential piece of scholarly infrastructure. Beyond adoption and use of PIDs, organizations that sustain identifier registries need the support of the research community.</li> <li>Unbundle the DMP, because the DMP as currently understood may be overloaded with too many expectations (for example, simultaneously a tool within the lab, among campus resource units, and with repositories and funding agencies). Unbundling may allow for different parts of a DMP to serve distinct and specific purposes.</li> <li>Unlock discovery by connecting PIDs across repositories to assemble diverse data to answer new questions, advance scholarship, and accelerate adoption by researchers.</li> </ul> <p>The report also identifies five core PIDs that are fundamental and foundational to an open data ecosystem. Using these PIDs will ensure that basic metadata about research is standardized, networked, and discoverable in scholarly infrastructure: </p> <ol class="wp-block-list"> <li><strong>Digital object identifiers (DOIs)</strong> from DataCite to identify research data, as well as from Crossref to identify publications</li> <li><strong>Open Researcher and Contributor (ORCID) iDs</strong> to identify researchers</li> <li><strong>Research Organization Registry (ROR) IDs</strong> to identify research organization affiliations </li> <li><strong>Crossref Funder Registry IDs</strong> to identifier research funders </li> <li><strong>Crossref Grant IDs</strong> to identify grants and other types of research awards</li> </ol> <p>The report is intended to encourage collaboration and conversation among a wide range of stakeholder groups in the research enterprise by showcasing how collaborative processes help with implementing PIDs and machine-actionable DMPs (maDMPs) in ways that can advance public access to research.</p> <p><a href="https://www.arl.org/resources/implementing-effective-data-practices-stakeholder-recommendations-for-collaborative-research-support">The full report is now available online</a>. </p> <p><em>This material is based upon work supported by the National Science Foundation under </em><a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1945938"><em>Grant Number 1945938</em></a><em>. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.</em></p> <p><strong>Project team:</strong></p> <div class="wp-block-group"> <div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"> <ul class="wp-block-list"> <li>John Chodacki, California Digital Library</li> <li>Cynthia Hudson-Vitale, Pennsylvania State University</li> <li>Natalie Meyers, University of Notre Dame</li> <li>Jennifer Muilenburg, University of Washington</li> <li>Maria Praetzellis, California Digital Library</li> <li>Kacy Redd, Association of Public and Land-grant Universities</li> <li>Judy Ruttenberg, Association of Research Libraries</li> <li>Katie Steen, Association of American Universities</li> </ul> <p>&nbsp;</p> </div> </div> <p><strong>Additional report and conference contributors:</strong></p> <ul class="wp-block-list"> <li>Joel Cutcher-Gershenfeld, Brandeis University</li> <li>Maria Gould, California Digital Library</li> </ul> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/general/" rel="category tag">General</a>, <a href="https://blog.dmptool.org/category/madmps/" rel="category tag">maDMPs</a>, <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a> </span> <span class="sep"> | </span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://blog.dmptool.org/tag/machine-actionable-dmps/" rel="tag">machine-actionable DMPs</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2020/09/29/effective-data-practices-new-recommendations-to-support-an-open-research-ecosystem/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2489 --> <article id="post-2444" class="post-2444 post type-post status-publish format-standard hentry category-general category-news2"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2020/02/11/the-dmptool-needs-you/" rel="bookmark">The DMPTool needs&nbsp;you!</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2020/02/11/the-dmptool-needs-you/" title="1:52 pm" rel="bookmark"><time class="entry-date" datetime="2020-02-11T13:52:25-08:00">February 11, 2020</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2020/02/11/the-dmptool-needs-you/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p><a href="https://blog.dmptool.org/wp-content/uploads/2020/02/dmptooleditorialboard.png"><img data-attachment-id="2446" data-permalink="https://blog.dmptool.org/2020/02/11/the-dmptool-needs-you/dmptooleditorialboard/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2020/02/dmptooleditorialboard.png" data-orig-size="1124,599" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DMPToolEditorialBoard" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2020/02/dmptooleditorialboard.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2020/02/dmptooleditorialboard.png?w=628" loading="lazy" class="size-medium wp-image-2446 aligncenter" src="https://blog.dmptool.org/wp-content/uploads/2020/02/dmptooleditorialboard.png?w=300" alt="DMPToolEditorialBoard" width="300" height="160" srcset="https://blog.dmptool.org/wp-content/uploads/2020/02/dmptooleditorialboard.png?w=300 300w, https://blog.dmptool.org/wp-content/uploads/2020/02/dmptooleditorialboard.png?w=600 600w, https://blog.dmptool.org/wp-content/uploads/2020/02/dmptooleditorialboard.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p> <p>The DMPTool, which as of February 2020 has supported 44,415 users and 266 participating institutions, currently maintains thirty-eight templates for twenty-two different federal and private funders. It is no secret that funder requirements and subsequent application and data management guidance change regularly and it is crucial that the DMPTool reflects these changes in real time to remain a high-integrity resource. Staying up to date with rapidly changing grant requirements and RDM best practices is no small task, however. There is no magic wand or automated system to keep the DMPTool in sync with current requirements. Then how does it happen? The key factor in the success of the DMPTool over the last 9 years has been and continues to be the contributions of and collaboration with the user community.</p> <p>As the capabilities of the DMPTool expand and needs for it rise, we are currently calling for additional community members to contribute and to ensure its continued success. We’re therefore pleased to announce the formation of and the invitation to join the DMPTool Editorial Board. Our goal for the Board is formalize existing community involvement in the tool and to have representation across disciplines with varied areas of expertise, from a wide range of institutions, including librarians along the full career spectrum. Experience working with DMPs is desirable and we welcome applications from any individuals committed to supporting effective research data management.</p> <p>Responsibilities for members of the Editorial Board include the following:</p> <ul> <li>One year term of service (with the opportunity to extend if desired)</li> <li>Short bi-monthly (or as needed) meetings</li> <li>Individual ownership of specific funder templates, linked to your area of focus</li> <li>Creation of new templates as needed</li> <li>Provide suggestions for default guidance and best practices</li> <li>Identification and publication of example DMPs to include in the tool</li> <li>Estimated 1-4 hours of work a month to check for requirement updates from funders, reporting to the Board, and updating templates and guidance in the DMPTool</li> </ul> <p>Joining the DMPTool Editorial Board presents an excellent opportunity to meet fellow research data management professionals, actively contribute to the community, help support a critical piece of open-source technology advancing research data management, and keep abreast of the larger changes in funding requirements and the larger funding ecosystem. Editorial Board members will work to ensure the tool provides current information about grant requirements and corresponding guidance.</p> <p>We hope you will consider this invitation to contribute and apply! <strong>We have opened <a href="https://docs.google.com/forms/d/1T3nb59g2AKI1nRaYSDFliToz68hBkX4Cs5qMqJ8hlWE/edit">applications</a> and responses are due Friday, March 13.</strong> All questions, comments, concerns, or advice are welcome: maria.praetzellis@ucop.edu. We look forward to hearing from you!</p> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/general/" rel="category tag">General</a>, <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2020/02/11/the-dmptool-needs-you/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2444 --> <article id="post-2419" class="post-2419 post type-post status-publish format-standard hentry category-news2 category-roadmap-project tag-roadmap"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2019/12/17/dmp-services-unite/" rel="bookmark">DMP services unite!</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2019/12/17/dmp-services-unite/" title="3:54 pm" rel="bookmark"><time class="entry-date" datetime="2019-12-17T15:54:29-08:00">December 17, 2019</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2019/12/17/dmp-services-unite/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>This November the <a href="https://github.com/DMPRoadmap/roadmap/wiki">DMPRoadmap</a> team conducted a series of strategic planning meetings. Meeting in-person was highly productive and a great way to energize the team for the ambitious work we have planned for the upcoming year. Read more about the meeting and our development goals below. <em>This blog post was <a href="http://www.dcc.ac.uk/blog/dmp-services-unite">originally published by Magdalena Drafiova</a> from DMP online on 3 December, 2019.</em></p> <p><em><a href="https://blog.dmptool.org/wp-content/uploads/2019/12/roadmapteam.png"><img data-attachment-id="2425" data-permalink="https://blog.dmptool.org/2019/12/17/dmp-services-unite/roadmapteam/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2019/12/roadmapteam.png" data-orig-size="854,548" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="RoadmapTeam" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2019/12/roadmapteam.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2019/12/roadmapteam.png?w=628" loading="lazy" class="alignnone size-medium wp-image-2425" src="https://blog.dmptool.org/wp-content/uploads/2019/12/roadmapteam.png?w=300" alt="" width="300" height="193" srcset="https://blog.dmptool.org/wp-content/uploads/2019/12/roadmapteam.png?w=300 300w, https://blog.dmptool.org/wp-content/uploads/2019/12/roadmapteam.png?w=600 600w, https://blog.dmptool.org/wp-content/uploads/2019/12/roadmapteam.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a>From left to right: Brian Riley, Benjamin Faure, Marta Nicholson, Maria Praetzellis, Sarah Jones, Sam Rust and Ray Carrick.</em></p> <p>In the middle of November we were joined for three days by our colleagues Maria Praetzellis and Brian Riley from DMPTool and Benjamin Faure from OPIDoR. On our end Sarah Jones, Sam Rust, Ray Carrick, Marta Nicholson, Diana Sisu and Magdalena Drafiova represented DMPonline. We’ve had a number of new people join the team over the past year so the meetings were a great opportunity to get to know one another and discuss where to take things next.</p> <p>Over the three days we had a mix of group discussions to plan the future development roadmap (results of that later), as well as developer / project manager sessions and discussions with the wider DCC and CDL team on machine-actionable DMPs. Below we report out on the results of our sessions and the future development roadmap</p> <p><strong>Developer team meeting</strong></p> <p>The tech team had a separate team meeting to give more time to discuss changes to the codebase and development procedures.They walked through the data model and key functionality to bring new devs up to speed and discussed major pieces of infrastructure work to schedule over the coming year (e.g. upgrading to Rails v.5, making a more robust test infrastructure, etc.). They also reviewed the current development project management processes and will be revising our PR review workflow and incorporating a continuous integration approach. This will allow developers to work more atomically. A single bug fix or feature enhancement will now be handled individually instead of as a component of a larger single release. Each issue will be merged into the codebase as a single point release allowing the team to work more efficiently as well as making it easier to accept contributions from external developers.</p> <p><strong>Project management meeting</strong><br /> Magdalena, Maria, Sarah and Diana discussed procedures for prioritizing tickets, managing the team and conducting User Acceptance Testing (UAT). Sarah and Diana will share expertise on weekly PM meetings to bring Magdalena and Maria up to speed. We have also decided to change our sprint schedule as we will be joined by more developers. We want to do our releases more often and have less tickets on the board so we can review them all in each call. This coupled with the continuous integration approach should get fixes and features out more quickly. We have assigned a developer to each area which we want to work on, although we want to ensure that the knowledge is shared and everyone has an opportunity to work across the codebase so we don’t create dependencies.</p> <p>We also discussed the need to conduct user testing, especially on the administrative area of the tool. This will involve setting some tasks and observing users complete them to see what issues they encounter and where the tool is not intuitive. We hope to run these tests in Summer 2020. If you would be interested in getting people from your organization involved, please let us know.</p> <p><strong>Development roadmap</strong><a href="https://blog.dmptool.org/wp-content/uploads/2019/12/dmponline-roadmap-planning-nov2019.jpg"><img data-attachment-id="2429" data-permalink="https://blog.dmptool.org/2019/12/17/dmp-services-unite/dmponline-roadmap-planning-nov2019/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2019/12/dmponline-roadmap-planning-nov2019.jpg" data-orig-size="2500,1875" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DMPonline-roadmap-planning-Nov2019" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2019/12/dmponline-roadmap-planning-nov2019.jpg?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2019/12/dmponline-roadmap-planning-nov2019.jpg?w=628" loading="lazy" class=" wp-image-2429 aligncenter" src="https://blog.dmptool.org/wp-content/uploads/2019/12/dmponline-roadmap-planning-nov2019.jpg?w=300" alt="" width="388" height="295" /></a><br /> We agreed on the <a href="https://github.com/DMPRoadmap/roadmap/wiki/Development-roadmap">development roadmap</a> by dividing our key areas of work into time phases. Some activities are ongoing system improvements and will happen throughout the time periods.The first part of work which we hope that will run till February 2020 is around the feedback we have received in our user groups. This work will finalize the conditional questions functionality, improve search for administrators and make the <a href="https://github.com/DMPRoadmap/roadmap/projects/4#column-3014138">usage dashboard</a> more insightful so you can get better analytics about how is the tool used at your institution. We will also integrate a new feature from DMP OPIDoR to enable one click plan creation. From the public templates page, users will be able to click on an icon and create a plan based on that template. We are also planning integrations so you can export DMPs to Zenodo and RIO Journal and complete our work on regional filtering to separate funders/templates/organization by country.</p> <p>The second part of the work will focus on making our default template machine-actionable by adding integrations to controlled vocabularies, a re3data repository selector, license selector, fewer free text fields, as well as important identifiers for users (ORCID ids) and organizations (ROR ids). We will also update our API so that it conforms to the <a href="https://github.com/RDA-DMP-Common/RDA-DMP-Common-Standard/tree/v1.0">RDA Common standard</a>.</p> <p>We will finish the year by adding new features that allow administrators to pre-define a subset of good institutionally shared plans. We will also improve the current plan version and a lifecycle of plan version so you can indicate the status of the plan. We will also work on incorporating multiple datasets into DMPs so you can get better insights about various storage requirements, license requirements etc. Enabling static pages to be edited is also on the to-do list. Lots to look forward to!</p> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a>, <a href="https://blog.dmptool.org/category/roadmap-project/" rel="category tag">Roadmap Project</a> </span> <span class="sep"> | </span> <span class="tag-links"> <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://blog.dmptool.org/tag/roadmap/" rel="tag">Roadmap</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2019/12/17/dmp-services-unite/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2419 --> <article id="post-2396" class="post-2396 post type-post status-publish format-standard hentry category-general category-news2"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2019/08/19/meet-the-new-dmptool-product-manager/" rel="bookmark">Meet the new DMPTool Product&nbsp;Manager</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2019/08/19/meet-the-new-dmptool-product-manager/" title="11:43 am" rel="bookmark"><time class="entry-date" datetime="2019-08-19T11:43:26-07:00">August 19, 2019</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://blog.dmptool.org/author/mariapraetzellis/" title="View all posts by mariapraetzellis" rel="author">mariapraetzellis</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2019/08/19/meet-the-new-dmptool-product-manager/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p><span style="font-weight:400;"><img data-attachment-id="2398" data-permalink="https://blog.dmptool.org/2019/08/19/meet-the-new-dmptool-product-manager/mariapraetzellisheadshot/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2019/08/mariapraetzellisheadshot.jpeg" data-orig-size="1000,1333" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 7&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1564848032&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.99&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.25&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="MariaPraetzellisHeadshot" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2019/08/mariapraetzellisheadshot.jpeg?w=225" data-large-file="https://blog.dmptool.org/wp-content/uploads/2019/08/mariapraetzellisheadshot.jpeg?w=628" loading="lazy" class=" wp-image-2398 alignleft" src="https://blog.dmptool.org/wp-content/uploads/2019/08/mariapraetzellisheadshot.jpeg" alt="MariaPraetzellisHeadshot" width="229" height="305" srcset="https://blog.dmptool.org/wp-content/uploads/2019/08/mariapraetzellisheadshot.jpeg?w=229&amp;h=305 229w, https://blog.dmptool.org/wp-content/uploads/2019/08/mariapraetzellisheadshot.jpeg?w=458&amp;h=610 458w, https://blog.dmptool.org/wp-content/uploads/2019/08/mariapraetzellisheadshot.jpeg?w=113&amp;h=150 113w, https://blog.dmptool.org/wp-content/uploads/2019/08/mariapraetzellisheadshot.jpeg?w=225&amp;h=300 225w" sizes="(max-width: 229px) 100vw, 229px" />Today, August 19, marks my seventh week as the new DMPTool Product Manager, and the latest Research Data Specialist to </span><a href="https://www.cdlib.org/cdlinfo/2019/07/03/maria-praetzellis-joins-uc3-as-product-manager/"><span style="font-weight:400;">join the team at UC3</span></a><span style="font-weight:400;">. I’m thrilled to be joining such an active and engaged community of professionals committed to the principles of </span><span style="font-weight:400;">open science, open infrastructure, and public access to research and knowledge</span><span style="font-weight:400;">.</span></p> <p><span style="font-weight:400;">As I take the reins from Stephanie Simms, I’m grateful for her instrumental work in rethinking the capabilities of a data management plan (DMP) and her work with the community in developing the conceptual frameworks and use cases for the </span><a href="https://blog.dmptool.org/2018/08/20/machine-actionable-dmps-what-can-we-automate/"><span style="font-weight:400;">creation of machine-actionable DMPs</span></a><span style="font-weight:400;">. As I’ve learned more in these first weeks, I am invigorated by the plans for machine-actionable DMPs, seeing the critical role they could play in research and data sharing and the exciting potential for expanding their dynamism, utility, and centrality to research data workflows. </span></p> <p><span style="font-weight:400;">Prior to joining CDL, I was a Program Manager in the Web Archiving and Data Services group at the Internet Archive. At the Internet Archive, I managed domain-scale web harvesting, dataset and indexing services, and computational access to large-scale data for researchers. I bring a strong background in product management for services used by a global set of partners and a commitment to community-driven feature development and system integrations. </span></p> <p><span style="font-weight:400;">I’m looking forward to expanding upon this experience as I begin work on furthering development of the DMPTool, keeping in step with what can be useful to and benefit the community, and advancing our shared commitment to open access to research and research data.</span></p> <p><span style="font-weight:400;"> Please feel free to reach out and introduce yourself! I’m eager to receive any feedback or questions. You can reach me directly at maria.praetzellis@ucop.edu.</span></p> </div><!-- .entry-content --> <footer class="entry-meta"> <span class="cat-links"> <span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://blog.dmptool.org/category/general/" rel="category tag">General</a>, <a href="https://blog.dmptool.org/category/news2/" rel="category tag">News</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2019/08/19/meet-the-new-dmptool-product-manager/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2396 --> <nav id="nav-below"> <h3 class="assistive-text">Post navigation</h3> <div class="nav-previous"><a href="https://blog.dmptool.org/category/news2/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div> <div class="nav-next"></div> </nav><!-- #nav-above --> </div><!-- #content --> </section><!-- #primary --> <div id="secondary" class="widget-area" role="complementary"> <aside id="blog_subscription-2" class="widget widget_blog_subscription jetpack_subscription_widget"><h3 class="widget-title"><label for="subscribe-field">Follow Blog via Email</label></h3> <div class="wp-block-jetpack-subscriptions__container"> <form action="https://subscribe.wordpress.com" method="post" accept-charset="utf-8" data-blog="53337142" data-post_access_level="everybody" id="subscribe-blog" > <p>Enter your email address to follow this blog and receive notifications of new posts by email.</p> <p id="subscribe-email"> <label id="subscribe-field-label" for="subscribe-field" class="screen-reader-text" > Email Address: </label> <input type="email" name="email" style="width: 95%; padding: 1px 10px" placeholder="Email Address" value="" id="subscribe-field" required /> </p> <p id="subscribe-submit" > <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="blog_id" value="53337142"/> <input type="hidden" name="source" value="https://blog.dmptool.org/category/news2/"/> <input type="hidden" name="sub-type" value="widget"/> <input type="hidden" name="redirect_fragment" value="subscribe-blog"/> <input type="hidden" id="_wpnonce" name="_wpnonce" value="32937b0d3c" /> <button type="submit" class="wp-block-button__link" > Follow </button> </p> </form> </div> </aside> </div><!-- #secondary .widget-area --> </div><!-- #main --> <footer id="colophon" role="contentinfo"> <div id="supplementary" class="two"> <div id="first" class="widget-area" role="complementary"> <aside id="meta-3" class="widget widget_meta"><h3 class="widget-title">Meta</h3> <ul> <li><a href="https://wordpress.com/start?ref=wplogin">Register</a></li> <li><a href="https://dmptool.wordpress.com/wp-login.php">Log in</a></li> <li><a href="https://blog.dmptool.org/feed/">Entries feed</a></li> <li><a href="https://blog.dmptool.org/comments/feed/">Comments feed</a></li> <li><a href="https://wordpress.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.com</a></li> </ul> </aside> </div><!-- #first .widget-area --> <div id="second" class="widget-area" role="complementary"> <aside id="categories-3" class="widget widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-54"><a href="https://blog.dmptool.org/category/general/">General</a> </li> <li class="cat-item cat-item-173527938"><a href="https://blog.dmptool.org/category/imls-project-libraries-outreach/">IMLS Project: Libraries Outreach</a> </li> <li class="cat-item cat-item-700887302"><a href="https://blog.dmptool.org/category/madmps/">maDMPs</a> </li> <li class="cat-item cat-item-105552 current-cat"><a aria-current="page" href="https://blog.dmptool.org/category/news2/">News</a> </li> <li class="cat-item cat-item-354869599"><a href="https://blog.dmptool.org/category/ostpresp/">OSTPResp</a> </li> <li class="cat-item cat-item-71843686"><a href="https://blog.dmptool.org/category/roadmap-project/">Roadmap Project</a> </li> <li class="cat-item cat-item-173527939"><a href="https://blog.dmptool.org/category/sloan-project-dmptool2/">Sloan Project: DMPTool2</a> </li> </ul> </aside> </div><!-- #second .widget-area --> </div><!-- #supplementary --> <div id="site-generator"> <a href="https://wordpress.com/?ref=footer_custom_powered" rel="nofollow">Website Powered by WordPress.com</a>. </div> </footer><!-- #colophon --> </div><!-- #page --> <script type="text/javascript"> var infiniteScroll = {"settings":{"id":"content","ajaxurl":"https:\/\/blog.dmptool.org\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":true,"click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"19.08.19","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"blog.dmptool.org","path":"\/category\/news2\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"category_name":"news2","error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"tag":"","cat":105552,"tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2024-11-28 04:45:34","last_post_date":"2019-08-19 11:43:26","body_class":"infinite-scroll","loading_text":"Loading new page","stats":"blog=53337142&v=wpcom&tz=-7&user_id=0&subd=dmptool&x_pagetype=infinite-click"}}; </script> <!-- --> <div style="display:none"> </div> <div id="actionbar" style="display: none;" class="actnbr-pub-hum actnbr-has-follow"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://blog.dmptool.org"> <img loading='lazy' alt='' src='https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=50' srcset='https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=50 1x, https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=75 1.5x, https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=100 2x, https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=150 3x, https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> DMP Tool Blog </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 117 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="53337142" /> <input type="hidden" name="source" value="https://blog.dmptool.org/category/news2/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="32937b0d3c" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fblog.dmptool.org%252F2024%252F06%252F24%252Fintroducing-the-new-dmp-tool-product-manager%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://blog.dmptool.org"> <img loading='lazy' alt='' src='https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=50' srcset='https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=50 1x, https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=75 1.5x, https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=100 2x, https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=150 3x, https://blog.dmptool.org/wp-content/uploads/2024/06/cropped-dmp_tool-svg-1.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> DMP Tool Blog </a> </li> <li class="actnbr-folded-customize"> <a href="https://dmptool.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fdmptool.wordpress.com%2Fcategory%2Fnews2%2F"> <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span> </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fblog.dmptool.org%252F2024%252F06%252F24%252Fintroducing-the-new-dmp-tool-product-manager%252F">Log in</a></li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://blog.dmptool.org" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/read/feeds/11681016"> View site in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20241015"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20231122"; script.defer = true; document.body.appendChild( script ); } ); </script> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading">&nbsp;</span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Loading Comments...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner">&nbsp;</span> <div id="jp-carousel-comment-post-results"></div> <div id="jp-carousel-comment-form-commenting-as"> <p id="jp-carousel-commenting-as"> You must be <a href="#" class="jp-carousel-comment-login">logged in</a> to post a comment. </p> </div> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='https://s2.wp.com/_static/??-eJydzEEKwyAQheEL1Q5JocFFyFmsDkEzjuI4hNy+FJptFln+j8cHezW+cEfukNVU0jWyQMJend/+DaIMuQQlFPCuFRUkkD1WbOajHAifXuQB97Hzcw43vR4Jg1kdEbbjqn7+kufhbUc7vYZxSl9CS2RI&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="jetpack-carousel-js-extra"> /* <![CDATA[ */ var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/blog.dmptool.org\/wp-admin\/admin-ajax.php","nonce":"8dee1b9107","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","image_label":"Open image in full-screen.","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"1","require_name_email":"1","login_url":"https:\/\/dmptool.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fblog.dmptool.org%2F2024%2F06%2F24%2Fintroducing-the-new-dmp-tool-product-manager%2F","blog_id":"53337142","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=53337142&v=wpcom&tz=-7&user_id=0&subd=dmptool","is_public":"1"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/_static/??-eJylj80KwjAQhF/I7VqFehIfRdI0lo2bTcgPpW/fHIyIBwU9fsPM7CwuAbSXbCSjTej8SGygJBPVXDUgufnOph2++FyBwGUmSWhNDkrfH4ypCF5JNI6FeMIaJqFsIOnomRuvnSP5uVSr6Os+ftqa8Fdrrm9PMCtmE9dP9OVKGwNL0N69Yc1d3Lk/Hfd9PxyGwW5WiY83'></script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script> <script type="text/javascript"> (function() { var extend = function(out) { out = out || {}; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) continue; for (var key in arguments[i]) { if (arguments[i].hasOwnProperty(key)) out[key] = arguments[i][key]; } } return out; }; extend( window.infiniteScroll.settings.scripts, ["jetpack-mu-wpcom-settings","rlt-proxy","wpcom-actionbar-placeholder","mobile-useragent-info","the-neverending-homepage","jetpack-carousel","tiled-gallery","carousel-wpcom"] ); extend( window.infiniteScroll.settings.styles, ["the-neverending-homepage","infinity-hum","wp-block-library","wp-block-library-theme","jetpack-layout-grid","jetpack-ratings","mediaelement","wp-mediaelement","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","wpcom-bbpress2-staff-css","twentyeleven-block-style","twentyeleven-wpcom-style","reblogging","geo-location-flair","hum-parent-style","hum-style","h4-global","wp-emoji-styles","videopress-video-style","jetpack-sharing-buttons-style","classic-theme-styles","global-styles","jetpack-global-styles-frontend-style","jetpack-carousel-swiper-css","jetpack-carousel","tiled-gallery","core-block-supports-duotone"] ); })(); </script> <span id="infinite-aria" aria-live="assertive"></span> <script src="//stats.wp.com/w.js?67" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'53337142','blog_tz':'-7','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'53337142','v':'wpcom','tz':'-7','user_id':'0','subd':'dmptool'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1mNzc2NTVTamdsd0xoLz9RQkM2K298TXY9bERQMXc2MjhEaVZfb2wwakRoSj0mUkp1THptM1NdbkV1WjZIcU9mVWQmPUIvMlN6Jk8wW3NYVEJ3dWZOWExuWD9HeXRFdG1MTkFZSlRjJmp4ZVRhUmJUaElqNHA0ME5qWDFCJVl1YVpRZzZ+b2x5MHdnbld0SkNTUDh+QjJvUW0rSmZfR19dJTVkeVRJSUNdcHkzakxjN3c1PzQ/V08rRGxDSHNMbzBaTWlTNGJQTUs1W2omaC1FTTRVLXo0NGZ1T2FwcGdMX1lCWGtLdHBdX19HVm9pYlJoRzFGeW8xNEJxSVVQTiVaTi5abjd8NS18QmRjRnlvRGRDMjVSVmUvYnFtfHddR0xZTSxFanFEd0JpNzU9dlA='}]); _stq.push([ 'clickTrackerInit', '53337142', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script> </body> </html>

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