CINXE.COM

Roadmap Project | 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> Roadmap Project | 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=2518' + '&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=1732787078"; 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; Roadmap Project Category Feed" href="https://blog.dmptool.org/category/roadmap-project/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://s0.wp.com/_static/??/wp-content/mu-plugins/jetpack-plugin/moon/modules/infinite-scroll/infinity.css,/wp-content/mu-plugins/infinity/themes/pub/hum.css?m=1685131895j&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":"7d37a4300c","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\/moon\/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="Roadmap Project &#8211; DMP Tool Blog" /> <meta property="og:url" content="https://blog.dmptool.org/category/roadmap-project/" /> <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 Roadmap Project written by mariapraetzellis and stephaniesimms" /> <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-roadmap-project category-71843686 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>Roadmap Project</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/roadmap-project/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div> <div class="nav-next"></div> </nav><!-- #nav-above --> <article id="post-2518" class="post-2518 post type-post status-publish format-standard has-post-thumbnail hentry category-general category-roadmap-project tag-roadmap"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2021/03/02/dmproadmap-annual-planning-meeting/" rel="bookmark">DMPRoadmap Annual Planning&nbsp;Meeting</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2021/03/02/dmproadmap-annual-planning-meeting/" title="9:38 am" rel="bookmark"><time class="entry-date" datetime="2021-03-02T09:38:06-08:00">March 2, 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/03/02/dmproadmap-annual-planning-meeting/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p><img src="https://lh6.googleusercontent.com/k2i73Jal0ZbLdAWoCNaHX7x4Y-Jt_0BzkwALraPzQTrR7RVsyCsaOZPRRw39n67NtRiK1oZmimr-v3xLOumDCoP4HaEKj1DQYKTEt4eg6fe9sps-qkibI_HXcuj-h7TY59955d0Y" width="624" height="307"></p> <p class="has-text-align-center"><em>This is a joint blog post between DMPonline and the DMPTool</em></p> <p>In February we conducted our annual strategic planning meeting between DCC and CDL to discuss joint plans for the upcoming year. We were joined from DCC by: Kevin Ashley, Patricia Herterich, Magdalena Drafiova, Marta Nicholson, Ray Carrick, Angus Whyte, Diana Sisu and from CDL: John Chodacki, Marisa Strong, Catherine Nancarrow, Brian Riley and Maria Praetzellis.</p> <p>This meeting was a follow up to our 2019&nbsp; meeting, where we had a chance to meet for three days with our colleagues and we wanted to replicate this in our half day online meeting. This time around we had to swap to Zoom for the lovely city of Edinburgh and only met for a half day instead of three days. Nonetheless, we managed to accomplish some important high level planning discussions regarding the work of continuing our collaboration on the Roadmap codebase. In this blog post we provide you with the summary of what we discussed and share our plans for the coming months.&nbsp;</p> <p><strong>Celebrating the achievements of 2020</strong></p> <p>We all agreed that despite the many challenges of 2020 (not to mention the departure of <a href="https://www.dcc.ac.uk/news/time-bid-adieu">Sarah Jones</a> and <a href="https://mailchi.mp/87f0c9858288/dmponline-newsletter-january-2021">Sam Rust</a>), this was a very successful year for our collaboration. Our team of developers completed several large developments a few of which are highlighted below:&nbsp;</p> <ul class="wp-block-list"><li>Completed the Rails5 migration&nbsp;</li><li>Developed an API that is compliant with the RDA Common Standard for DMPs</li><li>Released a new feature allowing for conditional questions and notifications within DMP templates</li><li>Improved the usage dashboard</li><li>Integrated with Google Analytics</li><li>Integrated with translation.io to facilitate several languages</li></ul> <p>Several new features surrounding machine-actionable DMPs were also released of the past year including:&nbsp;</p> <ul class="wp-block-list"><li>RORs Identifiers for research organizations</li><li>Funder Registry Identifiers for funders</li><li>ORCiDs for DMP creators and collaborators</li><li>API compliant with RDA Common Standard Metadata Schema&nbsp;</li><li>Ability to export plans as RDA Common Standard compliant JSON</li></ul> <p><strong>Highlights of our 2021 Development Plans&nbsp;</strong></p> <p>During the first quarter of 2021, DMPonline will focus on consolidating the code base, making sure the various changes both the DMPTool and DMPonline team have developed over the past year are integrated and any new work is carried out on top of a shared code base.&nbsp;</p> <p><strong><em>UX Improvements&nbsp;</em></strong></p> <p>Based on the extensive usability testing that both DMPTool and DMPonline have conducted over the past year, we will select pieces of work that will have significant impact for both services. Initially we will focus on the creation of a new plan wizard making the creation of new plans and the selection of templates and appropriate guidance easier.</p> <p><strong><em>Expanded machine-actionable DMP features</em></strong></p> <ul class="wp-block-list"><li>The ability to generate a unique identifier for a DMP with an associated landing page that connects the DPM to eventual research outputs</li><li>A new Research Outputs tab will allow for more granular description of specific research outputs&nbsp;</li><li>Integration with the Registry of Research Data Repositories (re3data)</li><li>Integration with FAIRsharing</li><li>Plan versioning</li></ul> <p><strong><em>DMPRoadmap for funders</em></strong></p> <p>In 2021, we will also work on making DMPRoadmap more useful to funders. This will include:</p> <ul class="wp-block-list"><li>A different dashboard view</li><li>Easier ways to integrate grant numbers and other funder specific information</li><li>Tagging of institutional DMP templates as funder compliant</li></ul> <p><strong><em>Other collaborations</em></strong></p> <p>The DMPonline team will also work with the TU Delft <a href="https://www.dcc.ac.uk/news/towards-better-efficiency-integrating-data-management-plans-institutional-systems">on a project</a> that will integrate the system more with institutional login options to automatically get more information about users and use that to improve workflows and reporting for institutional admins.</p> <p><em><strong>RSpace integration</strong></em></p> <p>The electronic lab notebook, <a href="https://www.researchspace.com/">RSpace</a>, and the DMPTool are currently working on an integration allowing for the bi-directional linking of data between DMPTool and RSpace. The first phase of this work is currently in development and utilizes OAuth so that users can connect accounts. Once we get this initial connection running, the team will look at bi-directional notifications and updates between the two systems.</p> <p>For a more detailed description of our upcoming development plans please see our<a href="https://github.com/DMPRoadmap/roadmap/wiki/Development-roadmap"> wiki page</a>. This promises to be another busy but exciting year of work for both teams and we look forward to continuing to share our progress with 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/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/2021/03/02/dmproadmap-annual-planning-meeting/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2518 --> <article id="post-2455" class="post-2455 post type-post status-publish format-standard hentry category-madmps category-roadmap-project tag-machine-actionable-dmps"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2020/06/08/dmproadmap-team-at-the-madmp-hackathon/" rel="bookmark">DMPRoadmap Team at the maDMP&nbsp;Hackathon</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2020/06/08/dmproadmap-team-at-the-madmp-hackathon/" title="4:52 pm" rel="bookmark"><time class="entry-date" datetime="2020-06-08T16:52:44-07:00">June 8, 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/06/08/dmproadmap-team-at-the-madmp-hackathon/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>Research Data Alliance (RDA) recently hosted a three day (27-29 May 2020) <a href="https://rda-dmp-common.github.io/hackathon-2020/">machine-actionable DMP hackathon</a> to build integrations and test the <a href="https://www.rd-alliance.org/group/dmp-common-standards-wg/outcomes/rda-dmp-common-standard-machine-actionable-data-management">Common Standard for maDMPs</a>. The event, coordinated through teams at RDA-Austria and TU Wien, was well attended with over 70 participants from Australia, Europe, Africa, and North America. </p> <p>The teams that work on DMP Tool (dmptool.org) and DMP Online (dmponline.org) were really pleased to represent our shared DMPRoadmap codebase and show our conformance with the standard and ability to exchange DMPs across systems. This blog post details the work of the DMPRoadmap group in the hackathon, for a full review of all outputs please visit the <a href="https://github.com/RDA-DMP-Common/hackathon-2020/blob/master/results.md">Hackathon GitHub</a>.</p> <figure class="wp-block-image"><img title="Chart" src="https://lh6.googleusercontent.com/uO8B0Umi4JAjlWle6JEvEa0ju6Y0w_S7jFRUuQgTYJE4LuOelOQ3Jz7mUbtQp2VcfS29qGHttOqw71GKqaPpnjoZ5QFX-n-OcU56XcX9cvcJMaELQdNYmpDmQ8RBkA" alt="" /></figure> <h2 class="wp-block-heading"><strong>What did we work on?</strong></h2> <p>Maria Praetzellis and Sarah Jones, product managers from DMPRoadmap, joined the hackathon “TigTag” team and focused on mapping maDMPs to funder templates. During the hackathon, their group successfully mapped required questions from several funder specific DMPs including: </p> <ul class="wp-block-list"> <li>Horizon 2020</li> <li>Science Europe</li> <li>National Science Foundation</li> <li>U.S. Geological Survey</li> </ul> <p>The goal of the exercise was to develop guidance on how to normalize the ways that fields from specific funder templates can be mapped to the standard, and, when necessary, develop extensions to incorporate template specific needs. The team came up with <a href="https://docs.google.com/document/d/1RdIvlSdHisXFhXMbB0tCKI58_X-oKEMspAwJP91LW6c/edit#heading=h.igx5kbelw13c">several proposals</a> for changes to the documentation and structure of DMP Common Standard and made a few recommendations for extensions to the standard. The team is now assembling the recommendations and will submit ideas as issues to the Common Standard GitHub so work can be tracked going forward. </p> <p>Brian Riley and Sam Rust, developers from DMPRoadmap,  joined the hackathon “DMP Exchange team” and worked to determine how the RDA Common Standard JSON format could be used to exchange DMP metadata between tools. Their team provided a staging service and granted API keys to other development teams to allow testing of prototypes, which helped all participants debug issues. Over the course of the hackathon, our new maDMP API helped developers of the following DMP systems implement their own APIs:</p> <ul class="wp-block-list"> <li><a href="https://easydmp.no/">easyDMP</a></li> <li><a href="https://www.haplo.com/">Haplo RDM System</a></li> <li><a href="https://ds-wizard.org/">Data Stewardship Wizard</a> </li> </ul> <p>Based on this work, we were able to exchange maDMP metadata between DMPTool and those three systems by the end of the hackathon.  Below are screenshots of DMP exports from the Data Stewardship Wizard that were imported into the DMPTool. Because we were each using the RDA Common Standard format, the new DMP was created within the DMPTool and the appropriate metadata was successfully mapped: title, description, project start/end dates, grant ID, contact information, and contributor information.</p> <figure class="wp-block-image"><img src="https://lh3.googleusercontent.com/dJAuoiuxSRFcB7dKyUo7_lvE5_JMuMCZZUqzy14jxFM74pkMx7cK8XEpdtkh0jGObEzYeJIBi5qQRitTfundh7-wVUAHMc-c_nrH03FANZfcl0lGQ6DYEU0TO4z4eB8_iUG1Egs" alt="" /></figure> <figure class="wp-block-image"><img src="https://lh4.googleusercontent.com/PBtOZ7euxFWVgZRf2ljXblQeNVodZzzltUg5MqColIP4Sd4eWpDxzeXblQ7IZAvMHyLXIvzVJaQc6Rd8uE5ozL7KlSB7tA6JdNMk6fWjj0lDyKjvN2SEVc6ILkPu4ydmpGG5ByU" alt="" /></figure> <p>While the data models used by many systems do not yet offer full support of the RDA Common Standard model, progress was made towards mapping the high level DMP information across the board. Also, the confirmation that these systems could exchange information using RDA Common Standard JSON was encouraging and will likely open the door for future integrations. </p> <h2 class="wp-block-heading"><strong>Other outcomes</strong></h2> <p>We also collaborated with members of the DMP Melbourne, University of Cape Town and Stockholm University on an integration with their institutional repository platform. The teams were interested in pushing both DMP metadata and the physical DMP document into that repository. However, they did not yet support the maDMP standard. So the team created two separate prototype scripts. The first<a href="https://github.com/lylewinton/RDA-maDMP-hackathon-2020"> script</a> extracts DMPs from a DMPRoadmap system and creates a placeholder Project that future datasets can be connected to and also uploads a PDF copy of the DMP. The <a href="https://github.com/briri/Figshare_to_maDMP">second script</a> converts their JSON into RDA Common Standard compliant JSON. While their institutional repositories do not contain many DMPs at this point, a service like this could help extract DMPs for import into DMP systems that utilize the RDA Common Standards in the future. We hope to build upon this work to facilitate integrations with additional repositories in the future. </p> <h2 class="wp-block-heading"><strong>Future work </strong></h2> <p>Hackathon participants are now collating work produced during the hackathon into a <a href="https://github.com/RDA-DMP-Common/hackathon-2020/blob/master/results.md">final report</a>. In addition, participants expressed interest in:</p> <ul class="wp-block-list"> <li><strong>More communities.</strong> Most of the attendees at this hackathon were developers from DMP-focused tools. In the future, it would be great to have participants from other communities, including developers of CRIS systems, data repository platforms, and ethics tools.  This would help us expand the types of use cases being served.</li> <li><strong>More PIDs. </strong>The power of connected information replies on persistent identifiers.  We would like to increase our connection with various standards and integrate with the Research Organization Registry (<a href="https://ror.org/">ROR</a>), the <a href="https://www.crossref.org/services/funder-registry/">Funder Registry</a>, and the Contributor Roles Taxonomy (<a href="https://casrai.org/credit/">CRediT</a>) to provide more structured information to support such integrations.</li> </ul> <p>Thank you again to the team at RDA Austria and TU Wein for organizing the hackathon.  If you’re interested in tracking future development and outputs of this work please follow the <a href="https://github.com/RDA-DMP-Common/hackathon-2020">GitHub</a> and consider joining the <a href="https://www.rd-alliance.org/group/dmp-common-standards-wg/outcomes/rda-dmp-common-standard-machine-actionable-data-management">RDA Common Standard Working Group</a> or <a href="https://rd-alliance.org/groups/active-data-management-plans.html">Active DMPs Interest Group</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/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/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/06/08/dmproadmap-team-at-the-madmp-hackathon/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2455 --> <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" 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" 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-2362" class="post-2362 post type-post status-publish format-standard hentry category-general category-news2 category-roadmap-project tag-development tag-machine-actionable-dmps"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2018/10/23/roadmap-back-to-school-edition/" rel="bookmark">Roadmap back to school&nbsp;edition</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2018/10/23/roadmap-back-to-school-edition/" title="9:15 am" rel="bookmark"><time class="entry-date" datetime="2018-10-23T09:15:19-07:00">October 23, 2018</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/estefisimms/" title="View all posts by stephaniesimms" rel="author">stephaniesimms</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2018/10/23/roadmap-back-to-school-edition/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p><div data-shortcode="caption" id="attachment_2364" style="width: 1034px" class="wp-caption alignnone"><img aria-describedby="caption-attachment-2364" data-attachment-id="2364" data-permalink="https://blog.dmptool.org/2018/10/23/roadmap-back-to-school-edition/pencils-2/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2018/10/pencils1.jpg" data-orig-size="1024,683" 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="pencils" data-image-description="" data-image-caption="&lt;p&gt;From Flickr by Vanessa Lynn | https://www.flickr.com/photos/vanessa_lynn/4984782238&lt;/p&gt; " data-medium-file="https://blog.dmptool.org/wp-content/uploads/2018/10/pencils1.jpg?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2018/10/pencils1.jpg?w=628" class="alignnone size-full wp-image-2364" src="https://blog.dmptool.org/wp-content/uploads/2018/10/pencils1.jpg" alt="pencils for back to school" width="1024" height="683" srcset="https://blog.dmptool.org/wp-content/uploads/2018/10/pencils1.jpg 1024w, https://blog.dmptool.org/wp-content/uploads/2018/10/pencils1.jpg?w=150&amp;h=100 150w, https://blog.dmptool.org/wp-content/uploads/2018/10/pencils1.jpg?w=300&amp;h=200 300w, https://blog.dmptool.org/wp-content/uploads/2018/10/pencils1.jpg?w=768&amp;h=512 768w" sizes="(max-width: 1024px) 100vw, 1024px" /><p id="caption-attachment-2364" class="wp-caption-text">From Flickr by Vanessa Lynn | <a href="https://www.flickr.com/photos/vanessa_lynn/4984782238" rel="nofollow">https://www.flickr.com/photos/vanessa_lynn/4984782238</a></p></div></p> <p><strong>Summer activities and latest (major 2.0.0) release</strong><br /> The DMPRoadmap team is checking in with an overdue update after rotating holidays and work travels over the past few months. We also experienced some core team staff transitions and began juggling some parallel projects. As a result we haven’t been following a regular development schedule, but we have been busy tidying up the codebase and documentation.</p> <p>This post summarizes the contents of the major release and provides instructions for those with existing installations who will need to make some configuration changes in order to upgrade to the latest and greatest DMPRoadmap code. In addition to infrastructure improvements, we fixed some bugs and completed some feature enhancements. We appreciate the feedback and encourage you to keep it coming since this helps us set priorities (listed on the <a href="https://github.com/DMPRoadmap/roadmap/wiki/Development-roadmap">development roadmap</a>) and meet the data management planning needs of our increasingly international user community. On that note, we welcome Japan (National Institute for Informatics) and South Africa (NeDICC) as additional voices in the DMP conversation!</p> <p>Read on for more details about all the great things packed into the latest release, as well as some general updates about our services and of course machine-actionable DMPs. The DCC has already pushed the release out to its services and the DMPTool will be upgrading soon &#8211; separate communications to follow. Those who run their own instances should check out the full release notes and a <a href="https://www.youtube.com/watch?v=SZyFRTW5LKU&amp;t=5s">video tutorial</a> on the validations and data clean-up (thanks Gavin!) to complete the upgrade.</p> <p><strong>DMPRoadmap housekeeping work (full <a href="https://github.com/DMPRoadmap/roadmap/releases/tag/v2.0.0">release notes</a>, highlights below)</strong></p> <ul> <li><a href="https://github.com/DMPRoadmap/roadmap/wiki/Upgrading-from-v1.x-to-2.0.0">Instructions for existing installations to upgrade</a> to the latest release. Please read and follow these carefully to prevent any issues arising from invalid data. We highly recommend that you backup your existing database before running through these steps to prepare your system for Roadmap 2.0.0!</li> <li>Added a full suite of automated unit tests to make it easier to incorporate external contributions and improve overall reliability.</li> <li>Added data validations for improved data integrity.</li> <li>Created new and revised existing documentation for coding conventions, tests, translations, etc (<a href="https://github.com/DMPRoadmap/roadmap/wiki">Github wiki</a>). We can now update existing translations and add new ones more efficiently.</li> </ul> <p><strong>DMPRoadmap new features and bug fixes</strong></p> <ul> <li>Comments are now visible by default without having to click ‘Show.’ Stay tuned for additional improvements to the plan comments functionality in upcoming sprints.</li> <li>Renamed/standardized text labels for ‘Save’ buttons for clarity.</li> <li>Added a button to download a list of org users as a csv file (Admin &gt; ‘Users’ page)</li> <li>Added a global usage report for total users and plans for all orgs (Admin &gt; ‘Usage’ page)</li> <li>Admins can create customized template sections and place them at the beginning or end of funder templates via drag-and-drop</li> <li>Removed multi-select box as an answer format and replaced with multiple choice</li> </ul> <p><strong>DCC/DMPonline subscriptions [Please note: this does not apply to DMPTool users] </strong>Another recent change is in the DMPonline service delivery model. The DCC has been running DMP services for overseas clients for several years and is now transitioning the core DMPonline tool to a subscription model based on administrator access to the tool. The core functionality (developing, sharing and publishing DMPs) remains freely accessible to all, as well as the templates, guidance and user manuals we offer. We also remain committed to the Open Source DMPRoadmap codebase. The charges cover the support infrastructure necessary to run a production-level international service. More information is available for our users in a <a href="http://www.dcc.ac.uk/news/dmponline-charging-administrative-users">recent announcement</a>. We’re also growing the support team to keep up with the requests we’re receiving. If you are interested in being at the cutting edge of DMP services and engaging with the international community to define future directions, please <a href="http://www.dcc.ac.uk/news/dcc-job-fairy">apply to join us</a>!</p> <p><strong>Machine-actionable DMPs</strong><br /> Increasing the opportunities for machine-actionability of DMPs was one of the spurs behind the DMPRoadmap collaboration. Facilities already exist via use of a number of standard identifiers and we’re moving on both the standards development tracks and code development and testing.</p> <p>The CDL has been prototyping for the <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1745675&amp;HistoricalAwards=false">NSF EAGER grant</a> and started a blog series focused on this work (<a href="https://blog.dmptool.org/2018/07/09/scoping-machine-actionable-dmps/">#1</a>, <a href="https://blog.dmptool.org/2018/08/20/machine-actionable-dmps-what-can-we-automate/">#2</a>, next installation forthcoming), with an eye to seeding conversations and sharing experiences as many of us begin to experiment in multiple directions. CDL prototyping efforts are separate from the DMPRoadmap project currently but will inform future enhancements.</p> <p>We’re also attempting to inventory global activities and projects on <a href="https://activedmps.org/">https://activedmps.org/</a> Some updates for this page are in the works to highlight new requirements and tools. Please add any other updates you’re aware of! Sarah ran a workshop in South Africa in August on behalf of NeDICC to gather requirements for machine-actionable DMPs there and the DCC will be hosting a visit from DIRISA in December. All the <a href="https://zenodo.org/record/1451956">content from the workshop</a> is on Zenodo and you can see how engaged the audience got in mapping our solutions. The DCC is also presenting on recent trends in DMPs as part of the OpenAIRE and FOSTER webinar series for Open Access week 2018. The talk maps out the current and emerging tools from a European perspective. Check out the <a href="https://www.slideshare.net/sjDCC/dmp-need-to-know">slides</a> and <a href="https://www.youtube.com/watch?v=_NMa4vitDwA&amp;feature=youtu.be">video</a>.</p> <p>You can also check out the <a href="http://doi.org/10.5281/zenodo.1434938">preprint</a> and/or stop by the poster for ‘Ten Principles for Machine-Actionable DMPs’ at Force2018 in Montreal and the RDA plenary in Botswana. This work presents 10 community-generated principles to put machine-actionable DMPs into practice and realize their benefits. The principles describe specific actions that various stakeholders are already undertaking or should take.</p> <p>We encourage everyone to contribute to the session for the DMP Common Standards working group at the <a href="https://www.rd-alliance.org/wg-dmp-common-standards-rda-12th-plenary-meeting">next RDA plenary</a> (Nov 5-8 in Botswana). There is community consensus that interoperability and delivery of DMP information across systems requires a common data model; this group aims to deliver a framework for this essential first step in actualizing machine-actionable DMPs.</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>, <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/development/" rel="tag">development</a>, <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/2018/10/23/roadmap-back-to-school-edition/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2362 --> <article id="post-2270" class="post-2270 post type-post status-publish format-standard hentry category-general category-news2 category-roadmap-project tag-release-notes"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2018/06/21/release-notes-translations-and-more/" rel="bookmark">Release notes: Translations and&nbsp;more</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2018/06/21/release-notes-translations-and-more/" title="4:14 pm" rel="bookmark"><time class="entry-date" datetime="2018-06-21T16:14:18-07:00">June 21, 2018</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/estefisimms/" title="View all posts by stephaniesimms" rel="author">stephaniesimms</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2018/06/21/release-notes-translations-and-more/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>We&#8217;re back to a two-week sprint rhythm and have some exciting new things in the latest release:</p> <ul> <li><strong>Translations: </strong>Our collaborators at the <a href="https://assistant.portagenetwork.ca/">Portage Network</a> in Canada helped internationalize the new version of the platform and various others contributed translations of DMPonline prior to the launch. We&#8217;ve added many new features to the DMP Roadmap codebase since then. It also took some wrangling to establish a process for handling and updating translation files. We&#8217;re happy to report that the DMPTool now offers a Brazilian Portuguese translation, with additional languages in the works (Spanish, Catalán, French, German, Japanese&#8230;). Users can adjust language selections for a given session in the dropdown menu at the upper right. You can also save a default language selection for your account under <em>Edit profile</em>. Please note that all DMPTool templates for US funders are available in English only at the moment.</li> </ul> <p><img data-attachment-id="2280" data-permalink="https://blog.dmptool.org/2018/06/21/release-notes-translations-and-more/language-selector/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png" data-orig-size="2130,260" 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="language-selector" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png?w=628" loading="lazy" class="aligncenter size-full wp-image-2280" src="https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png" alt="language selector dropdown" width="628" height="77" srcset="https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png?w=628&amp;h=77 628w, https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png?w=1256&amp;h=154 1256w, https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png?w=150&amp;h=18 150w, https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png?w=300&amp;h=37 300w, https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png?w=768&amp;h=94 768w, https://blog.dmptool.org/wp-content/uploads/2018/06/language-selector.png?w=1024&amp;h=125 1024w" sizes="(max-width: 628px) 100vw, 628px" /></p> <ul> <li><strong>Request feedback emails: </strong>We made some adjustments to these based on feedback from admins. Now a participating organization must provide a primary contact email on the <em>Organization details</em> page in order to enable the <em>Request feedback</em> functionality. When a user submits a plan for feedback, the system will deliver an email notification to this primary contact email (not to everyone with admin privileges at that org as it did previously). We plan to continue refining this functionality during future sprints so please let us know what does and doesn&#8217;t work for you.</li> <li><strong>Guidance: </strong>Admins will notice a slight change here; you are now required to apply exactly one theme to each piece of guidance (using the radio buttons). For organizations that have guidance tagged with multiple themes, the guidance will still work and show for the existing themes. However, when you edit or update the guidance you will only see one of the themes selected and will only be able to select one from this point forward.</li> </ul> <p><img data-attachment-id="2281" data-permalink="https://blog.dmptool.org/2018/06/21/release-notes-translations-and-more/guidance-theme/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png" data-orig-size="1800,1090" 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="guidance-theme" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png?w=628" loading="lazy" class="aligncenter size-full wp-image-2281" src="https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png" alt="guidance page with theme radio buttons" width="628" height="380" srcset="https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png?w=628&amp;h=380 628w, https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png?w=1256&amp;h=760 1256w, https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png?w=150&amp;h=91 150w, https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png?w=300&amp;h=182 300w, https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png?w=768&amp;h=465 768w, https://blog.dmptool.org/wp-content/uploads/2018/06/guidance-theme.png?w=1024&amp;h=620 1024w" sizes="(max-width: 628px) 100vw, 628px" /></p> <ul> <li><strong>Bug fixes and usability improvements: </strong>We&#8217;re ironing out some kinks with table sorting and searching during this latest sprint and continuing into the next one. Read the full <a href="https://github.com/DMPRoadmap/roadmap/releases/tag/v1.1.2">release notes</a> for a complete list of bug fixes and many thanks to our international user community for reporting most of these issues!</li> </ul> <p><strong>In other news</strong></p> <p>Please join me for a deep dive webinar into Themes, Templates, and Guidance on 18 July, 9-10 am PDT. <a href="https://UCOP.zoom.us/meeting/register/1ea65b2a59d477a47510d14dfea9e911">Register here</a>. The recording will be available afterward.</p> <p>DMPTool promo materials are in the mail! If you want some new, blue postcards and stickers and didn&#8217;t already place your order, follow <a href="https://tinyurl.com/DMPtoolSupplies">this link</a>. And thanks to all those who provided suggestions in the order form about how we can help you help researchers create DMPs. We&#8217;ll do our best to follow up on them!</p> <p><img data-attachment-id="2282" data-permalink="https://blog.dmptool.org/2018/06/21/release-notes-translations-and-more/dmptool_postcard_v2/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2018/06/dmptool_postcard_v2.png" data-orig-size="432,288" 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_postcard_v2" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2018/06/dmptool_postcard_v2.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2018/06/dmptool_postcard_v2.png?w=432" loading="lazy" class="aligncenter size-full wp-image-2282" src="https://blog.dmptool.org/wp-content/uploads/2018/06/dmptool_postcard_v2.png" alt="dmptool postcard" width="432" height="288" srcset="https://blog.dmptool.org/wp-content/uploads/2018/06/dmptool_postcard_v2.png 432w, https://blog.dmptool.org/wp-content/uploads/2018/06/dmptool_postcard_v2.png?w=150&amp;h=100 150w, https://blog.dmptool.org/wp-content/uploads/2018/06/dmptool_postcard_v2.png?w=300&amp;h=200 300w" sizes="(max-width: 432px) 100vw, 432px" /></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>, <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/release-notes/" rel="tag">release notes</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2018/06/21/release-notes-translations-and-more/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2270 --> <article id="post-2256" class="post-2256 post type-post status-publish format-standard hentry category-general category-news2 category-roadmap-project"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2018/06/01/release-notes-templates-and-more/" rel="bookmark">Release notes: Templates and&nbsp;more</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2018/06/01/release-notes-templates-and-more/" title="2:44 pm" rel="bookmark"><time class="entry-date" datetime="2018-06-01T14:44:05-07:00">June 1, 2018</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/estefisimms/" title="View all posts by stephaniesimms" rel="author">stephaniesimms</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2018/06/01/release-notes-templates-and-more/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p>The Roadmap development team just finished a huge chunk of work that we rolled out to DMPTool users this week. Prior to launching the new version of the tool we focused on optimizing the primary user side: creating DMPs. With this new release, we&#8217;ve made significant improvements to the administrative side, specifically to overhaul the way admins create and version templates.</p> <p>In the midst of this major refactoring effort, we did some additional maintenance, upgrades, and accepted the first new feature contribution from our French partners at <a href="https://dmp.opidor.fr/">DMP OPIDoR</a> (many thanks to Benjamin and Quentin!). The full <a href="https://github.com/DMPRoadmap/roadmap/releases/tag/v1.1.0">release notes</a> are available on GitHub. Most of the magic takes place behind the scenes, but keep reading for a summary of changes that affect the user interface.</p> <ul> <li><strong>Templates: </strong>You&#8217;ll notice some subtle changes as you create, edit, and update templates and customizations for funder templates. Previously, any changes you made to a template would trigger a new version. Now you can make changes to template details (Title, Description, update broken links) without versioning. Any structural changes, such as adding a new question or example answer or adding customized guidance to a funder template will create a new version. In the main templates table you will see a red editing icon (screenshot below) if you&#8217;ve made changes that created a new version. The icon includes a tooltip that alerts you to publish your changes (in the Actions menu) in order to make them available to users. You can always &#8220;Unpublish&#8221; templates and customizations at any time. You will only see the option to &#8220;Remove&#8221; (i.e. from the table/from view)  a template that has not been used to create any plans (e.g. test templates) or a customization that has not been previously published. Detailed instructions are available in the <a href="https://github.com/CDLUC3/dmptool/wiki/Help-for-Administrators">Help for Administrators</a>.</li> </ul> <p><img data-attachment-id="2263" data-permalink="https://blog.dmptool.org/2018/06/01/release-notes-templates-and-more/custom-template-publish/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png" data-orig-size="1211,530" 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="custom-template-publish" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png?w=628" loading="lazy" class="aligncenter size-full wp-image-2263" src="https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png" alt="publish changes" width="628" height="275" srcset="https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png?w=628&amp;h=275 628w, https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png?w=150&amp;h=66 150w, https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png?w=300&amp;h=131 300w, https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png?w=768&amp;h=336 768w, https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png?w=1024&amp;h=448 1024w, https://blog.dmptool.org/wp-content/uploads/2018/06/custom-template-publish.png 1211w" sizes="(max-width: 628px) 100vw, 628px" /></p> <ul> <li><strong>Global notifications:</strong> Super Admins (me) now have the ability to create global notifications that will be displayed to all users. These appear at the top of the screen and alert users to important news items such as scheduled maintenance or updates to funder templates. Users can dismiss the notifications by clicking the &#8216;x&#8217; on the right (if I configure them to be dismissable; there may be cases where you cannot dismiss the notification but I don&#8217;t anticipate using this frequently).</li> </ul> <p><img data-attachment-id="2262" data-permalink="https://blog.dmptool.org/2018/06/01/release-notes-templates-and-more/notifications/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png" data-orig-size="1171,383" 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="notifications" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png?w=628" loading="lazy" class="aligncenter size-full wp-image-2262" src="https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png" alt="global notifications" width="628" height="205" srcset="https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png?w=628&amp;h=205 628w, https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png?w=150&amp;h=49 150w, https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png?w=300&amp;h=98 300w, https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png?w=768&amp;h=251 768w, https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png?w=1024&amp;h=335 1024w, https://blog.dmptool.org/wp-content/uploads/2018/06/notifications.png 1171w" sizes="(max-width: 628px) 100vw, 628px" /></p> <p>We appreciate the feedback we&#8217;ve received so far and encourage everyone to keep it coming. Specifically, let us know what additional improvements we can make to the templates and guidance areas as you test the newly released code. A note: many have reported issues with searching and sorting tables, which we&#8217;re addressing as part of the next sprint. Please report any new feedback via <a href="https://github.com/CDLUC3/dmptool/issues">Github Issues</a> or the <a href="mailto:uc3@ucop.edu">helpdesk</a>.</p> <p><strong>Upcoming events</strong></p> <ul> <li>With this latest release, the timing is finally right for a templates and guidance webinar. We&#8217;re aiming for a date in early July (TBD very soon). The recording will be available afterward.</li> <li>For those who ordered outreach materials, you will receive them in the next 2-3 weeks. Thanks for your patience!</li> </ul> <p>&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>, <a href="https://blog.dmptool.org/category/roadmap-project/" rel="category tag">Roadmap Project</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2018/06/01/release-notes-templates-and-more/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2256 --> <article id="post-2245" class="post-2245 post type-post status-publish format-standard hentry category-general category-news2 category-roadmap-project tag-machine-actionable-dmps"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2018/05/08/set-the-controls-for-the-heart-of-the-sun/" rel="bookmark">Set the controls for the heart of the&nbsp;sun</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2018/05/08/set-the-controls-for-the-heart-of-the-sun/" title="9:37 am" rel="bookmark"><time class="entry-date" datetime="2018-05-08T09:37:00-07:00">May 8, 2018</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/estefisimms/" title="View all posts by stephaniesimms" rel="author">stephaniesimms</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2018/05/08/set-the-controls-for-the-heart-of-the-sun/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p><div data-shortcode="caption" id="attachment_2252" style="width: 638px" class="wp-caption aligncenter"><img aria-describedby="caption-attachment-2252" data-attachment-id="2252" data-permalink="https://blog.dmptool.org/2018/05/08/set-the-controls-for-the-heart-of-the-sun/heart-of-sun/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2018/05/heart-of-sun.jpg" data-orig-size="1024,683" 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="heart-of-sun" data-image-description="" data-image-caption="&lt;p&gt;From Flickr by Jon Baglo https://www.flickr.com/photos/jonsbaglo/8521188937&lt;/p&gt; " data-medium-file="https://blog.dmptool.org/wp-content/uploads/2018/05/heart-of-sun.jpg?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2018/05/heart-of-sun.jpg?w=628" loading="lazy" class="size-full wp-image-2252" src="https://blog.dmptool.org/wp-content/uploads/2018/05/heart-of-sun.jpg" alt="heart of the sun" width="628" height="419" srcset="https://blog.dmptool.org/wp-content/uploads/2018/05/heart-of-sun.jpg?w=628&amp;h=419 628w, https://blog.dmptool.org/wp-content/uploads/2018/05/heart-of-sun.jpg?w=150&amp;h=100 150w, https://blog.dmptool.org/wp-content/uploads/2018/05/heart-of-sun.jpg?w=300&amp;h=200 300w, https://blog.dmptool.org/wp-content/uploads/2018/05/heart-of-sun.jpg?w=768&amp;h=512 768w, https://blog.dmptool.org/wp-content/uploads/2018/05/heart-of-sun.jpg 1024w" sizes="(max-width: 628px) 100vw, 628px" /><p id="caption-attachment-2252" class="wp-caption-text">From Flickr by Jon Baglo <a href="https://www.flickr.com/photos/jonsbaglo/8521188937" rel="nofollow">https://www.flickr.com/photos/jonsbaglo/8521188937</a></p></div></p> <p>Our DMPTool and DMPonline services have been humming along with the same underlying code for a couple of months now. Since our MVP release, we’ve shifted gears to more regular sprints. We’re also pleasantly surprised by how eager the wider DMP community has been to join forces in migrating, translating, and even contributing new features already! Here’s a brief retrospective and a glimpse into the future.</p> <p><strong>Post MVP Backlog</strong><br /> There is a modest <a href="https://github.com/DMPRoadmap/roadmap/projects/4">backlog</a> of work that didn’t make into the MVP release. We’ve prioritized these issues and are focused on tying up the loose ends over the coming months. Those following the DMPRoadmap Github repository will notice regular <a href="https://github.com/DMPRoadmap/roadmap/releases">releases</a>. The goal is to settle into a steady two-week rhythm, but in the near term we’re working on slightly shorter or longer cycles to address critical bugs and some minor refactoring. Many thanks to our users on both sides of the pond who have reported issues and provided overwhelmingly positive feedback so far!</p> <p><strong>Evolving processes</strong><br /> We’ve been communicating with our respective user communities about new fixes and features as things pertain to them. Some things to note about our evolving development process:</p> <ul> <li>DMPRoadmap GitHub repo: this is where most development work happens since the majority of fixes and features apply to the core codebase. This repository also contains all technical documentation, release notes, and other info for those interested in deploying their own instances or contributing to the project.</li> <li>The DMPRoadmap wiki has a list of potential <a href="https://github.com/DMPRoadmap/roadmap/wiki/Development-roadmap">future enhancements</a>. We’re collating ideas here and will define priorities and requirements in consultation with the community via user groups and <a href="https://www.jiscmail.ac.uk/cgi-bin/webadmin?A0=DMPONLINE-USER-GROUP">listserv discussions</a>. If you have other desired new features please let us know.</li> <li>Any service-specific customizations reside in separate GitHub repos. For example, you can find the custom Single-Sign-On code in the <a href="https://github.com/CDLUC3/dmptool">DMPTool GitHub repo</a>. The way that we handle helpdesk functions varies too. DMPTool users can report issues directly in the DMPTool repo or via the <a href="mailto:uc3@ucop.edu">helpdesk</a>. If something pertains to the common codebase, Stephanie will tag the issue and transfer it to DMPRoadmap. For DMPonline users we ask you to report issues via the <a href="mailto:dmponline@dcc.ac.uk">helpdesk</a>.</li> </ul> <p><strong>External contributions</strong><br /> Our core dev team is test driving the external <a href="https://github.com/DMPRoadmap/roadmap/blob/development/CONTRIBUTING.md">contributor guidelines</a> with the French team from <a href="https://dmp.opidor.fr/">DMP OPIDoR</a>. They developed a new feature for a global notification system (e.g., to display maintenance messages, updates to funder templates) that happens to be in our backlog. The new feature looks great and is exactly the kind of contribution we’d like from others. You’ll see it in the next release. Thanks Benjamin and Quentin!</p> <p>We’re also keen to commence monthly community dev calls to learn about other new features that folks might be planning and keep track of how we collaborate on DMP support across the globe.</p> <p><strong>Translations</strong><br /> We’ll be adding new translations for Brazilian Portuguese (thanks to Benilton de Sá Carvalho and colleagues at UNICAMP) and Finnish thanks to <a href="https://www.dmptuuli.fi/">DMPTuuli</a>. We’re also reaching out to fill in missing portions of existing translations for other languages since we added so many new features. New translations are always welcome; more information is available on the <a href="https://github.com/DMPRoadmap/roadmap/wiki/Translations">GitHub wiki</a> and/or contact us.</p> <p><strong>A machine-actionable future</strong><br /> With the launch milestone behind us, we’re devoting more attention and resources to creating a machine-actionable future for DMPs. Two working groups hosted productive sessions at the recent RDA plenary (<a href="https://www.rd-alliance.org/groups/dmp-common-standards-wg">DMP Common Standards</a>, <a href="https://www.rd-alliance.org/groups/exposing-data-management-plans-wg">Exposing DMPs</a>) that included lightning talk presentations by members of the DMPRoadmap project (<a href="https://www.rd-alliance.org/system/files/documents/2018-RDA-Plenary-Berlin.pdf">slides 1</a> and <a href="https://www.rd-alliance.org/berlin-plenary-slides">slides 2</a>). Both of the groups are on track to provide actionable outputs in the next 12 months that will bolster wider community efforts on this front. We&#8217;ll continue participating in both groups as well as begin prototyping things with the <a href="https://blog.dmptool.org/2017/09/18/nsf-eager-grant-for-making-dmps-actionable/">NSF EAGER grant</a> awarded to the California Digital Library. Stay tuned for more details via future updates and check out the <a href="https://activedmps.org/">activedmps.org</a> site to get involved.</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>, <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/machine-actionable-dmps/" rel="tag">machine-actionable DMPs</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2018/05/08/set-the-controls-for-the-heart-of-the-sun/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2245 --> <article id="post-2218" class="post-2218 post type-post status-publish format-standard hentry category-general category-news2 category-roadmap-project"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2018/03/13/we-have-lift-off-dmproadmap-launches/" rel="bookmark">We have lift off &#8211; DMPRoadmap&nbsp;launches!</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2018/03/13/we-have-lift-off-dmproadmap-launches/" title="1:29 pm" rel="bookmark"><time class="entry-date" datetime="2018-03-13T13:29:43-07:00">March 13, 2018</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/estefisimms/" title="View all posts by stephaniesimms" rel="author">stephaniesimms</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2018/03/13/we-have-lift-off-dmproadmap-launches/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <div class="mceTemp"></div> <p><div data-shortcode="caption" id="attachment_2222" style="width: 638px" class="wp-caption aligncenter"><img aria-describedby="caption-attachment-2222" data-attachment-id="2222" data-permalink="https://blog.dmptool.org/2018/03/13/we-have-lift-off-dmproadmap-launches/flickr-fireworks/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg" data-orig-size="1600,640" 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="Flickr-fireworks" data-image-description="" data-image-caption="&lt;p&gt;Fireworks by bbtburnham / Flickr&lt;/p&gt; " data-medium-file="https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg?w=628" loading="lazy" class="size-full wp-image-2222" src="https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg" alt="fireworks" width="628" height="251" srcset="https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg?w=628&amp;h=251 628w, https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg?w=1256&amp;h=502 1256w, https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg?w=150&amp;h=60 150w, https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg?w=300&amp;h=120 300w, https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg?w=768&amp;h=307 768w, https://blog.dmptool.org/wp-content/uploads/2018/03/flickr-fireworks.jpg?w=1024&amp;h=410 1024w" sizes="(max-width: 628px) 100vw, 628px" /><p id="caption-attachment-2222" class="wp-caption-text">From Flickr by bbtburnham http://bit.ly/2FmYLIE</p></div></p> <p><em>by Sarah Jones</em></p> <p>We’re delighted to announce that the DMPTool and DMPonline sites are both now running from the new joint <a href="https://github.com/DMPRoadmap/roadmap">DMPRoadmap</a> codebase. We pushed the MVP out to test last month and have now migrated our production services. There are lots of exciting new features (<a href="https://github.com/DMPRoadmap/roadmap/releases/tag/v1.0.0">v1.0 release notes</a>).</p> <p>The site will undergo a second round of accessibility testing soon and we’ve done a number of performance and usability improvements as part of bringing together our two codebases. We have also implemented the revised set of <a href="https://github.com/DMPRoadmap/roadmap/wiki/Themes">DMP themes</a> agreed with community input last year. For UK users this means legacy guidance for removed themes has been merged and will need editing. See more information in <a href="http://www.dcc.ac.uk/news/dmponline-evolves-new-release-new-themes-imminent">this news item</a>.</p> <p>We gave a <a href="http://www.dcc.ac.uk/sites/default/files/documents/IDCC18/PresentationsIDCC18/DMPonline-demo-IDCC18.pdf">demo</a> of the new system at the IDCC conference in Barcelona last month, and also gave a <a href="https://doi.org/10.5281/zenodo.1174283">paper</a> on a landscape analysis of &#8220;Active DMPs,&#8221; charting all the work that is going on in this area internationally. This information is available on a new website <a href="https://activedmps.org/">http://activedmps.org</a> to serve as a central hub of machine-actionable DMP work. We invite everyone to update the site with links to any requirements you collect, or details of new tools emerging in this area. And don’t forget to join the sessions at the next <a href="https://www.rd-alliance.org/plenaries/rda-eleventh-plenary-meeting-berlin-germany">RDA plenary</a> where the DMP Common Standards WG will be comparing data models for the different DMP tools and the Exposing DMPs WG will be defining which elements of DMPs need to be shared to which actors. We also have a paper forthcoming that touches on work in these areas: the <a href="https://zenodo.org/record/1172673#.WooIr4PFKUk">pre-print</a> of <em>10 Simple Rules for Machine-Actionable DMPs</em> is out now in Zenodo.</p> <p>There is a huge number of users of the DMPRoadmap codebase. In addition to the core DMPonline and DMPTool services, there are many <a href="https://github.com/DMPRoadmap/roadmap/wiki/Local-installations-inventory">other instances</a> internationally, some hosted by the DCC, but the majority are run by external groups. We estimate 50k+ users, 400+ participating institutions internationally and a growing list of funder contacts across the globe. We encourage those hosting their own instances to migrate from the former DMPonline v4 code to DMPRoadmap, and to continue to contribute back to the joint development effort like the Portage consortium in Canada and DMP OPIDoR in France have done. <a href="https://github.com/DMPRoadmap/roadmap/wiki/Upgrading-From-DMPOnline_v4">Migration guidelines</a> are available to help dev teams make the switch and we have a Slack channel for external contributors. If you aren&#8217;t already a member, <a href="https://join.slack.com/t/dmproadmap/shared_invite/enQtMzI0NTIyODA4NjU4LWJiMDQxM2IyMDhkNmRmM2FhZWZmOGFlMThiNWI3MTJkZmNkYWRjOTc3M2M5MGI4N2Q4YjM3YzgzZTUwODg0MWY">join here</a>.</p> <p>As always we welcome your feedback and look forward to continuing to improve the DMP experience for everyone involved in the research enterprise.</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>, <a href="https://blog.dmptool.org/category/roadmap-project/" rel="category tag">Roadmap Project</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2018/03/13/we-have-lift-off-dmproadmap-launches/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2218 --> <article id="post-2189" class="post-2189 post type-post status-publish format-standard hentry category-general category-news2 category-roadmap-project tag-machine-actionable-dmps tag-outreach tag-webinar"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2018/02/14/prepare-for-launch-in-3-2-1/" rel="bookmark">Prepare for launch in 3… 2…&nbsp;1…</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2018/02/14/prepare-for-launch-in-3-2-1/" title="8:44 am" rel="bookmark"><time class="entry-date" datetime="2018-02-14T08:44:58-08:00">February 14, 2018</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/estefisimms/" title="View all posts by stephaniesimms" rel="author">stephaniesimms</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2018/02/14/prepare-for-launch-in-3-2-1/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p><div data-shortcode="caption" id="attachment_2190" style="width: 638px" class="wp-caption aligncenter"><img aria-describedby="caption-attachment-2190" data-attachment-id="2190" data-permalink="https://blog.dmptool.org/2018/02/14/prepare-for-launch-in-3-2-1/spacex-tesla/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2018/02/spacex-tesla.jpg" data-orig-size="960,437" 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="spacex-tesla" data-image-description="" data-image-caption="&lt;p&gt;&#8216;Starman&#8221; from http://www.businessinsider.com/spacex-successfully-launched-falcon-heavy-rocket-2018-2&lt;/p&gt; " data-medium-file="https://blog.dmptool.org/wp-content/uploads/2018/02/spacex-tesla.jpg?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2018/02/spacex-tesla.jpg?w=628" loading="lazy" class="wp-image-2190 size-large" src="https://blog.dmptool.org/wp-content/uploads/2018/02/spacex-tesla.jpg?w=628" alt="spacex-tesla" width="628" height="286" srcset="https://blog.dmptool.org/wp-content/uploads/2018/02/spacex-tesla.jpg?w=628 628w, https://blog.dmptool.org/wp-content/uploads/2018/02/spacex-tesla.jpg?w=150 150w, https://blog.dmptool.org/wp-content/uploads/2018/02/spacex-tesla.jpg?w=300 300w, https://blog.dmptool.org/wp-content/uploads/2018/02/spacex-tesla.jpg?w=768 768w, https://blog.dmptool.org/wp-content/uploads/2018/02/spacex-tesla.jpg 960w" sizes="(max-width: 628px) 100vw, 628px" /><p id="caption-attachment-2190" class="wp-caption-text">&#8220;Starman&#8221; &#8211; <a href="http://www.businessinsider.com/spacex-successfully-launched-falcon-heavy-rocket-2018-2" rel="nofollow">http://www.businessinsider.com/spacex-successfully-launched-falcon-heavy-rocket-2018-2</a></p></div></p> <p>In about two weeks we will launch the new DMPTool on <strong>Tues, 27 Feb</strong>. The much-anticipated third version of the tool represents an exciting next step in what has always been a community-driven project. We’ve now successfully merged the primary US- and UK-based data management planning tools into a single codebase (<a href="https://github.com/DMPRoadmap/roadmap/wiki">DMP Roadmap</a>): the engine under the new DMPTool hood.</p> <p><strong>Why are we doing this?</strong></p> <p>A little background for those who haven’t been following along with our codevelopment journey: in 2016 the University of California Curation Center (UC3) decided to join forces with the Digital Curation Centre (DCC) to maintain a single open-source platform for DMPs. We took this action to extend our reach beyond national boundaries and move best practices forward, with a lofty goal to begin making DMPs machine actionable (i.e., useful for managing data). We’ll continue to run our own branded services (DMPTool, DMPonline, DMPTuuli, DMPMelbourne) on the shared codebase, and incorporate partners in Canada, Argentina, South Africa, and throughout Europe who are already running their own instances (<a href="https://github.com/DMPRoadmap/roadmap/wiki/Local-installations-inventory">full list</a>).</p> <p>In parallel with our co-development efforts we’ve been making the rounds of Research Data Alliance, Force11, IDCC, and disciplinary meetings to collect use cases for machine-actionable DMPs (<a href="https://doi.org/10.3897/rio.3.e13086">details here</a>) and help define common standards (<a href="https://www.rd-alliance.org/groups/dmp-common-standards-wg">RDA Working Group</a>; just posted <a href="http://doi.org/10.5281/zenodo.1172673">pre-print</a> for 10 Simple Rules for Machine-Actionable DMPs). We also got an <a href="https://blog.dmptool.org/2017/09/18/nsf-eager-grant-for-making-dmps-actionable/">NSF EAGER grant</a> so we can begin prototyping muy pronto.</p> <p>The new version of the DMPTool will enable us to implement and test machine-actionable things in a truly global open science ecosystem. Successful approaches to making DMPs a more useful exercise will require input from and adoption by many stakeholders so we look forward to working with our existing DMP Roadmap community (an estimated 50k+ users, 400+ participating institutions, and a growing list of funder contacts across the globe) and welcoming others into the fold!</p> <p><strong>Preparing for Launch</strong></p> <p>To help DMPTool administrators prepare themselves and their institutional users for the upcoming launch, we will host a webinar on:</p> <p style="text-align:center;"><strong>Mon, 26 Feb 2018, 9-10 AM Pacific Time</strong><br /> <strong> Zoom link (recording on <a href="https://vimeo.com/257750125">Vimeo</a>; <a href="https://github.com/CDLUC3/dmptool/tree/development/docs/webinars">Q&amp;A and slides</a>)</strong></p> <p>By that time we&#8217;ll have a new user guide for administrators, a new Quick Start Guide for researchers, and refreshed promo materials. Everyone will have seamless access to their existing DMPTool accounts, just through a new user interface that looks and feels more like DMPonline (spoiler alert: we made it blue). And one of the most exciting things about the new tool is that it contains 34 freshly updated funder templates with links to additional funder guidance.</p> <p>Stay tuned to the DMPTool communication channels in the coming weeks (blog, admin email list, <a href="https://twitter.com/TheDMPTool">Twitter</a>) for more news and updates. We look forward to seeing you at the webinar and <a href="mailto:uc3@ucop.edu">welcome your feedback</a> at any point.</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>, <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/machine-actionable-dmps/" rel="tag">machine-actionable DMPs</a>, <a href="https://blog.dmptool.org/tag/outreach/" rel="tag">outreach</a>, <a href="https://blog.dmptool.org/tag/webinar/" rel="tag">webinar</a> </span> <span class="sep"> | </span> <span class="comments-link"><a href="https://blog.dmptool.org/2018/02/14/prepare-for-launch-in-3-2-1/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2189 --> <article id="post-2172" class="post-2172 post type-post status-publish format-standard hentry category-news2 category-roadmap-project tag-funder-update tag-machine-actionable-dmps"> <header class="entry-header"> <h1 class="entry-title"><a href="https://blog.dmptool.org/2017/12/12/first-annual-funder-template-pizza-party/" rel="bookmark">First annual funder template pizza&nbsp;party!</a></h1> <div class="entry-meta"> <span class="sep">Posted on </span><a href="https://blog.dmptool.org/2017/12/12/first-annual-funder-template-pizza-party/" title="11:02 am" rel="bookmark"><time class="entry-date" datetime="2017-12-12T11:02:41-08:00">December 12, 2017</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/estefisimms/" title="View all posts by stephaniesimms" rel="author">stephaniesimms</a></span></span> </div><!-- .entry-meta --> <div class="comments-link"> <a href="https://blog.dmptool.org/2017/12/12/first-annual-funder-template-pizza-party/#respond"><span class="leave-reply">Reply</span></a> </div> </header><!-- .entry-header --> <div class="entry-content"> <p><img data-attachment-id="2173" data-permalink="https://blog.dmptool.org/2017/12/12/first-annual-funder-template-pizza-party/template-editors/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg" data-orig-size="3150,944" 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="template-editors" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg?w=628" loading="lazy" class="aligncenter size-large wp-image-2173" src="https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg?w=628" alt="template editors" width="628" height="188" srcset="https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg?w=628 628w, https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg?w=1256 1256w, https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg?w=150 150w, https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg?w=300 300w, https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg?w=768 768w, https://blog.dmptool.org/wp-content/uploads/2017/12/template-editors.jpg?w=1024 1024w" sizes="(max-width: 628px) 100vw, 628px" /></p> <p>As we approach our target release date of Feb 2018 for the DMP Roadmap platform, the DMPTool team has embarked on a major housekeeping effort. A top-to-bottom content review is underway, and last week we began an audit of the funder templates and guidance. Ten participants gathered for an all-day, pizza-fueled event that amounted to a huge template success (but an epic pizza fail, see evidence below). We were so productive and gratified by the opportunity to analyze multiple DMP policies in a group setting that we decided to make it an annual event. Read on for more DMPTool funder template news + migration plans, followed by brief updates on the DMP Roadmap project and machine-actionable DMPs.</p> <p><b>DMPTool funder templates</b></p> <p>The DMPTool is a hugely popular community resource in part because it serves as a central clearinghouse of information about DMP requirements and guidance for researchers applying for grants from U.S. funding agencies. Migrating the DMPTool data to the new platform provides an opportunity to update and normalize things to maintain this value. [Side note: we’re also adding a “Last updated” field to the DMP Requirements table as an enhancement in the new platform per your feedback.]</p> <p>At present the tool contains 32 templates for 16 different federal and private funders. This top 10 templates list demonstrates that our users are especially keen on getting support with NSF and NIH grant proposals, although the NEH is #7, and DOE and others aren’t far behind. Some global usage statistics to put these numbers in context: 26.8k users have created 20k plans; and we have 216 participating institutions (mostly U.S. colleges and universities).</p> <p><img data-attachment-id="2178" data-permalink="https://blog.dmptool.org/2017/12/12/first-annual-funder-template-pizza-party/microsoft-word-funder-template-docx/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2017/12/funder-template.jpg" data-orig-size="2076,1015" 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;Microsoft Word - Funder-template.docx&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Funder-template-table" data-image-description="" data-image-caption="" data-medium-file="https://blog.dmptool.org/wp-content/uploads/2017/12/funder-template.jpg?w=300" data-large-file="https://blog.dmptool.org/wp-content/uploads/2017/12/funder-template.jpg?w=628" loading="lazy" class="aligncenter wp-image-2178 size-full" src="https://blog.dmptool.org/wp-content/uploads/2017/12/funder-template.jpg" alt="funder-template-table" width="2076" height="1015" srcset="https://blog.dmptool.org/wp-content/uploads/2017/12/funder-template.jpg 2076w, https://blog.dmptool.org/wp-content/uploads/2017/12/funder-template.jpg?w=150&amp;h=73 150w, https://blog.dmptool.org/wp-content/uploads/2017/12/funder-template.jpg?w=300&amp;h=147 300w, https://blog.dmptool.org/wp-content/uploads/2017/12/funder-template.jpg?w=768&amp;h=375 768w, https://blog.dmptool.org/wp-content/uploads/2017/12/funder-template.jpg?w=1024&amp;h=501 1024w" sizes="(max-width: 2076px) 100vw, 2076px" /></p> <p>Our goals for the pizza party included: 1) ensuring that template language comes directly from the most recent versions of funder policy documents; and 2) applying <a href="https://github.com/DMPRoadmap/roadmap/wiki/Themes">themes</a> (more on themes <a href="https://blog.dmptool.org/2016/12/14/dmp-themes-and-then-there-were-14/">here</a>). Staying up to date with DMP requirements remains a crowdsourced effort spearheaded by data librarians using the Twitter hashtag #OSTPResp and a <a href="https://bit.ly/FedOASummary">Google spreadsheet</a>. In the past year, two additional resources entered the scene: a list of public access plans from U.S. federal agencies at <a href="https://cendi.gov/projects/Public_Access_Plans_US_Fed_Agencies.html">CENDI.gov</a> and this lovely <a href="http://datasharing.sparcopen.org/">SPARC tool</a>. Using these reference materials and some additional internet research, we updated 7 links to policy documents in the current DMPTool platform (NIH-GDS, NEH-ODH, NSF-CHE, NOAA, USDA-NIFA, Joint Fire Science Program, Sloan) and made some revisions to templates in the new platform (mostly formatting). We also identified some templates that require deeper investigation and/or consultation with agency contacts to verify the best way to present DMP requirements; between now and the release date we&#8217;ll continue to work on these templates. In addition, Jackie Wilson is contracting with us to finalize the clean-up of templates and guidance (checking links and guidance text provided by funders).</p> <p><div data-shortcode="caption" id="attachment_2174" style="width: 147px" class="wp-caption alignleft"><img aria-describedby="caption-attachment-2174" data-attachment-id="2174" data-permalink="https://blog.dmptool.org/2017/12/12/first-annual-funder-template-pizza-party/pizzafail/" data-orig-file="https://blog.dmptool.org/wp-content/uploads/2017/12/pizzafail.jpg" data-orig-size="2250,2472" 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="#pizzafail" data-image-description="" data-image-caption="&lt;p&gt;#pizzafail&lt;/p&gt; " data-medium-file="https://blog.dmptool.org/wp-content/uploads/2017/12/pizzafail.jpg?w=273" data-large-file="https://blog.dmptool.org/wp-content/uploads/2017/12/pizzafail.jpg?w=628" loading="lazy" class="wp-image-2174 size-thumbnail" src="https://blog.dmptool.org/wp-content/uploads/2017/12/pizzafail.jpg?w=137" alt="#pizzafail" width="137" height="150" srcset="https://blog.dmptool.org/wp-content/uploads/2017/12/pizzafail.jpg?w=137 137w, https://blog.dmptool.org/wp-content/uploads/2017/12/pizzafail.jpg?w=274 274w" sizes="(max-width: 137px) 100vw, 137px" /><p id="caption-attachment-2174" class="wp-caption-text">#pizzafail</p></div></p> <p>By January we aim to have a beta DMPTool-branded version of the new platform ready for training and testing purposes. Stay tuned for a rollout plan in the new year that includes webinars for institutional administrators, with an orientation to templates and themes. Also, please note that we will be disabling template editing functionality on <strong>18 Dec</strong> in the current version of DMPTool to maintain the integrity of template data in the new platform. For admin users who wish to make changes to templates and guidance after that date, you can contact the <a href="mailto:uc3@ucop.edu">helpdesk</a>, but it would be great if you can keep changes to a minimum. All other functionality in the current DMPTool will remain the same up to the final migration date (adding new users, institutions, creating and editing plans, etc.)</p> <p>A million thanks to the 2017 template fixing team: Amy Neeser, Joan Starr, Alana Miller, Jackie Wilson, Marisa Strong, Daniella Lowenberg, Perry Willett, John Chodacki, and Stephen Abrams.</p> <p><b>DMP Roadmap update</b></p> <p>The co-development team is busy building and refining the final MVP features. The usage dashboard is the last new feature left to add. In the meantime, parallel data migration efforts are underway at DCC to move from the existing 28 DMPonline themes to the new set of 14. By January both service teams will be working on new user guides, updating other content, testing and branding. If all continues to go smoothly, we’ll be on track for a DMP Roadmap demo at <a href="http://www.dcc.ac.uk/events/idcc18">IDCC in Barcelona</a> (19–22 Feb) and an official code release. Stay tuned!</p> <p><b>Machine-actionable DMPs</b></p> <p>On the machine-actionable DMP front, there are two items to report:</p> <ol> <li>We’ll be emailing the various DMP lists shortly to encourage everyone to participate in working meetings for the RDA WGs (<a href="https://rd-alliance.org/groups/dmp-common-standards-wg">DMP Common Standards</a> &amp; <a href="https://rd-alliance.org/groups/exposing-data-management-plans-wg">Exposing DMPs</a>) at the <a href="https://rd-alliance.org/plenaries/rda-eleventh-plenary-meeting-berlin-germany">next plenary.</a> For now mark your calendars for 21–23 Mar and join us in Berlin!</li> <li>Following on a productive session at FORCE2017, we’re finishing a draft of the 10 Simple Rules for Machine-Actionable DMPs that we will circulate soon soon.</li> </ol> <p>As always, we encourage you to <a href="mailto:uc3@ucop.edu">contact us</a> to get involved!</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/funder-update/" rel="tag">funder update</a>, <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/2017/12/12/first-annual-funder-template-pizza-party/#respond"><span class="leave-reply">Leave a reply</span></a></span> </footer><!-- .entry-meta --> </article><!-- #post-2172 --> <nav id="nav-below"> <h3 class="assistive-text">Post navigation</h3> <div class="nav-previous"><a href="https://blog.dmptool.org/category/roadmap-project/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/roadmap-project/"/> <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="e9c2e9addd" /> <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"><a 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 current-cat"><a aria-current="page" 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":"12.12.17","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"blog.dmptool.org","path":"\/category\/roadmap-project\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"category_name":"roadmap-project","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":71843686,"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 01:44:38","last_post_date":"2017-12-12 11:02:41","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/roadmap-project/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="e9c2e9addd" /> <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%252F2021%252F03%252F02%252Fdmproadmap-annual-planning-meeting%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%2Froadmap-project%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%252F2021%252F03%252F02%252Fdmproadmap-annual-planning-meeting%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/??-eJyljUsKhDAQRC80mXZGDLiQOUsmaSTa+ZBOI95eBN260E3BK4pXsGRlU6wYKwRRmWT0kWHCmo2dD4aQ0h5OCBmsKUkYCXjxGYv6S3SEb8v8gge2c3QWd4XVEzo1GiIs6xXtB78wfHT/7Zu203raAHg3ZXE=&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\/moon\/_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":"41be8bc0f3","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%2F2019%2F12%2F17%2Fdmp-services-unite%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/??-eJylj0sOwjAMRC+E6xYWVReIo6A0DZWD40T5qOrtmwVFiAVIsHyjmfEYlwDaSzaS0SZ0fiQ2UJKJaq4akNx8Y9MBX3yuQOAykyS0Jgel7w+ucS94JdE4FuIJa5qEsoGko2feeW0cye+tWkVfF/LTtwv/1eb6+QSzYjZx/URfzuxrYAnauzesuYs7d/2p7Y7t0A92AxCokGY='></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+b2x5MHdnbld0JUxjd0hBTzFfbHlvP0V4Um1aSUhTWl0lMTJTbj9+TjZUTEpdN0tQZG05WUtrU100WEtJbSxfZXI4V05mS0p4NlFybi9ncXo0TmhKY3pwQjhdJUg0NVt5LWZNfkktOHdHPzlIWVRGXXRXdEF3Nys4ZF1GSksxSmU0QXcrWWl0WnZEfHNURDR3SjMudGtIaGFRRzVta2VEUGx4STRCcXRPfi4m'}]); _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