CINXE.COM

Advice to Future Scientists – Biomedical Beat Blog – National Institute of General Medical Sciences

<!DOCTYPE html> <html lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" class="no-js no-svg"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet"> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>Advice to Future Scientists &#8211; Biomedical Beat Blog &#8211; National Institute of General Medical Sciences</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//www.nigms.nih.gov' /> <link rel='dns-prefetch' href='//dap.digitalgov.gov' /> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Biomedical Beat Blog - National Institute of General Medical Sciences &raquo; Feed" href="https://biobeat.nigms.nih.gov/feed/" /> <link rel="alternate" type="application/rss+xml" title="Biomedical Beat Blog - National Institute of General Medical Sciences &raquo; Comments Feed" href="https://biobeat.nigms.nih.gov/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Biomedical Beat Blog - National Institute of General Medical Sciences &raquo; Advice to Future Scientists Comments Feed" href="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/feed/" /> <meta property="og:type" content="article"/><meta property="og:url" content="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/"/><meta property="og:site_name" content="NIGMS Biomedical Beat Blog"/><meta name="twitter:card" value="summary_large_image" /><meta name="twitter:site" value="@NIGMS" /><meta property="og:image" content="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured.png"/><meta name="twitter:image" content="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured.png"/><meta property="og:description" content="For the last post in the miniseries on becoming a scientist, we’ve compiled some advice for future scientists from NIGMS researchers."/><meta property="og:description" content="For the last post in the miniseries on becoming a scientist, we’ve compiled some advice for future scientists from NIGMS researchers."/><meta name="twitter:description" value="For the last post in the miniseries on becoming a scientist, we’ve compiled some advice for future scientists from NIGMS researchers." /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-FGMW6HCWJ4" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.2.2'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/biobeat.nigms.nih.gov\/2024\/10\/advice-to-future-scientists\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-FGMW6HCWJ4', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-FGMW6HCWJ4', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/biobeat.nigms.nih.gov\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! 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> <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 rel='stylesheet' id='wp-block-library-css' href='https://biobeat.nigms.nih.gov/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='co-authors-plus-coauthors-style-inline-css'> .wp-block-co-authors-plus-coauthors.is-layout-flow [class*=wp-block-co-authors-plus]{display:inline} </style> <style id='co-authors-plus-avatar-style-inline-css'> .wp-block-co-authors-plus-avatar :where(img){height:auto;max-width:100%;vertical-align:bottom}.wp-block-co-authors-plus-coauthors.is-layout-flow .wp-block-co-authors-plus-avatar :where(img){vertical-align:middle}.wp-block-co-authors-plus-avatar:is(.alignleft,.alignright){display:table}.wp-block-co-authors-plus-avatar.aligncenter{display:table;margin-inline:auto} </style> <style id='co-authors-plus-image-style-inline-css'> .wp-block-co-authors-plus-image{margin-bottom:0}.wp-block-co-authors-plus-image :where(img){height:auto;max-width:100%;vertical-align:bottom}.wp-block-co-authors-plus-coauthors.is-layout-flow .wp-block-co-authors-plus-image :where(img){vertical-align:middle}.wp-block-co-authors-plus-image:is(.alignfull,.alignwide) :where(img){width:100%}.wp-block-co-authors-plus-image:is(.alignleft,.alignright){display:table}.wp-block-co-authors-plus-image.aligncenter{display:table;margin-inline:auto} </style> <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> <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: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--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--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--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;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :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;} </style> <link rel='stylesheet' id='ppress-frontend-css' href='https://biobeat.nigms.nih.gov/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=4.15.18' media='all' /> <link rel='stylesheet' id='ppress-flatpickr-css' href='https://biobeat.nigms.nih.gov/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.15.18' media='all' /> <link rel='stylesheet' id='ppress-select2-css' href='https://biobeat.nigms.nih.gov/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='parent-style-css' href='https://biobeat.nigms.nih.gov/wp-content/themes/twentyseventeen/style.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='child-style-css' href='https://biobeat.nigms.nih.gov/wp-content/themes/twentyseventeen-nigms/style.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='custom-fa-css' href='https://use.fontawesome.com/releases/v6.4.2/css/all.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='featherlight-css' href='https://cdn.jsdelivr.net/npm/featherlight@1.7.14/release/featherlight.min.css?ver=6.7.1' media='all' /> <link rel='stylesheet' id='twentyseventeen-fonts-css' href='https://fonts.googleapis.com/css?family=Libre+Franklin%3A300%2C300i%2C400%2C400i%2C600%2C600i%2C800%2C800i&#038;subset=latin%2Clatin-ext&#038;display=fallback' media='all' /> <link rel='stylesheet' id='twentyseventeen-style-css' href='https://biobeat.nigms.nih.gov/wp-content/themes/twentyseventeen-nigms/style.css?ver=20221101' media='all' /> <link rel='stylesheet' id='twentyseventeen-block-style-css' href='https://biobeat.nigms.nih.gov/wp-content/themes/twentyseventeen/assets/css/blocks.css?ver=20220912' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyseventeen-ie8-css' href='https://biobeat.nigms.nih.gov/wp-content/themes/twentyseventeen/assets/css/ie8.css?ver=20161202' media='all' /> <![endif]--> <link rel='stylesheet' id='meks-author-widget-css' href='https://biobeat.nigms.nih.gov/wp-content/plugins/meks-smart-author-widget/css/style.css?ver=1.1.5' media='all' /> <link rel='stylesheet' id='popup-maker-site-css' href='//biobeat.nigms.nih.gov/wp-content/uploads/pum/pum-site-styles.css?generated=1732367712&#038;ver=1.20.2' media='all' /> <script src="https://biobeat.nigms.nih.gov/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.2" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/biobeat.nigms.nih.gov","hash_tracking":"false","v4_id":"G-FGMW6HCWJ4"};</script> <script src="https://biobeat.nigms.nih.gov/wp-content/plugins/stop-user-enumeration/frontend/js/frontend.js?ver=1.6.3" id="stop-user-enumeration-js" defer data-wp-strategy="defer"></script> <script src="https://biobeat.nigms.nih.gov/wp-content/plugins/jquery-updater/js/jquery-3.7.1.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://biobeat.nigms.nih.gov/wp-content/plugins/jquery-updater/js/jquery-migrate-3.5.2.min.js?ver=3.5.2" id="jquery-migrate-js"></script> <script src="https://biobeat.nigms.nih.gov/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.15.18" id="ppress-flatpickr-js"></script> <script src="https://biobeat.nigms.nih.gov/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.15.18" id="ppress-select2-js"></script> <script src="https://cdn.jsdelivr.net/npm/featherlight@1.7.14/release/featherlight.min.js?ver=6.7.1" id="featherlight-js"></script> <script src="https://www.nigms.nih.gov/Style%20Library/NIGMS/js/GlossaryDef.js?ver=6.7.1" id="GlossaryDef-js"></script> <script async type="text/javascript" id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=HHS&#038;subagency=NIH-NIGMS"></script><!--[if lt IE 9]> <script src="https://biobeat.nigms.nih.gov/wp-content/themes/twentyseventeen/assets/js/html5.js?ver=20161020" id="html5-js"></script> <![endif]--> <link rel="https://api.w.org/" href="https://biobeat.nigms.nih.gov/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://biobeat.nigms.nih.gov/wp-json/wp/v2/posts/13889" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://biobeat.nigms.nih.gov/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.1" /> <meta name="generator" content="Seriously Simple Podcasting 3.6.1" /> <link rel="canonical" href="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/" /> <link rel='shortlink' href='https://biobeat.nigms.nih.gov/?p=13889' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://biobeat.nigms.nih.gov/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbiobeat.nigms.nih.gov%2F2024%2F10%2Fadvice-to-future-scientists%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://biobeat.nigms.nih.gov/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbiobeat.nigms.nih.gov%2F2024%2F10%2Fadvice-to-future-scientists%2F&#038;format=xml" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="alternate" type="application/rss+xml" title="Podcast RSS feed" href="https://biobeat.nigms.nih.gov/feed/podcast" /> <style id="wp-custom-css"> /**Biobeat Only Classes START**/ /**Recent Post Block**/ .biobeat-recent-group { padding: 0.25rem; } .biobeat-recent-h3 { font-size: 1.3rem !important; margin-bottom: 0 !important; } .biobeat-recent-cat { font-size: 1.3rem !important; margin-bottom: 1rem; font-weight: bold; } .biobeat-recent-items { padding: 1rem !important; width: 100%; margin: 0; } .biobeat-recent-items li { display: flex; align-content: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: flex-start; margin: 0 0.5rem 1rem 0.5rem; } .biobeat-recent-items > li > div.wp-block-latest-posts__featured-image.aligncenter > a { max-height:115px; overflow-y: hidden; } .biobeat-recent-items a { box-shadow: none !important; } .biobeat-recent-items li > a { font-size: large; text-align: center; } .biobeat-recent-items img { margin-bottom: 0; object-fit: scale-down; object-position: 0; } .biobeat-recent-items .wp-block-latest-posts__featured-image.aligncenter { margin-bottom: 0; } .biobeat-recent-items li:nth-child(1) { display:none; } .biobeat-recent-items.columns-2 li { width: calc(50% - 1.25em); } .biobeat-recent-items.columns-2 li:nth-child(2n) { margin-right: auto; } .biobeat-recent-items.columns-2 li:nth-child(odd) { margin-right: 0; } @media only screen and (max-width: 600px) { .biobeat-recent-items.columns-2 li { width: 100%; } .biobeat-recent-items > li > div.wp-block-latest-posts__featured-image.aligncenter > a { max-height:185px; overflow-y: hidden; } } /**Educators Corner**/ .educators-corner-title-background { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; background-image: url("/wp-content/uploads/2020/09/nigms-biobeat-background-cells.jpg"); height: 300px; border-radius: 5px; margin-bottom: 1rem; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ } .educators-corner-circle { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; background-color: #976173; color: #fff !important; height: 250px; width: 250px; border-radius: 50%; border: 4px solid #fff; box-shadow: 2px 2px 5px 6px #000000a1; } .educators-corner-title { color: #fff !important; font-weight: 300 !important; font-size: 32px !important; line-height: 38px; letter-spacing: 3px; text-align: center; } /**adjustment of hover color on links to add to style.css in future**/ .entry-content a:hover, .entry-content a:active, .entry-content a:focus { background-color: #ebebeb99; } /**Temporary hiding glossary links a[data-featherlight="glossary"] { pointer-events: none !important; cursor: default !important; text-decoration: none !important; color: black !important; box-shadow: none !important; background-color: #ffffff00 !important; }**/ /**Hide author card on author archive page**/ .author-profile-card { display: none; } .new-biobeat-img { border: 1px solid #d6d6d6; padding: 1rem; } .biobeat-img figure{ margin: 0.25rem 0 0 0; display: inline-block; padding: 0.4em; border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-right: 1px solid #ccc; background-color: #f3f3f3; } .biobeat-img figure img{ border:#cccccc 1px solid; } .biobeat-img figure figcaption { margin: -.5rem 0 0 0 !important; padding: 0 0.25rem 0 0.5rem; font-size: 0.8rem; line-height: 1.2rem; font-style: normal !important; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background-color: #f3f3f3; } /*add this class to biobeat-img at the top of post or right after headings*/ .img-after-heading-space { margin-top: 1.2rem; } /**Biobeat Only Classes END**/ /**Start Classes for Blocks**/ .grey-border { border: 1px solid #ccc; } .quote-indent { margin-left: 1rem; } ul.list-no-bullets { list-style-type: none; margin-left: 1em; } ul.list-no-bullets li { margin-bottom: 1em; } .margin-none { margin: 0; } .padding-none { padding: 0; } .margin-top-none { margin-top: 0; } .margin-bottom-none { margin-bottom: 0; } .margin-left-none { margin-left: 0; } .margin-right-none { margin-right: 0; } .padding-top-none { padding-top: 0; } .padding-bottom-none { padding-bottom: 0; } .padding-left-none { padding-left: 0; } .padding-right-none { padding-right: 0; } p.reduce-bottom-margin{ margin-bottom: 0.5em; } .padding-05{ padding: 0.5em !important; } .grey-bar { color: black; background-color: #f3f3f3; padding:0.25em; } .small-margin-bottom { margin-bottom: 0.7em; } .large-margin-bottom { margin-bottom: 2em; } .clear-content { clear: both; } .btn-default, a.btn-default, a.btn-default:visited { display:inline-block; background: #414141; color:white; font-weight:500; width:100%; padding: 0.25em 2em; text-align: center; font-size: 16px; cursor: pointer; -webkit-border-radius: 8px; border-radius:8px; -webkit-transition: background 0.2s; transition: background 0.2s; } .btn-default:hover, .btn-default:active, .btn-default:focus, a.btn-default:hover, a.btn-default:active, a.btn-default:focus{ color:rgb(0, 0, 0); box-shadow: none; background: #e4e4e4; } /**End Classes for Blocks**/ /**Social Media Icons**/ .social-icons-list { display: inline-flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-content: center; width: 100%; } /**Image fix for mobile sizes**/ @media only screen and (max-width: 500px) { .biobeat-img figure, .biobeat-img figure img { width: 100%; } } /**Exit Disclaimer Upgrade**/ .exit-disclaimer { display:inline-block; word-break: break-word; position: relative; margin-left: 0.5ch; transition: .3s; transition-property: all; transition-duration: 0.3s; transition-timing-function: ease; transition-delay: 0s; line-height: normal; } .exit-disclaimer::before { content: ''; width: 1.1ch; height: 1.1ch; padding: 1px; display: inline-block; -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjQuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWwoJPCFFTlRJVFkgc3QwICJmaWxsOm5vbmU7c3Ryb2tlOiMxRDZDQkQ7c3Ryb2tlLXdpZHRoOjEuMztzdHJva2UtbWl0ZXJsaW1pdDoxMDsiPgoJPCFFTlRJVFkgc3QxICJmaWxsOiMxRDZDQkQ7c3Ryb2tlOiMxRDZDQkQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7Ij4KXT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5bGluZSBzdHlsZT0iJnN0MDsiIHBvaW50cz0iOS4xLDQuNSA5LjEsMTEuNCAwLjcsMTEuNCAwLjcsMyA3LjUsMyAiLz4KPHBvbHlnb24gc3R5bGU9IiZzdDE7IiBwb2ludHM9IjEwLjMsMy4zIDYuMSw3LjQgNC41LDUuNiA4LjcsMS44IDcuNSwwLjUgMTEuNSwwLjUgMTEuNSw0LjYgIi8+Cjwvc3ZnPg==") no-repeat 50% 50%; mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjQuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgWwoJPCFFTlRJVFkgc3QwICJmaWxsOm5vbmU7c3Ryb2tlOiMxRDZDQkQ7c3Ryb2tlLXdpZHRoOjEuMztzdHJva2UtbWl0ZXJsaW1pdDoxMDsiPgoJPCFFTlRJVFkgc3QxICJmaWxsOiMxRDZDQkQ7c3Ryb2tlOiMxRDZDQkQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7Ij4KXT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5bGluZSBzdHlsZT0iJnN0MDsiIHBvaW50cz0iOS4xLDQuNSA5LjEsMTEuNCAwLjcsMTEuNCAwLjcsMyA3LjUsMyAiLz4KPHBvbHlnb24gc3R5bGU9IiZzdDE7IiBwb2ludHM9IjEwLjMsMy4zIDYuMSw3LjQgNC41LDUuNiA4LjcsMS44IDcuNSwwLjUgMTEuNSwwLjUgMTEuNSw0LjYgIi8+Cjwvc3ZnPg==") no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover; background-color: #1d6cbd; padding: 0 2px; } /**Button Rules**/ /**btn-default, btn-block**/ .btn-default .exit-disclaimer::before { background-color: white; } .btn-default:hover .exit-disclaimer::before, .btn-default:active .exit-disclaimer::before, .btn-default:focus .exit-disclaimer::before { background-color: #1d6cbd; } /**Exit Disclaimer Message**/ .exit-disclaimer:hover::after { content: ' This link takes you away from the NIGMS website. NIGMS does not endorse and is not responsible for the content on the destination site. '; background-color: #f3f3f3; color: #000; font-size: 0.7rem; font-weight: normal; position: absolute; white-space: normal; left: 100%; bottom: 100%; width: 40ch; text-align: left; padding: 2px; z-index:1; border: 1px solid white; } /**add extra indention to comment replies**/ .comment-list .children { margin-left: 1em; margin-top: 0px; } .comment-list .comment-body { margin-bottom: 2em; } /**PHP8 Fix for Social Media Icons Biobeat only**/ #custom_html-4 .fab, #custom_html-4 .fas { line-height: 44px; } /** Move Main content area up to compensate for search bar**/ .site-main { margin-top: -5em; } @media screen and (max-width: 48em){ .site-main { margin-top: 0; } } /**Add space after list**/ ul { margin-bottom:1em; } /**Style H2 & 3 for Content pages**/ .entry-content h2 { font-size: 1.1rem; color: #333; font-weight: bold; margin: 1em 0 0.5em 0; padding: 0 } .entry-content h3 { font-size: 1.05rem; color: #333; font-weight: bold; margin: 1em 0 0.5em 0; padding: 0 } /** Fix H3 sizing on about the authors page**/ .author-name h3{ font-size: 1.5rem; } /**Remove white box shadow from linked images**/ .entry-content a img, .comment-content a img, .widget a img { -webkit-box-shadow: 0 0 0 0 #fff; box-shadow: 0 0 0 0 #fff; } /** * START SIMPLE QUIZ STYLES * Post on DATE * by Matt Mills **/ ul.question{ font-weight: 400; margin:1em 0; } ul.question > li{ list-style-type:none; } label.answer-label{ display:block; padding: 0.5em; transition:background 0.3s; cursor:pointer; border: 3px solid #1d6cbd; background-color: #ecf2f7; font-weight: 600; margin: 0 0 0.5em 0; } label.answer-label:after{ content:""; display:block; width:0; height:0; } label.answer-label:hover, input.answer-input:checked ~ label.answer-label{ background-color: #1d6cbd; color: #ecf2f7; } input.answer-input:checked ~ label.answer-label:after{ } /*hide the inputs*/ input.answer-input{display:none} /*show the second level menu of the selected voice*/ input.answer-input:checked ~ p.answer-response{ display:inline-block; max-height:600px; padding: 0.5em; transition:max-height 0.3s ease-in-out, padding 0.3s ease-in-out; width: 97%; } /*style for the second level menu*/ p.answer-response{ display: none; max-height:0; padding: 0; margin: 0; overflow:hidden; font-weight: 600; transition:max-height 0.5s ease-in-out, padding 0.3s ease-in-out; } input.answer-input:checked ~ div.answer-response{ display:inline-block; max-height:600px; padding: 0.5em; transition:max-height 0.3s ease-in-out, padding 0.3s ease-in-out; width: 97%; } /*style for the second level menu*/ div.answer-response{ display: none; max-height:0; padding: 0; margin: 0; overflow:hidden; font-weight: 600; transition:max-height 0.5s ease-in-out, padding 0.3s ease-in-out; } /*img container for quiz*/ .answer-response-img-container{ font-size:0.8rem; line-height: 0.9rem; display: inline-block; text-align: center; width: 100%; font-weight: 400; padding: 0.25rem; } .answer-response-img{ display: block; margin: 0 15% 0.25rem 15%; width: 70%; } /** * END SIMPLE QUIZ STYLES **/ /** * START LIGHTBOX GALLERY **/ div.rig { display:table; } ul.rig { list-style-type: none; margin: 0 !important; } ul.rig li img { float: left; margin: 0px; border: 3px solid #fff; -webkit-transition: box-shadow 0.5s ease; -moz-transition: box-shadow 0.5s ease; -o-transition: box-shadow 0.5s ease; -ms-transition: box-shadow 0.5s ease; transition: box-shadow 0.5s ease; } ul.rig li img:hover { -webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.9); box-shadow: 0px 0px 7px rgba(255,255,255,0.9); } .lightboxtable td { border-top: None !important; padding: 5px 5px 5px 0; } .lightboxtable table{ border: None !important; margin: 0 !important; } /** * END LIGHTBOX GALLERY **/ /** * SIMPLE DIV BASED TABLE **/ div.basicTable { width: 100%; text-align: left; border-collapse: collapse; } .divTable.basicTable .divTableCell, .divTable.basicTable .divTableHead { border: 1px solid #000000; padding: 5px 4px; } .divTable.basicTable .divTableBody .divTableCell { font-size: 13px; } .divTable.basicTable .divTableHeading { background: #F3F3F3; } .divTable.basicTable .divTableHeading .divTableHead { font-size: 15px; font-weight: bold; color: #000000; text-align: left; } .basicTable .tableFootStyle { font-size: 14px; } /* DivTable.com */ .divTable{ display: table; } .divTableRow { display: table-row; } .divTableHeading { display: table-header-group;} .divTableCell, .divTableHead { display: table-cell;} .divTableHeading { display: table-header-group;} .divTableFoot { display: table-footer-group;} .divTableBody { display: table-row-group;} /** * END SIMPLE DIV BASED TABLE **/ /**Hide share buttons on HD Quiz answer text**/ .hdq_question_after_text .share-header, .hdq_question_after_text .social-share { display:none; } /**Make HD Quiz hint text larger**/ .hdq_tooltip_content span { font-size: 0.75rem; } /** * Styles to Integrate into Theme * */ /*Hide featured image so it can be used on opengraph*/ .home .post-thumbnail { display:none; } .single-featured-image-header { display:none; } /*Description Text, Primarily for Podcasts page*/ .taxonomy-description { font-size: 1rem; } /*Link Changes*/ a:focus { text-decoration: none; } .entry-content a { -webkit-box-shadow: 0 1px; box-shadow: 0 1px; text-decoration: none; } .entry-content a:hover, .entry-content a:active, .entry-content a:focus { -webkit-box-shadow: 0 1px; box-shadow: 0 1px; } .no-dec-link { text-decoration: none !important; box-shadow: none !important; -webkit-box-shadow: none !important; } </style> <style id="egf-frontend-styles" type="text/css"> p {} h1 {} h2 {} h3 {} h4 {} h5 {} h6 {} </style> </head> <body class="post-template-default single single-post postid-13889 single-format-standard wp-custom-logo wp-embed-responsive group-blog has-header-image has-sidebar colors-light"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header" role="banner"> <div class="custom-header"> <div class="custom-header-media"> <div id="wp-custom-header" class="wp-custom-header"><img src="https://biobeat.nigms.nih.gov/wp-content/uploads/2019/03/Biobeat-header-1.jpg" width="2000" height="1200" alt="" srcset="https://biobeat.nigms.nih.gov/wp-content/uploads/2019/03/Biobeat-header-1.jpg 2000w, https://biobeat.nigms.nih.gov/wp-content/uploads/2019/03/Biobeat-header-1-150x90.jpg 150w, https://biobeat.nigms.nih.gov/wp-content/uploads/2019/03/Biobeat-header-1-300x180.jpg 300w, https://biobeat.nigms.nih.gov/wp-content/uploads/2019/03/Biobeat-header-1-1024x614.jpg 1024w" sizes="100vw" decoding="async" fetchpriority="high" /></div> </div> <div class="site-branding"> <div class="wrap"> <a href="https://nigms.nih.gov/"><img id="nigms-logo" alt="National Institute of General Medical Sciences." src="https://biobeat.nigms.nih.gov/wp-content/uploads/2019/03/cropped-NIGMS-Logo-White@4x-1.png"></a> <div class="site-branding-text"> <p class="site-title"><a href="https://biobeat.nigms.nih.gov/" rel="home">Biomedical Beat Blog &#8211; National Institute of General Medical Sciences</a></p> <p class="site-description">Follow the process of discovery</p> </div><!-- .site-branding-text --> </div><!-- .wrap --> </div><!-- .site-branding --> </div><!-- .custom-header --> </header><!-- #masthead --> <div class="single-featured-image-header"><img width="825" height="412" src="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured.png" class="attachment-twentyseventeen-featured-image size-twentyseventeen-featured-image wp-post-image" alt="" decoding="async" srcset="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured.png 825w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured-500x250.png 500w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured-300x150.png 300w" sizes="100vw" /></div><!-- .single-featured-image-header --> <div class="site-content-contain"> <div id="header-widget-area" class="wrap hs-widget-area widget-area" role="complementary"> <div class="hs-widget"><h2 class="hs-title">Search this blog</h2> <form role="search" method="get" class="search-form" action="https://biobeat.nigms.nih.gov/"> <label for="search-form-1"> <span class="screen-reader-text">Search for:</span> </label> <input type="search" id="search-form-1" class="search-field" placeholder="Search &hellip;" value="" name="s" /> <button type="submit" class="search-submit"><svg class="icon icon-search" aria-labelledby="title-2" role="img"><title id="title-2">Search Icon</title> <use href="#icon-search" xlink:href="#icon-search"></use> </svg><span class="screen-reader-text">Search</span></button> </form> </div> </div> <div id="content" class="site-content"> <div class="wrap"> <div id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-13889" class="post-13889 post type-post status-publish format-standard has-post-thumbnail hentry category-being-a-scientist category-stem-education tag-career-miniseries tag-training"> <header class="entry-header"> <div class="entry-meta"><span class="screen-reader-text">Posted on</span> <a href="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/" rel="bookmark"><time class="entry-date published" datetime="2024-10-21T09:59:27-04:00">October 21, 2024</time><time class="updated" datetime="2024-11-18T10:16:27-05:00">November 18, 2024</time></a></div><!-- .entry-meta --><h1 class="entry-title">Advice to Future Scientists</h1><div class="entry-meta"> by <a href="https://biobeat.nigms.nih.gov/author/kimberly-rousseau/" title="Posts by Kimberly Smith" class="author url fn" rel="author">Kimberly Smith</a></div><!-- .entry-meta --><div style="font-size:0.8em; font-style:italic; color: #595959;">2 comments</div> </header><!-- .entry-header --> <div class="entry-content"> <div style="display:flex; justify-content: center; width:94%; margin-bottom:1em;"> <div style="width:94%; display:inline-block; padding:0.3em; border:#cccccc 1px solid; background-color:#f3f3f3;">This post is part of our miniseries on becoming a scientist. Be sure to check out the <a href="/tag/career-miniseries/">other posts</a> in this series that you may have missed! </div></div> <p>We’ve interviewed many NIGMS-funded researchers over the years to learn about their career paths and passions inside and outside the laboratory. Many have shared advice for students who are interested in pursuing a career in science. We’ve compiled a handful of those nuggets of advice here and hope that they help you find inspiration to chase your career goals. Check out the links to the full <em>Biomedical Beat</em> blog posts featuring these researchers if you haven’t already.</p> <span id="more-13889"></span> <hr/> <div style="float:left; margin:0 1em 1em 0; width:206px; display:inline-block; padding:0.3em; border:#cccccc 1px solid; background-color:#f3f3f3; font-size:0.8em; line-height:1.4em;"> <img decoding="async" src="/wp-content/uploads/2024/06/BioBeat-Eda-Koculi.jpg" alt="Dr. Eda Koculi standing in a lab with an old chemistry textbook lying open on the bench behind her." style="margin:0; width:100%; border:#cccccc 1px solid;"> Credit: Luis Miranda, UTEP Media. </div> <p><a href="/2024/07/exploring-ribosome-assembly-and-rna-modification-qa-with-eda-koculi/"><strong>Exploring Ribosome Assembly and RNA Modification: Q&#038;A With Eda Koculi</strong></a><br/><br/> To Eda Koculi, Ph.D., being a scientist is thrilling and tremendously fun—it allows a person to simultaneously express their creativity, quench their intellectual curiosity, and serve society. She believes this career path is open to everyone, regardless of their background. “To a student that wants to pursue a scientific career but comes from an economically disadvantaged background like I did, I would say to believe in yourself and ask for help. Your advisor and mentors may know about resources that could help you,” she says.</p> <hr/> <div style="float:left; margin:0 1em 1em 0; width:206px; display:inline-block; padding:0.3em; border:#cccccc 1px solid; background-color:#f3f3f3; font-size:0.8em; line-height:1.4em;"> <img decoding="async" src="/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-1.png" alt="A headshot of Dr. Abraham Badu-Tawiah." style="margin:0; width:100%; border:#cccccc 1px solid;"> Credit: Ohio State University. </div> <p><a href="/2024/02/developing-low-cost-lab-techniques-qa-with-abraham-badu-tawiah/"><strong>Developing Low-Cost Lab Techniques: Q&#038;A With Abraham Badu-Tawiah</strong></a><br><br/> Abraham Badu-Tawiah, Ph.D., encourages students to persevere through whatever challenges life throws at them and to never be discouraged if their journeys look different than they expected. “It bothered me for many years that I worked for two master’s degrees—I believed that I’d wasted my time by not going directly to a Ph.D. program. Now, I realize that those years benefited me. They opened my mind to new experiences, and some of the work I did in my second master’s program is directly related to what I’m doing now,” he says.</p> <hr/> <div style="float:left; margin:0 1em 1em 0; width:210px; display:inline-block; padding:0.3em; border:#cccccc 1px solid; background-color:#f3f3f3; font-size:0.8em; line-height:1.4em;"> <img decoding="async" src="/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-3.png" alt="A portrait image of Dr. Morgan DeSantis." style="margin:0; width:100%; border:#cccccc 1px solid;"> Credit: Courtesy of Dr. Morgan DeSantis. </div> <p><a href="/2024/05/motor-proteins-and-microscopy-qa-with-morgan-desantis/"><strong>Motor Proteins and Microscopy: Q&#038;A With Morgan DeSantis</strong></a><br><br/> “Let your curiosity drive you to new scientific fields and questions, because that’s when the coolest findings happen,” says Morgan DeSantis, Ph.D. During our interview with Dr. DeSantis, we learned about how her career in science almost didn’t happen, how happy she is that it did, and how science can sometimes feel like solving a puzzle.</p> <hr/> <div style="float:left; margin:0 1em 1em 0; width:206px; display:inline-block; padding:0.3em; border:#cccccc 1px solid; background-color:#f3f3f3; font-size:0.8em; line-height:1.4em;"> <img decoding="async" src="/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-4.png" alt="A headshot of Dr. Xuecai Ge." style="margin:0; width:100%; border:#cccccc 1px solid;"> Credit: Courtesy of Dr. Xuecai Ge. </div> <p><a href="/2024/03/investigating-the-primary-cilium-qa-with-xuecai-ge/"><strong>Investigating the Primary Cilium: Q&#038;A With Xuecai Ge</strong></a><br><br/> Xuecai Ge, Ph.D., started studying how medicines worked but soon realized she was more interested in learning about the human body—which she now does. Based on her experiences, she says to students looking to kickstart their own scientific careers: “Find a question that you’re truly passionate about and then persevere in pursuing your scientific dream. Scientific careers have ups and downs, so be resilient in the face of setbacks and embrace every challenge as an opportunity to grow stronger.”</p> <hr/> <div style="float:left; margin:0 1em 1em 0; width:206px; display:inline-block; padding:0.3em; border:#cccccc 1px solid; background-color:#f3f3f3; font-size:0.8em; line-height:1.4em;"> <img decoding="async" src="/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-5.png" alt="A portrait image of Dr. Elias Picazo." style="margin:0; width:100%; border:#cccccc 1px solid;"> Credit: Courtesy of Dr. Elias Picazo. </div> <p><a href="/2024/10/inventing-new-ways-to-build-bonds-qa-with-elias-picazo/"><strong>Inventing New Ways to Build Bonds: Q&#038;A With Elias Picazo</strong></a><br><br/> Elias Picazo, Ph.D., knew from the moment he stepped into a research lab as an undergraduate student that he wanted to be a professor. And that’s his advice to students: “Try it! The day-to-day of science is very different from reading or learning about science in the classroom. Start doing experiments and see if you like it. If you don’t, try to apply your love for science in ways that aren&#8217;t experimental, because there are a lot of different scientific careers.”</p> <div class="wp-block-media-text alignfull is-stacked-on-mobile is-image-fill has-background" style="background-color:#c3e8ff;grid-template-columns:30% auto"><figure class="wp-block-media-text__media" style="background-image:url(https://biobeat.nigms.nih.gov/wp-content/uploads/2022/08/educators-corner-logo-large-margin.png);background-position:50% 50%"><img loading="lazy" decoding="async" width="518" height="445" src="https://biobeat.nigms.nih.gov/wp-content/uploads/2022/08/educators-corner-logo-large-margin.png" alt="" class="wp-image-10982 size-full" srcset="https://biobeat.nigms.nih.gov/wp-content/uploads/2022/08/educators-corner-logo-large-margin.png 518w, https://biobeat.nigms.nih.gov/wp-content/uploads/2022/08/educators-corner-logo-large-margin-500x430.png 500w, https://biobeat.nigms.nih.gov/wp-content/uploads/2022/08/educators-corner-logo-large-margin-300x258.png 300w" sizes="auto, (max-width: 518px) 100vw, 518px" /></figure><div class="wp-block-media-text__content"> <p class="has-text-color" style="color:#000000">Learn more in our <a href="https://biobeat.nigms.nih.gov/educators-corner/?issue=7#advice-to-future-scientists">Educator&#8217;s Corner</a>.</p> </div></div> <p></p> <div class="wp-block-group biobeat-recent-group has-background" style="background:linear-gradient(135deg,rgb(255,244,219) 5%,rgb(216,223,220) 53%,rgb(200,245,250) 100%)"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"> <h2 class="wp-block-heading has-text-align-center has-black-color has-text-color"><strong>Other Posts You May Like</strong></h2> <ul class="wp-block-latest-posts__list is-grid columns-2 biobeat-recent-items wp-block-latest-posts"><li><div class="wp-block-latest-posts__featured-image aligncenter"><a href="https://biobeat.nigms.nih.gov/2024/11/haley-bridgewater-taking-the-sting-out-of-vaccines/" aria-label="Haley Bridgewater: Taking the Sting Out of Vaccines"><img loading="lazy" decoding="async" width="300" height="150" src="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/11/BioBeat-11.20.2024-featured-300x150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="" srcset="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/11/BioBeat-11.20.2024-featured-300x150.png 300w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/11/BioBeat-11.20.2024-featured-500x250.png 500w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/11/BioBeat-11.20.2024-featured-1024x512.png 1024w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/11/BioBeat-11.20.2024-featured.png 1068w" sizes="auto, 100vw" /></a></div><a class="wp-block-latest-posts__post-title" href="https://biobeat.nigms.nih.gov/2024/11/haley-bridgewater-taking-the-sting-out-of-vaccines/">Haley Bridgewater: Taking the Sting Out of Vaccines</a></li> <li><div class="wp-block-latest-posts__featured-image aligncenter"><a href="https://biobeat.nigms.nih.gov/2024/11/investigating-the-inner-workings-of-ion-channels-with-sudha-chakrapani/" aria-label="Investigating the Inner Workings of Ion Channels With Sudha Chakrapani"><img loading="lazy" decoding="async" width="300" height="150" src="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-11.6.2024-featured-300x150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="" srcset="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-11.6.2024-featured-300x150.png 300w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-11.6.2024-featured-500x250.png 500w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-11.6.2024-featured.png 953w" sizes="auto, 100vw" /></a></div><a class="wp-block-latest-posts__post-title" href="https://biobeat.nigms.nih.gov/2024/11/investigating-the-inner-workings-of-ion-channels-with-sudha-chakrapani/">Investigating the Inner Workings of Ion Channels With Sudha Chakrapani</a></li> <li><div class="wp-block-latest-posts__featured-image aligncenter"><a href="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/" aria-label="Advice to Future Scientists"><img loading="lazy" decoding="async" width="300" height="150" src="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured-300x150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="" srcset="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured-300x150.png 300w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured-500x250.png 500w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/10/BioBeat-MM-10.21.2024-featured.png 825w" sizes="auto, 100vw" /></a></div><a class="wp-block-latest-posts__post-title" href="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/">Advice to Future Scientists</a></li> <li><div class="wp-block-latest-posts__featured-image aligncenter"><a href="https://biobeat.nigms.nih.gov/2024/10/inventing-new-ways-to-build-bonds-qa-with-elias-picazo/" aria-label="Inventing New Ways to Build Bonds: Q&amp;A With Elias Picazo"><img loading="lazy" decoding="async" width="300" height="150" src="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/09/BioBeat-10.2.2024-featured-300x150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="" srcset="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/09/BioBeat-10.2.2024-featured-300x150.png 300w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/09/BioBeat-10.2.2024-featured-500x250.png 500w, https://biobeat.nigms.nih.gov/wp-content/uploads/2024/09/BioBeat-10.2.2024-featured.png 896w" sizes="auto, 100vw" /></a></div><a class="wp-block-latest-posts__post-title" href="https://biobeat.nigms.nih.gov/2024/10/inventing-new-ways-to-build-bonds-qa-with-elias-picazo/">Inventing New Ways to Build Bonds: Q&amp;A With Elias Picazo</a></li> <li><div class="wp-block-latest-posts__featured-image aligncenter"><a href="https://biobeat.nigms.nih.gov/2024/09/building-the-future-of-research-celebrating-postdocs-and-training-programs/" aria-label="Building the Future of Research: Celebrating Postdocs and Training Programs"><img loading="lazy" decoding="async" width="300" height="150" src="https://biobeat.nigms.nih.gov/wp-content/uploads/2024/09/BioBeat-9.18.2024-featured.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" style="" sizes="auto, 100vw" /></a></div><a class="wp-block-latest-posts__post-title" href="https://biobeat.nigms.nih.gov/2024/09/building-the-future-of-research-celebrating-postdocs-and-training-programs/">Building the Future of Research: Celebrating Postdocs and Training Programs</a></li> </ul></div></div> <h4 class="share-header">Share...</h4><div class="social-share"><a class="btn-share share-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fbiobeat.nigms.nih.gov%2F2024%2F10%2Fadvice-to-future-scientists%2F"><span class="screen-reader-text">Facebook Share</span><i class="fab fa-facebook-f"></i></a><a class="btn-share share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fbiobeat.nigms.nih.gov%2F2024%2F10%2Fadvice-to-future-scientists%2F&amp;title=Advice+to+Future+Scientists"><span class="screen-reader-text">Linkedin Share</span><i class="fab fa-linkedin-in"></i></a><a class="btn-share share-mail" href="mailto:?&subject=Advice+to+Future+Scientists&body=https%3A%2F%2Fbiobeat.nigms.nih.gov%2F2024%2F10%2Fadvice-to-future-scientists%2F"><span class="screen-reader-text">Email Share</span><i class="far fa-envelope"></i></a></div> </div><!-- .entry-content --> <footer class="entry-footer"><span class="cat-tags-links"><span class="cat-links"><svg class="icon icon-folder-open" aria-labelledby="title-3" role="img"><title id="title-3">Category Icon</title> <use href="#icon-folder-open" xlink:href="#icon-folder-open"></use> </svg><span class="screen-reader-text">Categories</span><a href="https://biobeat.nigms.nih.gov/category/being-a-scientist/" rel="category tag">Being a Scientist</a>, <a href="https://biobeat.nigms.nih.gov/category/stem-education/" rel="category tag">STEM Education</a></span><span class="tags-links"><svg class="icon icon-hashtag" aria-labelledby="title-4" role="img"><title id="title-4">Tags Icon</title> <use href="#icon-hashtag" xlink:href="#icon-hashtag"></use> </svg><span class="screen-reader-text">Tags</span><a href="https://biobeat.nigms.nih.gov/tag/career-miniseries/" rel="tag">Career Miniseries</a>, <a href="https://biobeat.nigms.nih.gov/tag/training/" rel="tag">Training</a></span></span></footer> <!-- .entry-footer --> </article><!-- #post-## --> <div id="comments" class="comments-area"> <h2 class="comments-title"> 2 Replies to &ldquo;Advice to Future Scientists&rdquo; </h2> <ol class="comment-list"> <li id="comment-75965" class="comment even thread-even depth-1 parent"> <article id="div-comment-75965" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <img alt='' src='https://biobeat.nigms.nih.gov/wp-content/uploads/mystery-man1.jpg' srcset='https://biobeat.nigms.nih.gov/wp-content/uploads/mystery-man1.jpg 2x' class='avatar avatar-100 photo' height='100' width='100' loading='lazy' decoding='async'/> <b class="fn">Cyndy Buckhaults</b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/#comment-75965"><time datetime="2024-10-21T19:04:00-04:00">October 21, 2024 at 7:04 PM</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>I work for three INBRE programs and would love to promote this article in relation to the future for our students, but am curious as to why this is an article from NIGMS, but there doesn&#8217;t appear to have been any IDeA researchers interviewed (other than Dr. Eda Koculi holding a Master’s degree from Oklahoma). Am I missing something? Sure would be nice to have a person that our faculty and students could relate to&#8230;</p> </div><!-- .comment-content --> <div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/?replytocom=75965#respond" data-commentid="75965" data-postid="13889" data-belowelement="div-comment-75965" data-respondelement="respond" data-replyto="Reply to Cyndy Buckhaults" aria-label="Reply to Cyndy Buckhaults"><svg class="icon icon-mail-reply" aria-hidden="true" role="img"> <use href="#icon-mail-reply" xlink:href="#icon-mail-reply"></use> </svg>Reply</a></div> </article><!-- .comment-body --> <ol class="children"> <li id="comment-76132" class="comment byuser comment-author-biglerar odd alt depth-2"> <article id="div-comment-76132" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <img alt='' src='https://biobeat.nigms.nih.gov/wp-content/uploads/mystery-man1.jpg' srcset='https://biobeat.nigms.nih.gov/wp-content/uploads/mystery-man1.jpg 2x' class='avatar avatar-100 photo' height='100' width='100' loading='lazy' decoding='async'/> <b class="fn">Abbey Bigler</b> <span class="says">says:</span> </div><!-- .comment-author --> <div class="comment-metadata"> <a href="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/#comment-76132"><time datetime="2024-10-25T11:22:59-04:00">October 25, 2024 at 11:22 AM</time></a> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content"> <p>Hi Cyndy, our blog covers many NIGMS-supported researchers and programs. We have covered INBRE and COBRE programs as well as MOSAIC scholars, early-stage investigators, trainees, and more. This particular post featured inspiring advice from our funded scientists to anyone considering a career in biomedical research. We encourage you to explore all of the content on our blog.</p> </div><!-- .comment-content --> <div class="reply"><a rel="nofollow" class="comment-reply-link" href="https://biobeat.nigms.nih.gov/2024/10/advice-to-future-scientists/?replytocom=76132#respond" data-commentid="76132" data-postid="13889" data-belowelement="div-comment-76132" data-respondelement="respond" data-replyto="Reply to Abbey Bigler" aria-label="Reply to Abbey Bigler"><svg class="icon icon-mail-reply" aria-hidden="true" role="img"> <use href="#icon-mail-reply" xlink:href="#icon-mail-reply"></use> </svg>Reply</a></div> </article><!-- .comment-body --> </li><!-- #comment-## --> </ol><!-- .children --> </li><!-- #comment-## --> </ol> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">Submit a Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2024/10/advice-to-future-scientists/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://biobeat.nigms.nih.gov/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class='comment-policy'><strong>Please note:</strong> Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.</p><p class="comment-form-comment"><label for="comment">Comment <span class="required">*</span></label> <textarea autocomplete="new-password" id="ffccae301a" name="ffccae301a" cols="45" rows="8" maxlength="65525" required></textarea><textarea id="comment" aria-label="hp-comment" aria-hidden="true" name="comment" autocomplete="new-password" style="padding:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;position:absolute !important;white-space:nowrap !important;height:1px !important;width:1px !important;overflow:hidden !important;" tabindex="-1"></textarea><script data-noptimize>document.getElementById("comment").setAttribute( "id", "a17950f3e5f4fca68d6ade2303089e7b" );document.getElementById("ffccae301a").setAttribute( "id", "comment" );</script></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" autocomplete="name" required /></p> <p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" autocomplete="email" required /></p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Submit Comment" /> <input type='hidden' name='comment_post_ID' value='13889' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> <div id="email-notes" style="display:none"> There are no notes pertaining to this field. </div> </div><!-- #comments --> <nav class="navigation post-navigation"> <h2 class="screen-reader-text">Post navigation</h2> <div class="nav-links"><div class="nav-previous"><a href="https://biobeat.nigms.nih.gov/2024/10/what-is-crispr/" rel="prev"><span class="screen-reader-text">Previous Post</span><span aria-hidden="true" class="nav-subtitle">Previous</span> <span class="nav-title"><span class="nav-title-icon-wrapper"><svg class="icon icon-arrow-left" aria-labelledby="title-5" role="img"><title id="title-5">Previous Icon</title> <use href="#icon-arrow-left" xlink:href="#icon-arrow-left"></use> </svg></span>What Is CRISPR?</span></a></div><div class="nav-next"><a href="https://biobeat.nigms.nih.gov/2024/10/chemistry-by-the-numbers/" rel="next"><span class="screen-reader-text">Next Post</span><span aria-hidden="true" class="nav-subtitle">Next</span> <span class="nav-title">Chemistry by the Numbers<span class="nav-title-icon-wrapper"><svg class="icon icon-arrow-right" aria-labelledby="title-6" role="img"><title id="title-6">Next Icon</title> <use href="#icon-arrow-right" xlink:href="#icon-arrow-right"></use> </svg></span></span></a></div></div> </nav> </main><!-- #main --> </div><!-- #primary --> <aside id="secondary" class="widget-area" aria-label="Blog Sidebar"> <section id="custom_html-4" class="widget_text widget widget_custom_html"><h2 class="widget-title">Follow us on&#8230;</h2><div class="textwidget custom-html-widget"><ul class="social-icons-list"> <li class="social_icons-list__item"><a class="social_icons-list__link font-awesome-instagram" href="https://nigms.nih.gov/News/Pages/Subscriptions.aspx#instagram"><span class="screen-reader-text">Instagram</span><i class="fab fa-instagram"></i></a></li> <li class="social_icons-list__item"><a class="social_icons-list__link font-awesome-linkedin" href="https://nigms.nih.gov/News/Pages/Subscriptions.aspx#linkedin"><span class="screen-reader-text">Linkedin</span><i class="fab fa-linkedin"></i></a></li> <li class="social_icons-list__item"><a class="social_icons-list__link font-awesome-youtube" href="https://nigms.nih.gov/News/Pages/Subscriptions.aspx#youtube"><span class="screen-reader-text">Youtube</span><i class="fab fa-youtube"></i></a></li> </ul></div></section><section id="custom_html-5" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><p><a class="btn-archive" href="https://public.govdelivery.com/accounts/USNIGMS/signup/37150">Subscribe</a> </p></div></section><section id="mks_author_widget-2" class="widget mks_author_widget"><h2 class="widget-title">Author Info</h2> <div class="mks-co-authors-wrapper"> <a href="https://biobeat.nigms.nih.gov/author/kimberly-rousseau/"><img width="180" height="180" src="https://biobeat.nigms.nih.gov/wp-content/uploads/2023/02/headshot-kimberly-rousseau-1.png" class="avatar avatar-180 photo wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://biobeat.nigms.nih.gov/wp-content/uploads/2023/02/headshot-kimberly-rousseau-1.png 180w, https://biobeat.nigms.nih.gov/wp-content/uploads/2023/02/headshot-kimberly-rousseau-1-100x100.png 100w" sizes="100vw" /></a> <h3><a href="https://biobeat.nigms.nih.gov/author/kimberly-rousseau/">Kimberly Smith</a></h3> <p>Kim is a biomedical researcher turned science writer who loves creating accessible science content that encourages enthusiasm for science, technology, engineering, and math in kids and adults.</p> </div> </section><section id="categories-3" class="widget widget_categories"><h2 class="widget-title">Categories</h2><form action="https://biobeat.nigms.nih.gov" method="get"><label class="screen-reader-text" for="cat">Categories</label><select name='cat' id='cat' class='postform'> <option value='-1'>Select Category</option> <option class="level-0" value="101">Being a Scientist</option> <option class="level-0" value="5">Cells</option> <option class="level-0" value="6">Chemistry, Biochemistry and Pharmacology</option> <option class="level-0" value="9">Genes</option> <option class="level-0" value="11">Injury and Illness</option> <option class="level-0" value="13">Molecular Structures</option> <option class="level-0" value="249">STEM Education</option> <option class="level-0" value="7">Tools and Techniques</option> </select> </form><script> (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); </script> </section><section id="nav_menu-2" class="widget widget_nav_menu"><h2 class="widget-title">Info</h2><nav class="menu-pages-container" aria-label="Info"><ul id="menu-pages" class="menu"><li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/">Biomedical Beat Home</a></li> <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://biobeat.nigms.nih.gov/about/">About this Blog</a></li> <li id="menu-item-4975" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4975"><a href="https://biobeat.nigms.nih.gov/about-the-authors/">About the Authors</a></li> <li id="menu-item-11017" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11017"><a href="https://biobeat.nigms.nih.gov/educators-corner/">Educator’s Corner</a></li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://biobeat.nigms.nih.gov/comment-policy/">Comment Policy</a></li> <li id="menu-item-29" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-29"><a rel="privacy-policy" href="https://biobeat.nigms.nih.gov/policies/">Other Policies</a></li> <li id="menu-item-20" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-20"><a href="https://www.nigms.nih.gov/Pages/default.aspx">NIGMS Website</a></li> <li id="menu-item-83" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-83"><a href="https://www.nigms.nih.gov/Education/">More Articles, Images, Videos, Profiles</a></li> </ul></nav></section><section id="archives-3" class="widget widget_archive"><h2 class="widget-title">Biomedical Beat Blog Archive</h2> <label class="screen-reader-text" for="archives-dropdown-3">Biomedical Beat Blog Archive</label> <select id="archives-dropdown-3" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://biobeat.nigms.nih.gov/2024/11/'> November 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/10/'> October 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/09/'> September 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/08/'> August 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/07/'> July 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/06/'> June 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/05/'> May 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/04/'> April 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/03/'> March 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/02/'> February 2024 </option> <option value='https://biobeat.nigms.nih.gov/2024/01/'> January 2024 </option> <option value='https://biobeat.nigms.nih.gov/2023/12/'> December 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/11/'> November 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/10/'> October 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/09/'> September 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/08/'> August 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/07/'> July 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/06/'> June 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/05/'> May 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/04/'> April 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/03/'> March 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/02/'> February 2023 </option> <option value='https://biobeat.nigms.nih.gov/2023/01/'> January 2023 </option> <option value='https://biobeat.nigms.nih.gov/2022/12/'> December 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/11/'> November 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/10/'> October 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/09/'> September 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/08/'> August 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/07/'> July 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/06/'> June 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/05/'> May 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/04/'> April 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/03/'> March 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/02/'> February 2022 </option> <option value='https://biobeat.nigms.nih.gov/2022/01/'> January 2022 </option> <option value='https://biobeat.nigms.nih.gov/2021/12/'> December 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/11/'> November 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/10/'> October 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/09/'> September 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/08/'> August 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/07/'> July 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/06/'> June 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/05/'> May 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/04/'> April 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/03/'> March 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/02/'> February 2021 </option> <option value='https://biobeat.nigms.nih.gov/2021/01/'> January 2021 </option> <option value='https://biobeat.nigms.nih.gov/2020/12/'> December 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/11/'> November 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/10/'> October 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/09/'> September 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/08/'> August 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/07/'> July 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/06/'> June 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/05/'> May 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/04/'> April 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/03/'> March 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/02/'> February 2020 </option> <option value='https://biobeat.nigms.nih.gov/2020/01/'> January 2020 </option> <option value='https://biobeat.nigms.nih.gov/2019/12/'> December 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/11/'> November 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/10/'> October 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/09/'> September 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/08/'> August 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/07/'> July 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/06/'> June 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/05/'> May 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/04/'> April 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/03/'> March 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/02/'> February 2019 </option> <option value='https://biobeat.nigms.nih.gov/2019/01/'> January 2019 </option> <option value='https://biobeat.nigms.nih.gov/2018/12/'> December 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/11/'> November 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/10/'> October 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/09/'> September 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/08/'> August 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/07/'> July 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/06/'> June 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/05/'> May 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/04/'> April 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/03/'> March 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/02/'> February 2018 </option> <option value='https://biobeat.nigms.nih.gov/2018/01/'> January 2018 </option> <option value='https://biobeat.nigms.nih.gov/2017/12/'> December 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/11/'> November 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/10/'> October 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/09/'> September 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/08/'> August 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/07/'> July 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/06/'> June 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/05/'> May 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/04/'> April 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/03/'> March 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/02/'> February 2017 </option> <option value='https://biobeat.nigms.nih.gov/2017/01/'> January 2017 </option> <option value='https://biobeat.nigms.nih.gov/2016/12/'> December 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/11/'> November 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/10/'> October 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/09/'> September 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/08/'> August 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/07/'> July 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/06/'> June 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/05/'> May 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/04/'> April 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/03/'> March 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/02/'> February 2016 </option> <option value='https://biobeat.nigms.nih.gov/2016/01/'> January 2016 </option> <option value='https://biobeat.nigms.nih.gov/2015/12/'> December 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/11/'> November 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/10/'> October 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/09/'> September 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/08/'> August 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/07/'> July 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/06/'> June 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/05/'> May 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/04/'> April 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/03/'> March 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/02/'> February 2015 </option> <option value='https://biobeat.nigms.nih.gov/2015/01/'> January 2015 </option> <option value='https://biobeat.nigms.nih.gov/2014/12/'> December 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/11/'> November 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/10/'> October 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/09/'> September 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/08/'> August 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/07/'> July 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/06/'> June 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/05/'> May 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/04/'> April 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/03/'> March 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/02/'> February 2014 </option> <option value='https://biobeat.nigms.nih.gov/2014/01/'> January 2014 </option> <option value='https://biobeat.nigms.nih.gov/2013/12/'> December 2013 </option> <option value='https://biobeat.nigms.nih.gov/2013/11/'> November 2013 </option> <option value='https://biobeat.nigms.nih.gov/2013/10/'> October 2013 </option> <option value='https://biobeat.nigms.nih.gov/2013/09/'> September 2013 </option> <option value='https://biobeat.nigms.nih.gov/2013/08/'> August 2013 </option> </select> <script> (function() { var dropdown = document.getElementById( "archives-dropdown-3" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); </script> </section></aside><!-- #secondary --> </div><!-- .wrap --> </div><!-- #content --> <footer id="colophon" class="site-footer"> <div class="wrap"> <div class="site-info"> <p style="text-align:center;"> <a href="https://www.nigms.nih.gov/">NIGMS Home</a> | <a href="https://www.nigms.nih.gov/Pages/ContactUs.aspx">Contact Us</a> | <a href="https://www.nigms.nih.gov/Pages/Privacy.aspx">Your Privacy</a> | <a href="https://www.nigms.nih.gov/Pages/Accessibility.aspx">Accessibility</a> | <a href="https://www.nigms.nih.gov/pages/disclaimers.aspx">Disclaimers</a> | <a href="https://www.nigms.nih.gov/Pages/FOIA.aspx">FOIA</a> | <a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html">HHS Vulnerability Disclosure<span class="exit-disclaimer"></span></a> </p> <p style="text-align:center;"> <a href="http://www.hhs.gov/">U.S. Department of Health and Human Services<span class="exit-disclaimer"></span></a><br/><a href="http://www.nih.gov/">National Institutes of Health: NIH...Turning Discovery Into Health&reg;</a> | <a href="https://www.usa.gov/">USA.gov<span class="exit-disclaimer"></span></a> </p> <p style="text-align:center;"> National Institute of General Medical Sciences<br/>45 Center Drive MSC 6200 | Bethesda, MD 20892-6200 </p> <p style="text-align:center;"> 301-496-7301 </p> </div> </div> </div><!-- .site-info --> </div><!-- .wrap --> </footer><!-- #colophon --> </div><!-- .site-content-contain --> </div><!-- #page --> <div id="pum-11818" role="dialog" aria-modal="false" class="pum pum-overlay pum-theme-11814 pum-theme-content-only popmake-overlay pum-overlay-disabled auto_open click_open" data-popmake="{&quot;id&quot;:11818,&quot;slug&quot;:&quot;subscribers-biobeat&quot;,&quot;theme_id&quot;:11814,&quot;cookies&quot;:[{&quot;event&quot;:&quot;on_popup_close&quot;,&quot;settings&quot;:{&quot;name&quot;:&quot;pum-11818&quot;,&quot;key&quot;:&quot;&quot;,&quot;session&quot;:false,&quot;path&quot;:&quot;1&quot;,&quot;time&quot;:&quot;1 month&quot;}}],&quot;triggers&quot;:[{&quot;type&quot;:&quot;auto_open&quot;,&quot;settings&quot;:{&quot;cookie_name&quot;:[&quot;pum-11818&quot;],&quot;delay&quot;:&quot;500&quot;}},{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;&quot;,&quot;cookie_name&quot;:null}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:&quot;1&quot;,&quot;overlay_disabled&quot;:&quot;1&quot;,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;custom&quot;,&quot;responsive_min_width&quot;:&quot;0px&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100px&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;300px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:&quot;1&quot;,&quot;location&quot;:&quot;right bottom&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;10&quot;,&quot;position_right&quot;:&quot;10&quot;,&quot;position_fixed&quot;:&quot;1&quot;,&quot;animation_type&quot;:&quot;slide&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;bottom&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}"> <div id="popmake-11818" class="pum-container popmake theme-11814 size-custom pum-position-fixed"> <div class="pum-content popmake-content" tabindex="0"> <h3 style="text-align: center;"><strong>Subscribe to<br /> <em>Biomedical Beat</em></strong></h3> <p style="text-align: center;">Get our latest blog posts<br /> delivered straight to your inbox!<br /> <a href="https://public.govdelivery.com/accounts/USNIGMS/signup/37150">Sign Up Here</a></p> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> × </button> </div> </div> <script id="ppress-frontend-script-js-extra"> var pp_ajax_form = {"ajaxurl":"https:\/\/biobeat.nigms.nih.gov\/wp-admin\/admin-ajax.php","confirm_delete":"Are you sure?","deleting_text":"Deleting...","deleting_error":"An error occurred. Please try again.","nonce":"79cd6b87a5","disable_ajax_form":"false","is_checkout":"0","is_checkout_tax_enabled":"0","is_checkout_autoscroll_enabled":"true"}; </script> <script src="https://biobeat.nigms.nih.gov/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=4.15.18" id="ppress-frontend-script-js"></script> <script id="twentyseventeen-skip-link-focus-fix-js-extra"> var twentyseventeenScreenReaderText = {"quote":"<svg class=\"icon icon-quote-right\" aria-hidden=\"true\" role=\"img\"> <use href=\"#icon-quote-right\" xlink:href=\"#icon-quote-right\"><\/use> <\/svg>"}; </script> <script src="https://biobeat.nigms.nih.gov/wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js?ver=20161114" id="twentyseventeen-skip-link-focus-fix-js"></script> <script src="https://biobeat.nigms.nih.gov/wp-content/themes/twentyseventeen/assets/js/global.js?ver=20211130" id="twentyseventeen-global-js"></script> <script src="https://biobeat.nigms.nih.gov/wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js?ver=2.1.3" id="jquery-scrollto-js"></script> <script src="https://biobeat.nigms.nih.gov/wp-includes/js/comment-reply.min.js?ver=6.7.1" id="comment-reply-js" async data-wp-strategy="async"></script> <script src="https://biobeat.nigms.nih.gov/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script id="popup-maker-site-js-extra"> var pum_vars = {"version":"1.20.2","pm_dir_url":"https:\/\/biobeat.nigms.nih.gov\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/biobeat.nigms.nih.gov\/wp-admin\/admin-ajax.php","restapi":"https:\/\/biobeat.nigms.nih.gov\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"11807","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","analytics_route":"analytics","analytics_api":"https:\/\/biobeat.nigms.nih.gov\/wp-json\/pum\/v1"}; var pum_sub_vars = {"ajaxurl":"https:\/\/biobeat.nigms.nih.gov\/wp-admin\/admin-ajax.php","message_position":"top"}; var pum_popups = {"pum-11818":{"triggers":[{"type":"auto_open","settings":{"cookie_name":["pum-11818"],"delay":"500"}}],"cookies":[{"event":"on_popup_close","settings":{"name":"pum-11818","key":"","session":false,"path":"1","time":"1 month"}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"11814","size":"custom","responsive_min_width":"0px","responsive_max_width":"100px","custom_width":"300px","custom_height_auto":true,"custom_height":"380px","scrollable_content":false,"animation_type":"slide","animation_speed":"350","animation_origin":"bottom","open_sound":"none","custom_sound":"","location":"right bottom","position_top":"100","position_bottom":"10","position_left":"0","position_right":"10","position_from_trigger":false,"position_fixed":true,"overlay_disabled":true,"stackable":true,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"content-only","id":11818,"slug":"subscribers-biobeat"}}; </script> <script src="//biobeat.nigms.nih.gov/wp-content/uploads/pum/pum-site-scripts.js?defer&amp;generated=1732367713&amp;ver=1.20.2" id="popup-maker-site-js"></script> <svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <symbol id="icon-behance" viewBox="0 0 37 32"> <path class="path1" d="M33 6.054h-9.125v2.214h9.125v-2.214zM28.5 13.661q-1.607 0-2.607 0.938t-1.107 2.545h7.286q-0.321-3.482-3.571-3.482zM28.786 24.107q1.125 0 2.179-0.571t1.357-1.554h3.946q-1.786 5.482-7.625 5.482-3.821 0-6.080-2.357t-2.259-6.196q0-3.714 2.33-6.17t6.009-2.455q2.464 0 4.295 1.214t2.732 3.196 0.902 4.429q0 0.304-0.036 0.839h-11.75q0 1.982 1.027 3.063t2.973 1.080zM4.946 23.214h5.286q3.661 0 3.661-2.982 0-3.214-3.554-3.214h-5.393v6.196zM4.946 13.625h5.018q1.393 0 2.205-0.652t0.813-2.027q0-2.571-3.393-2.571h-4.643v5.25zM0 4.536h10.607q1.554 0 2.768 0.25t2.259 0.848 1.607 1.723 0.563 2.75q0 3.232-3.071 4.696 2.036 0.571 3.071 2.054t1.036 3.643q0 1.339-0.438 2.438t-1.179 1.848-1.759 1.268-2.161 0.75-2.393 0.232h-10.911v-22.5z"></path> </symbol> <symbol id="icon-deviantart" viewBox="0 0 18 32"> <path class="path1" d="M18.286 5.411l-5.411 10.393 0.429 0.554h4.982v7.411h-9.054l-0.786 0.536-2.536 4.875-0.536 0.536h-5.375v-5.411l5.411-10.411-0.429-0.536h-4.982v-7.411h9.054l0.786-0.536 2.536-4.875 0.536-0.536h5.375v5.411z"></path> </symbol> <symbol id="icon-medium" viewBox="0 0 32 32"> <path class="path1" d="M10.661 7.518v20.946q0 0.446-0.223 0.759t-0.652 0.313q-0.304 0-0.589-0.143l-8.304-4.161q-0.375-0.179-0.634-0.598t-0.259-0.83v-20.357q0-0.357 0.179-0.607t0.518-0.25q0.25 0 0.786 0.268l9.125 4.571q0.054 0.054 0.054 0.089zM11.804 9.321l9.536 15.464-9.536-4.75v-10.714zM32 9.643v18.821q0 0.446-0.25 0.723t-0.679 0.277-0.839-0.232l-7.875-3.929zM31.946 7.5q0 0.054-4.58 7.491t-5.366 8.705l-6.964-11.321 5.786-9.411q0.304-0.5 0.929-0.5 0.25 0 0.464 0.107l9.661 4.821q0.071 0.036 0.071 0.107z"></path> </symbol> <symbol id="icon-slideshare" viewBox="0 0 32 32"> <path class="path1" d="M15.589 13.214q0 1.482-1.134 2.545t-2.723 1.063-2.723-1.063-1.134-2.545q0-1.5 1.134-2.554t2.723-1.054 2.723 1.054 1.134 2.554zM24.554 13.214q0 1.482-1.125 2.545t-2.732 1.063q-1.589 0-2.723-1.063t-1.134-2.545q0-1.5 1.134-2.554t2.723-1.054q1.607 0 2.732 1.054t1.125 2.554zM28.571 16.429v-11.911q0-1.554-0.571-2.205t-1.982-0.652h-19.857q-1.482 0-2.009 0.607t-0.527 2.25v12.018q0.768 0.411 1.58 0.714t1.446 0.5 1.446 0.33 1.268 0.196 1.25 0.071 1.045 0.009 1.009-0.036 0.795-0.036q1.214-0.018 1.696 0.482 0.107 0.107 0.179 0.161 0.464 0.446 1.089 0.911 0.125-1.625 2.107-1.554 0.089 0 0.652 0.027t0.768 0.036 0.813 0.018 0.946-0.018 0.973-0.080 1.089-0.152 1.107-0.241 1.196-0.348 1.205-0.482 1.286-0.616zM31.482 16.339q-2.161 2.661-6.643 4.5 1.5 5.089-0.411 8.304-1.179 2.018-3.268 2.643-1.857 0.571-3.25-0.268-1.536-0.911-1.464-2.929l-0.018-5.821v-0.018q-0.143-0.036-0.438-0.107t-0.42-0.089l-0.018 6.036q0.071 2.036-1.482 2.929-1.411 0.839-3.268 0.268-2.089-0.643-3.25-2.679-1.875-3.214-0.393-8.268-4.482-1.839-6.643-4.5-0.446-0.661-0.071-1.125t1.071 0.018q0.054 0.036 0.196 0.125t0.196 0.143v-12.393q0-1.286 0.839-2.196t2.036-0.911h22.446q1.196 0 2.036 0.911t0.839 2.196v12.393l0.375-0.268q0.696-0.482 1.071-0.018t-0.071 1.125z"></path> </symbol> <symbol id="icon-snapchat-ghost" viewBox="0 0 30 32"> <path class="path1" d="M15.143 2.286q2.393-0.018 4.295 1.223t2.92 3.438q0.482 1.036 0.482 3.196 0 0.839-0.161 3.411 0.25 0.125 0.5 0.125 0.321 0 0.911-0.241t0.911-0.241q0.518 0 1 0.321t0.482 0.821q0 0.571-0.563 0.964t-1.232 0.563-1.232 0.518-0.563 0.848q0 0.268 0.214 0.768 0.661 1.464 1.83 2.679t2.58 1.804q0.5 0.214 1.429 0.411 0.5 0.107 0.5 0.625 0 1.25-3.911 1.839-0.125 0.196-0.196 0.696t-0.25 0.83-0.589 0.33q-0.357 0-1.107-0.116t-1.143-0.116q-0.661 0-1.107 0.089-0.571 0.089-1.125 0.402t-1.036 0.679-1.036 0.723-1.357 0.598-1.768 0.241q-0.929 0-1.723-0.241t-1.339-0.598-1.027-0.723-1.036-0.679-1.107-0.402q-0.464-0.089-1.125-0.089-0.429 0-1.17 0.134t-1.045 0.134q-0.446 0-0.625-0.33t-0.25-0.848-0.196-0.714q-3.911-0.589-3.911-1.839 0-0.518 0.5-0.625 0.929-0.196 1.429-0.411 1.393-0.571 2.58-1.804t1.83-2.679q0.214-0.5 0.214-0.768 0-0.5-0.563-0.848t-1.241-0.527-1.241-0.563-0.563-0.938q0-0.482 0.464-0.813t0.982-0.33q0.268 0 0.857 0.232t0.946 0.232q0.321 0 0.571-0.125-0.161-2.536-0.161-3.393 0-2.179 0.482-3.214 1.143-2.446 3.071-3.536t4.714-1.125z"></path> </symbol> <symbol id="icon-yelp" viewBox="0 0 27 32"> <path class="path1" d="M13.804 23.554v2.268q-0.018 5.214-0.107 5.446-0.214 0.571-0.911 0.714-0.964 0.161-3.241-0.679t-2.902-1.589q-0.232-0.268-0.304-0.643-0.018-0.214 0.071-0.464 0.071-0.179 0.607-0.839t3.232-3.857q0.018 0 1.071-1.25 0.268-0.339 0.705-0.438t0.884 0.063q0.429 0.179 0.67 0.518t0.223 0.75zM11.143 19.071q-0.054 0.982-0.929 1.25l-2.143 0.696q-4.911 1.571-5.214 1.571-0.625-0.036-0.964-0.643-0.214-0.446-0.304-1.339-0.143-1.357 0.018-2.973t0.536-2.223 1-0.571q0.232 0 3.607 1.375 1.25 0.518 2.054 0.839l1.5 0.607q0.411 0.161 0.634 0.545t0.205 0.866zM25.893 24.375q-0.125 0.964-1.634 2.875t-2.42 2.268q-0.661 0.25-1.125-0.125-0.25-0.179-3.286-5.125l-0.839-1.375q-0.25-0.375-0.205-0.821t0.348-0.821q0.625-0.768 1.482-0.464 0.018 0.018 2.125 0.714 3.625 1.179 4.321 1.42t0.839 0.366q0.5 0.393 0.393 1.089zM13.893 13.089q0.089 1.821-0.964 2.179-1.036 0.304-2.036-1.268l-6.75-10.679q-0.143-0.625 0.339-1.107 0.732-0.768 3.705-1.598t4.009-0.563q0.714 0.179 0.875 0.804 0.054 0.321 0.393 5.455t0.429 6.777zM25.714 15.018q0.054 0.696-0.464 1.054-0.268 0.179-5.875 1.536-1.196 0.268-1.625 0.411l0.018-0.036q-0.411 0.107-0.821-0.071t-0.661-0.571q-0.536-0.839 0-1.554 0.018-0.018 1.339-1.821 2.232-3.054 2.679-3.643t0.607-0.696q0.5-0.339 1.161-0.036 0.857 0.411 2.196 2.384t1.446 2.991v0.054z"></path> </symbol> <symbol id="icon-vine" viewBox="0 0 27 32"> <path class="path1" d="M26.732 14.768v3.536q-1.804 0.411-3.536 0.411-1.161 2.429-2.955 4.839t-3.241 3.848-2.286 1.902q-1.429 0.804-2.893-0.054-0.5-0.304-1.080-0.777t-1.518-1.491-1.83-2.295-1.92-3.286-1.884-4.357-1.634-5.616-1.259-6.964h5.054q0.464 3.893 1.25 7.116t1.866 5.661 2.17 4.205 2.5 3.482q3.018-3.018 5.125-7.25-2.536-1.286-3.982-3.929t-1.446-5.946q0-3.429 1.857-5.616t5.071-2.188q3.179 0 4.875 1.884t1.696 5.313q0 2.839-1.036 5.107-0.125 0.018-0.348 0.054t-0.821 0.036-1.125-0.107-1.107-0.455-0.902-0.92q0.554-1.839 0.554-3.286 0-1.554-0.518-2.357t-1.411-0.804q-0.946 0-1.518 0.884t-0.571 2.509q0 3.321 1.875 5.241t4.768 1.92q1.107 0 2.161-0.25z"></path> </symbol> <symbol id="icon-vk" viewBox="0 0 35 32"> <path class="path1" d="M34.232 9.286q0.411 1.143-2.679 5.25-0.429 0.571-1.161 1.518-1.393 1.786-1.607 2.339-0.304 0.732 0.25 1.446 0.304 0.375 1.446 1.464h0.018l0.071 0.071q2.518 2.339 3.411 3.946 0.054 0.089 0.116 0.223t0.125 0.473-0.009 0.607-0.446 0.491-1.054 0.223l-4.571 0.071q-0.429 0.089-1-0.089t-0.929-0.393l-0.357-0.214q-0.536-0.375-1.25-1.143t-1.223-1.384-1.089-1.036-1.009-0.277q-0.054 0.018-0.143 0.063t-0.304 0.259-0.384 0.527-0.304 0.929-0.116 1.384q0 0.268-0.063 0.491t-0.134 0.33l-0.071 0.089q-0.321 0.339-0.946 0.393h-2.054q-1.268 0.071-2.607-0.295t-2.348-0.946-1.839-1.179-1.259-1.027l-0.446-0.429q-0.179-0.179-0.491-0.536t-1.277-1.625-1.893-2.696-2.188-3.768-2.33-4.857q-0.107-0.286-0.107-0.482t0.054-0.286l0.071-0.107q0.268-0.339 1.018-0.339l4.893-0.036q0.214 0.036 0.411 0.116t0.286 0.152l0.089 0.054q0.286 0.196 0.429 0.571 0.357 0.893 0.821 1.848t0.732 1.455l0.286 0.518q0.518 1.071 1 1.857t0.866 1.223 0.741 0.688 0.607 0.25 0.482-0.089q0.036-0.018 0.089-0.089t0.214-0.393 0.241-0.839 0.17-1.446 0-2.232q-0.036-0.714-0.161-1.304t-0.25-0.821l-0.107-0.214q-0.446-0.607-1.518-0.768-0.232-0.036 0.089-0.429 0.304-0.339 0.679-0.536 0.946-0.464 4.268-0.429 1.464 0.018 2.411 0.232 0.357 0.089 0.598 0.241t0.366 0.429 0.188 0.571 0.063 0.813-0.018 0.982-0.045 1.259-0.027 1.473q0 0.196-0.018 0.75t-0.009 0.857 0.063 0.723 0.205 0.696 0.402 0.438q0.143 0.036 0.304 0.071t0.464-0.196 0.679-0.616 0.929-1.196 1.214-1.92q1.071-1.857 1.911-4.018 0.071-0.179 0.179-0.313t0.196-0.188l0.071-0.054 0.089-0.045t0.232-0.054 0.357-0.009l5.143-0.036q0.696-0.089 1.143 0.045t0.554 0.295z"></path> </symbol> <symbol id="icon-search" viewBox="0 0 30 32"> <path class="path1" d="M20.571 14.857q0-3.304-2.348-5.652t-5.652-2.348-5.652 2.348-2.348 5.652 2.348 5.652 5.652 2.348 5.652-2.348 2.348-5.652zM29.714 29.714q0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884 0.991-4.884 2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607z"></path> </symbol> <symbol id="icon-envelope-o" viewBox="0 0 32 32"> <path class="path1" d="M29.714 26.857v-13.714q-0.571 0.643-1.232 1.179-4.786 3.679-7.607 6.036-0.911 0.768-1.482 1.196t-1.545 0.866-1.83 0.438h-0.036q-0.857 0-1.83-0.438t-1.545-0.866-1.482-1.196q-2.821-2.357-7.607-6.036-0.661-0.536-1.232-1.179v13.714q0 0.232 0.17 0.402t0.402 0.17h26.286q0.232 0 0.402-0.17t0.17-0.402zM29.714 8.089v-0.438t-0.009-0.232-0.054-0.223-0.098-0.161-0.161-0.134-0.25-0.045h-26.286q-0.232 0-0.402 0.17t-0.17 0.402q0 3 2.625 5.071 3.446 2.714 7.161 5.661 0.107 0.089 0.625 0.527t0.821 0.67 0.795 0.563 0.902 0.491 0.768 0.161h0.036q0.357 0 0.768-0.161t0.902-0.491 0.795-0.563 0.821-0.67 0.625-0.527q3.714-2.946 7.161-5.661 0.964-0.768 1.795-2.063t0.83-2.348zM32 7.429v19.429q0 1.179-0.839 2.018t-2.018 0.839h-26.286q-1.179 0-2.018-0.839t-0.839-2.018v-19.429q0-1.179 0.839-2.018t2.018-0.839h26.286q1.179 0 2.018 0.839t0.839 2.018z"></path> </symbol> <symbol id="icon-close" viewBox="0 0 25 32"> <path class="path1" d="M23.179 23.607q0 0.714-0.5 1.214l-2.429 2.429q-0.5 0.5-1.214 0.5t-1.214-0.5l-5.25-5.25-5.25 5.25q-0.5 0.5-1.214 0.5t-1.214-0.5l-2.429-2.429q-0.5-0.5-0.5-1.214t0.5-1.214l5.25-5.25-5.25-5.25q-0.5-0.5-0.5-1.214t0.5-1.214l2.429-2.429q0.5-0.5 1.214-0.5t1.214 0.5l5.25 5.25 5.25-5.25q0.5-0.5 1.214-0.5t1.214 0.5l2.429 2.429q0.5 0.5 0.5 1.214t-0.5 1.214l-5.25 5.25 5.25 5.25q0.5 0.5 0.5 1.214z"></path> </symbol> <symbol id="icon-angle-down" viewBox="0 0 21 32"> <path class="path1" d="M19.196 13.143q0 0.232-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411t0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411z"></path> </symbol> <symbol id="icon-folder-open" viewBox="0 0 34 32"> <path class="path1" d="M33.554 17q0 0.554-0.554 1.179l-6 7.071q-0.768 0.911-2.152 1.545t-2.563 0.634h-19.429q-0.607 0-1.080-0.232t-0.473-0.768q0-0.554 0.554-1.179l6-7.071q0.768-0.911 2.152-1.545t2.563-0.634h19.429q0.607 0 1.080 0.232t0.473 0.768zM27.429 10.857v2.857h-14.857q-1.679 0-3.518 0.848t-2.929 2.134l-6.107 7.179q0-0.071-0.009-0.223t-0.009-0.223v-17.143q0-1.643 1.179-2.821t2.821-1.179h5.714q1.643 0 2.821 1.179t1.179 2.821v0.571h9.714q1.643 0 2.821 1.179t1.179 2.821z"></path> </symbol> <symbol id="icon-twitter" viewBox="0 0 30 32"> <path class="path1" d="M28.929 7.286q-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.437-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589 0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893z"></path> </symbol> <symbol id="icon-facebook" viewBox="0 0 19 32"> <path class="path1" d="M17.125 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214z"></path> </symbol> <symbol id="icon-github" viewBox="0 0 27 32"> <path class="path1" d="M13.714 2.286q3.732 0 6.884 1.839t4.991 4.991 1.839 6.884q0 4.482-2.616 8.063t-6.759 4.955q-0.482 0.089-0.714-0.125t-0.232-0.536q0-0.054 0.009-1.366t0.009-2.402q0-1.732-0.929-2.536 1.018-0.107 1.83-0.321t1.679-0.696 1.446-1.188 0.946-1.875 0.366-2.688q0-2.125-1.411-3.679 0.661-1.625-0.143-3.643-0.5-0.161-1.446 0.196t-1.643 0.786l-0.679 0.429q-1.661-0.464-3.429-0.464t-3.429 0.464q-0.286-0.196-0.759-0.482t-1.491-0.688-1.518-0.241q-0.804 2.018-0.143 3.643-1.411 1.554-1.411 3.679 0 1.518 0.366 2.679t0.938 1.875 1.438 1.196 1.679 0.696 1.83 0.321q-0.696 0.643-0.875 1.839-0.375 0.179-0.804 0.268t-1.018 0.089-1.17-0.384-0.991-1.116q-0.339-0.571-0.866-0.929t-0.884-0.429l-0.357-0.054q-0.375 0-0.518 0.080t-0.089 0.205 0.161 0.25 0.232 0.214l0.125 0.089q0.393 0.179 0.777 0.679t0.563 0.911l0.179 0.411q0.232 0.679 0.786 1.098t1.196 0.536 1.241 0.125 0.991-0.063l0.411-0.071q0 0.679 0.009 1.58t0.009 0.973q0 0.321-0.232 0.536t-0.714 0.125q-4.143-1.375-6.759-4.955t-2.616-8.063q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839zM5.196 21.982q0.054-0.125-0.125-0.214-0.179-0.054-0.232 0.036-0.054 0.125 0.125 0.214 0.161 0.107 0.232-0.036zM5.75 22.589q0.125-0.089-0.036-0.286-0.179-0.161-0.286-0.054-0.125 0.089 0.036 0.286 0.179 0.179 0.286 0.054zM6.286 23.393q0.161-0.125 0-0.339-0.143-0.232-0.304-0.107-0.161 0.089 0 0.321t0.304 0.125zM7.036 24.143q0.143-0.143-0.071-0.339-0.214-0.214-0.357-0.054-0.161 0.143 0.071 0.339 0.214 0.214 0.357 0.054zM8.054 24.589q0.054-0.196-0.232-0.286-0.268-0.071-0.339 0.125t0.232 0.268q0.268 0.107 0.339-0.107zM9.179 24.679q0-0.232-0.304-0.196-0.286 0-0.286 0.196 0 0.232 0.304 0.196 0.286 0 0.286-0.196zM10.214 24.5q-0.036-0.196-0.321-0.161-0.286 0.054-0.25 0.268t0.321 0.143 0.25-0.25z"></path> </symbol> <symbol id="icon-bars" viewBox="0 0 27 32"> <path class="path1" d="M27.429 24v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804zM27.429 14.857v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804zM27.429 5.714v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804z"></path> </symbol> <symbol id="icon-google-plus" viewBox="0 0 41 32"> <path class="path1" d="M25.661 16.304q0 3.714-1.554 6.616t-4.429 4.536-6.589 1.634q-2.661 0-5.089-1.036t-4.179-2.786-2.786-4.179-1.036-5.089 1.036-5.089 2.786-4.179 4.179-2.786 5.089-1.036q5.107 0 8.768 3.429l-3.554 3.411q-2.089-2.018-5.214-2.018-2.196 0-4.063 1.107t-2.955 3.009-1.089 4.152 1.089 4.152 2.955 3.009 4.063 1.107q1.482 0 2.723-0.411t2.045-1.027 1.402-1.402 0.875-1.482 0.384-1.321h-7.429v-4.5h12.357q0.214 1.125 0.214 2.179zM41.143 14.125v3.75h-3.732v3.732h-3.75v-3.732h-3.732v-3.75h3.732v-3.732h3.75v3.732h3.732z"></path> </symbol> <symbol id="icon-linkedin" viewBox="0 0 27 32"> <path class="path1" d="M6.232 11.161v17.696h-5.893v-17.696h5.893zM6.607 5.696q0.018 1.304-0.902 2.179t-2.42 0.875h-0.036q-1.464 0-2.357-0.875t-0.893-2.179q0-1.321 0.92-2.188t2.402-0.866 2.375 0.866 0.911 2.188zM27.429 18.714v10.143h-5.875v-9.464q0-1.875-0.723-2.938t-2.259-1.063q-1.125 0-1.884 0.616t-1.134 1.527q-0.196 0.536-0.196 1.446v9.875h-5.875q0.036-7.125 0.036-11.554t-0.018-5.286l-0.018-0.857h5.875v2.571h-0.036q0.357-0.571 0.732-1t1.009-0.929 1.554-0.777 2.045-0.277q3.054 0 4.911 2.027t1.857 5.938z"></path> </symbol> <symbol id="icon-quote-right" viewBox="0 0 30 32"> <path class="path1" d="M13.714 5.714v12.571q0 1.857-0.723 3.545t-1.955 2.92-2.92 1.955-3.545 0.723h-1.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h1.143q1.893 0 3.232-1.339t1.339-3.232v-0.571q0-0.714-0.5-1.214t-1.214-0.5h-4q-1.429 0-2.429-1t-1-2.429v-6.857q0-1.429 1-2.429t2.429-1h6.857q1.429 0 2.429 1t1 2.429zM29.714 5.714v12.571q0 1.857-0.723 3.545t-1.955 2.92-2.92 1.955-3.545 0.723h-1.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h1.143q1.893 0 3.232-1.339t1.339-3.232v-0.571q0-0.714-0.5-1.214t-1.214-0.5h-4q-1.429 0-2.429-1t-1-2.429v-6.857q0-1.429 1-2.429t2.429-1h6.857q1.429 0 2.429 1t1 2.429z"></path> </symbol> <symbol id="icon-mail-reply" viewBox="0 0 32 32"> <path class="path1" d="M32 20q0 2.964-2.268 8.054-0.054 0.125-0.188 0.429t-0.241 0.536-0.232 0.393q-0.214 0.304-0.5 0.304-0.268 0-0.42-0.179t-0.152-0.446q0-0.161 0.045-0.473t0.045-0.42q0.089-1.214 0.089-2.196 0-1.804-0.313-3.232t-0.866-2.473-1.429-1.804-1.884-1.241-2.375-0.759-2.75-0.384-3.134-0.107h-4v4.571q0 0.464-0.339 0.804t-0.804 0.339-0.804-0.339l-9.143-9.143q-0.339-0.339-0.339-0.804t0.339-0.804l9.143-9.143q0.339-0.339 0.804-0.339t0.804 0.339 0.339 0.804v4.571h4q12.732 0 15.625 7.196 0.946 2.393 0.946 5.946z"></path> </symbol> <symbol id="icon-youtube" viewBox="0 0 27 32"> <path class="path1" d="M17.339 22.214v3.768q0 1.196-0.696 1.196-0.411 0-0.804-0.393v-5.375q0.393-0.393 0.804-0.393 0.696 0 0.696 1.196zM23.375 22.232v0.821h-1.607v-0.821q0-1.214 0.804-1.214t0.804 1.214zM6.125 18.339h1.911v-1.679h-5.571v1.679h1.875v10.161h1.786v-10.161zM11.268 28.5h1.589v-8.821h-1.589v6.75q-0.536 0.75-1.018 0.75-0.321 0-0.375-0.375-0.018-0.054-0.018-0.625v-6.5h-1.589v6.982q0 0.875 0.143 1.304 0.214 0.661 1.036 0.661 0.857 0 1.821-1.089v0.964zM18.929 25.857v-3.518q0-1.304-0.161-1.768-0.304-1-1.268-1-0.893 0-1.661 0.964v-3.875h-1.589v11.839h1.589v-0.857q0.804 0.982 1.661 0.982 0.964 0 1.268-0.982 0.161-0.482 0.161-1.786zM24.964 25.679v-0.232h-1.625q0 0.911-0.036 1.089-0.125 0.643-0.714 0.643-0.821 0-0.821-1.232v-1.554h3.196v-1.839q0-1.411-0.482-2.071-0.696-0.911-1.893-0.911-1.214 0-1.911 0.911-0.5 0.661-0.5 2.071v3.089q0 1.411 0.518 2.071 0.696 0.911 1.929 0.911 1.286 0 1.929-0.946 0.321-0.482 0.375-0.964 0.036-0.161 0.036-1.036zM14.107 9.375v-3.75q0-1.232-0.768-1.232t-0.768 1.232v3.75q0 1.25 0.768 1.25t0.768-1.25zM26.946 22.786q0 4.179-0.464 6.25-0.25 1.054-1.036 1.768t-1.821 0.821q-3.286 0.375-9.911 0.375t-9.911-0.375q-1.036-0.107-1.83-0.821t-1.027-1.768q-0.464-2-0.464-6.25 0-4.179 0.464-6.25 0.25-1.054 1.036-1.768t1.839-0.839q3.268-0.357 9.893-0.357t9.911 0.357q1.036 0.125 1.83 0.839t1.027 1.768q0.464 2 0.464 6.25zM9.125 0h1.821l-2.161 7.125v4.839h-1.786v-4.839q-0.25-1.321-1.089-3.786-0.661-1.839-1.161-3.339h1.893l1.268 4.696zM15.732 5.946v3.125q0 1.446-0.5 2.107-0.661 0.911-1.893 0.911-1.196 0-1.875-0.911-0.5-0.679-0.5-2.107v-3.125q0-1.429 0.5-2.089 0.679-0.911 1.875-0.911 1.232 0 1.893 0.911 0.5 0.661 0.5 2.089zM21.714 3.054v8.911h-1.625v-0.982q-0.946 1.107-1.839 1.107-0.821 0-1.054-0.661-0.143-0.429-0.143-1.339v-7.036h1.625v6.554q0 0.589 0.018 0.625 0.054 0.393 0.375 0.393 0.482 0 1.018-0.768v-6.804h1.625z"></path> </symbol> <symbol id="icon-dropbox" viewBox="0 0 32 32"> <path class="path1" d="M7.179 12.625l8.821 5.446-6.107 5.089-8.75-5.696zM24.786 22.536v1.929l-8.75 5.232v0.018l-0.018-0.018-0.018 0.018v-0.018l-8.732-5.232v-1.929l2.625 1.714 6.107-5.071v-0.036l0.018 0.018 0.018-0.018v0.036l6.125 5.071zM9.893 2.107l6.107 5.089-8.821 5.429-6.036-4.821zM24.821 12.625l6.036 4.839-8.732 5.696-6.125-5.089zM22.125 2.107l8.732 5.696-6.036 4.821-8.821-5.429z"></path> </symbol> <symbol id="icon-instagram" viewBox="0 0 27 32"> <path class="path1" d="M18.286 16q0-1.893-1.339-3.232t-3.232-1.339-3.232 1.339-1.339 3.232 1.339 3.232 3.232 1.339 3.232-1.339 1.339-3.232zM20.75 16q0 2.929-2.054 4.982t-4.982 2.054-4.982-2.054-2.054-4.982 2.054-4.982 4.982-2.054 4.982 2.054 2.054 4.982zM22.679 8.679q0 0.679-0.482 1.161t-1.161 0.482-1.161-0.482-0.482-1.161 0.482-1.161 1.161-0.482 1.161 0.482 0.482 1.161zM13.714 4.75q-0.125 0-1.366-0.009t-1.884 0-1.723 0.054-1.839 0.179-1.277 0.33q-0.893 0.357-1.571 1.036t-1.036 1.571q-0.196 0.518-0.33 1.277t-0.179 1.839-0.054 1.723 0 1.884 0.009 1.366-0.009 1.366 0 1.884 0.054 1.723 0.179 1.839 0.33 1.277q0.357 0.893 1.036 1.571t1.571 1.036q0.518 0.196 1.277 0.33t1.839 0.179 1.723 0.054 1.884 0 1.366-0.009 1.366 0.009 1.884 0 1.723-0.054 1.839-0.179 1.277-0.33q0.893-0.357 1.571-1.036t1.036-1.571q0.196-0.518 0.33-1.277t0.179-1.839 0.054-1.723 0-1.884-0.009-1.366 0.009-1.366 0-1.884-0.054-1.723-0.179-1.839-0.33-1.277q-0.357-0.893-1.036-1.571t-1.571-1.036q-0.518-0.196-1.277-0.33t-1.839-0.179-1.723-0.054-1.884 0-1.366 0.009zM27.429 16q0 4.089-0.089 5.661-0.179 3.714-2.214 5.75t-5.75 2.214q-1.571 0.089-5.661 0.089t-5.661-0.089q-3.714-0.179-5.75-2.214t-2.214-5.75q-0.089-1.571-0.089-5.661t0.089-5.661q0.179-3.714 2.214-5.75t5.75-2.214q1.571-0.089 5.661-0.089t5.661 0.089q3.714 0.179 5.75 2.214t2.214 5.75q0.089 1.571 0.089 5.661z"></path> </symbol> <symbol id="icon-flickr" viewBox="0 0 27 32"> <path class="path1" d="M22.286 2.286q2.125 0 3.634 1.509t1.509 3.634v17.143q0 2.125-1.509 3.634t-3.634 1.509h-17.143q-2.125 0-3.634-1.509t-1.509-3.634v-17.143q0-2.125 1.509-3.634t3.634-1.509h17.143zM12.464 16q0-1.571-1.107-2.679t-2.679-1.107-2.679 1.107-1.107 2.679 1.107 2.679 2.679 1.107 2.679-1.107 1.107-2.679zM22.536 16q0-1.571-1.107-2.679t-2.679-1.107-2.679 1.107-1.107 2.679 1.107 2.679 2.679 1.107 2.679-1.107 1.107-2.679z"></path> </symbol> <symbol id="icon-tumblr" viewBox="0 0 19 32"> <path class="path1" d="M16.857 23.732l1.429 4.232q-0.411 0.625-1.982 1.179t-3.161 0.571q-1.857 0.036-3.402-0.464t-2.545-1.321-1.696-1.893-0.991-2.143-0.295-2.107v-9.714h-3v-3.839q1.286-0.464 2.304-1.241t1.625-1.607 1.036-1.821 0.607-1.768 0.268-1.58q0.018-0.089 0.080-0.152t0.134-0.063h4.357v7.571h5.946v4.5h-5.964v9.25q0 0.536 0.116 1t0.402 0.938 0.884 0.741 1.455 0.25q1.393-0.036 2.393-0.518z"></path> </symbol> <symbol id="icon-dockerhub" viewBox="0 0 24 28"> <path class="path1" d="M1.597 10.257h2.911v2.83H1.597v-2.83zm3.573 0h2.91v2.83H5.17v-2.83zm0-3.627h2.91v2.829H5.17V6.63zm3.57 3.627h2.912v2.83H8.74v-2.83zm0-3.627h2.912v2.829H8.74V6.63zm3.573 3.627h2.911v2.83h-2.911v-2.83zm0-3.627h2.911v2.829h-2.911V6.63zm3.572 3.627h2.911v2.83h-2.911v-2.83zM12.313 3h2.911v2.83h-2.911V3zm-6.65 14.173c-.449 0-.812.354-.812.788 0 .435.364.788.812.788.447 0 .811-.353.811-.788 0-.434-.363-.788-.811-.788"></path> <path class="path2" d="M28.172 11.721c-.978-.549-2.278-.624-3.388-.306-.136-1.146-.91-2.149-1.83-2.869l-.366-.286-.307.345c-.618.692-.8 1.845-.718 2.73.063.651.273 1.312.685 1.834-.313.183-.668.328-.985.434-.646.212-1.347.33-2.028.33H.083l-.042.429c-.137 1.432.065 2.866.674 4.173l.262.519.03.048c1.8 2.973 4.963 4.225 8.41 4.225 6.672 0 12.174-2.896 14.702-9.015 1.689.085 3.417-.4 4.243-1.968l.211-.4-.401-.223zM5.664 19.458c-.85 0-1.542-.671-1.542-1.497 0-.825.691-1.498 1.541-1.498.849 0 1.54.672 1.54 1.497s-.69 1.498-1.539 1.498z"></path> </symbol> <symbol id="icon-dribbble" viewBox="0 0 27 32"> <path class="path1" d="M18.286 26.786q-0.75-4.304-2.5-8.893h-0.036l-0.036 0.018q-0.286 0.107-0.768 0.295t-1.804 0.875-2.446 1.464-2.339 2.045-1.839 2.643l-0.268-0.196q3.286 2.679 7.464 2.679 2.357 0 4.571-0.929zM14.982 15.946q-0.375-0.875-0.946-1.982-5.554 1.661-12.018 1.661-0.018 0.125-0.018 0.375 0 2.214 0.786 4.223t2.214 3.598q0.893-1.589 2.205-2.973t2.545-2.223 2.33-1.446 1.777-0.857l0.661-0.232q0.071-0.018 0.232-0.063t0.232-0.080zM13.071 12.161q-2.143-3.804-4.357-6.75-2.464 1.161-4.179 3.321t-2.286 4.857q5.393 0 10.821-1.429zM25.286 17.857q-3.75-1.071-7.304-0.518 1.554 4.268 2.286 8.375 1.982-1.339 3.304-3.384t1.714-4.473zM10.911 4.625q-0.018 0-0.036 0.018 0.018-0.018 0.036-0.018zM21.446 7.214q-3.304-2.929-7.732-2.929-1.357 0-2.768 0.339 2.339 3.036 4.393 6.821 1.232-0.464 2.321-1.080t1.723-1.098 1.17-1.018 0.67-0.723zM25.429 15.875q-0.054-4.143-2.661-7.321l-0.018 0.018q-0.161 0.214-0.339 0.438t-0.777 0.795-1.268 1.080-1.786 1.161-2.348 1.152q0.446 0.946 0.786 1.696 0.036 0.107 0.116 0.313t0.134 0.295q0.643-0.089 1.33-0.125t1.313-0.036 1.232 0.027 1.143 0.071 1.009 0.098 0.857 0.116 0.652 0.107 0.446 0.080zM27.429 16q0 3.732-1.839 6.884t-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884 1.839-6.884 4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884z"></path> </symbol> <symbol id="icon-skype" viewBox="0 0 27 32"> <path class="path1" d="M20.946 18.982q0-0.893-0.348-1.634t-0.866-1.223-1.304-0.875-1.473-0.607-1.563-0.411l-1.857-0.429q-0.536-0.125-0.786-0.188t-0.625-0.205-0.536-0.286-0.295-0.375-0.134-0.536q0-1.375 2.571-1.375 0.768 0 1.375 0.214t0.964 0.509 0.679 0.598 0.714 0.518 0.857 0.214q0.839 0 1.348-0.571t0.509-1.375q0-0.982-1-1.777t-2.536-1.205-3.25-0.411q-1.214 0-2.357 0.277t-2.134 0.839-1.589 1.554-0.598 2.295q0 1.089 0.339 1.902t1 1.348 1.429 0.866 1.839 0.58l2.607 0.643q1.607 0.393 2 0.643 0.571 0.357 0.571 1.071 0 0.696-0.714 1.152t-1.875 0.455q-0.911 0-1.634-0.286t-1.161-0.688-0.813-0.804-0.821-0.688-0.964-0.286q-0.893 0-1.348 0.536t-0.455 1.339q0 1.643 2.179 2.813t5.196 1.17q1.304 0 2.5-0.33t2.188-0.955 1.58-1.67 0.589-2.348zM27.429 22.857q0 2.839-2.009 4.848t-4.848 2.009q-2.321 0-4.179-1.429-1.375 0.286-2.679 0.286-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884q0-1.304 0.286-2.679-1.429-1.857-1.429-4.179 0-2.839 2.009-4.848t4.848-2.009q2.321 0 4.179 1.429 1.375-0.286 2.679-0.286 2.554 0 4.884 0.991t4.018 2.679 2.679 4.018 0.991 4.884q0 1.304-0.286 2.679 1.429 1.857 1.429 4.179z"></path> </symbol> <symbol id="icon-foursquare" viewBox="0 0 23 32"> <path class="path1" d="M17.857 7.75l0.661-3.464q0.089-0.411-0.161-0.714t-0.625-0.304h-12.714q-0.411 0-0.688 0.304t-0.277 0.661v19.661q0 0.125 0.107 0.018l5.196-6.286q0.411-0.464 0.679-0.598t0.857-0.134h4.268q0.393 0 0.661-0.259t0.321-0.527q0.429-2.321 0.661-3.411 0.071-0.375-0.205-0.714t-0.652-0.339h-5.25q-0.518 0-0.857-0.339t-0.339-0.857v-0.75q0-0.518 0.339-0.848t0.857-0.33h6.179q0.321 0 0.625-0.241t0.357-0.527zM21.911 3.786q-0.268 1.304-0.955 4.759t-1.241 6.25-0.625 3.098q-0.107 0.393-0.161 0.58t-0.25 0.58-0.438 0.589-0.688 0.375-1.036 0.179h-4.839q-0.232 0-0.393 0.179-0.143 0.161-7.607 8.821-0.393 0.446-1.045 0.509t-0.866-0.098q-0.982-0.393-0.982-1.75v-25.179q0-0.982 0.679-1.83t2.143-0.848h15.857q1.696 0 2.268 0.946t0.179 2.839zM21.911 3.786l-2.821 14.107q0.071-0.304 0.625-3.098t1.241-6.25 0.955-4.759z"></path> </symbol> <symbol id="icon-wordpress" viewBox="0 0 32 32"> <path class="path1" d="M2.268 16q0-2.911 1.196-5.589l6.554 17.946q-3.5-1.696-5.625-5.018t-2.125-7.339zM25.268 15.304q0 0.339-0.045 0.688t-0.179 0.884-0.205 0.786-0.313 1.054-0.313 1.036l-1.357 4.571-4.964-14.75q0.821-0.054 1.571-0.143 0.339-0.036 0.464-0.33t-0.045-0.554-0.509-0.241l-3.661 0.179q-1.339-0.018-3.607-0.179-0.214-0.018-0.366 0.089t-0.205 0.268-0.027 0.33 0.161 0.295 0.348 0.143l1.429 0.143 2.143 5.857-3 9-5-14.857q0.821-0.054 1.571-0.143 0.339-0.036 0.464-0.33t-0.045-0.554-0.509-0.241l-3.661 0.179q-0.125 0-0.411-0.009t-0.464-0.009q1.875-2.857 4.902-4.527t6.563-1.67q2.625 0 5.009 0.946t4.259 2.661h-0.179q-0.982 0-1.643 0.723t-0.661 1.705q0 0.214 0.036 0.429t0.071 0.384 0.143 0.411 0.161 0.375 0.214 0.402 0.223 0.375 0.259 0.429 0.25 0.411q1.125 1.911 1.125 3.786zM16.232 17.196l4.232 11.554q0.018 0.107 0.089 0.196-2.25 0.786-4.554 0.786-2 0-3.875-0.571zM28.036 9.411q1.696 3.107 1.696 6.589 0 3.732-1.857 6.884t-4.982 4.973l4.196-12.107q1.054-3.018 1.054-4.929 0-0.75-0.107-1.411zM16 0q3.25 0 6.214 1.268t5.107 3.411 3.411 5.107 1.268 6.214-1.268 6.214-3.411 5.107-5.107 3.411-6.214 1.268-6.214-1.268-5.107-3.411-3.411-5.107-1.268-6.214 1.268-6.214 3.411-5.107 5.107-3.411 6.214-1.268zM16 31.268q3.089 0 5.92-1.214t4.875-3.259 3.259-4.875 1.214-5.92-1.214-5.92-3.259-4.875-4.875-3.259-5.92-1.214-5.92 1.214-4.875 3.259-3.259 4.875-1.214 5.92 1.214 5.92 3.259 4.875 4.875 3.259 5.92 1.214z"></path> </symbol> <symbol id="icon-stumbleupon" viewBox="0 0 34 32"> <path class="path1" d="M18.964 12.714v-2.107q0-0.75-0.536-1.286t-1.286-0.536-1.286 0.536-0.536 1.286v10.929q0 3.125-2.25 5.339t-5.411 2.214q-3.179 0-5.42-2.241t-2.241-5.42v-4.75h5.857v4.679q0 0.768 0.536 1.295t1.286 0.527 1.286-0.527 0.536-1.295v-11.071q0-3.054 2.259-5.214t5.384-2.161q3.143 0 5.393 2.179t2.25 5.25v2.429l-3.482 1.036zM28.429 16.679h5.857v4.75q0 3.179-2.241 5.42t-5.42 2.241q-3.161 0-5.411-2.223t-2.25-5.366v-4.786l2.339 1.089 3.482-1.036v4.821q0 0.75 0.536 1.277t1.286 0.527 1.286-0.527 0.536-1.277v-4.911z"></path> </symbol> <symbol id="icon-digg" viewBox="0 0 37 32"> <path class="path1" d="M5.857 5.036h3.643v17.554h-9.5v-12.446h5.857v-5.107zM5.857 19.661v-6.589h-2.196v6.589h2.196zM10.964 10.143v12.446h3.661v-12.446h-3.661zM10.964 5.036v3.643h3.661v-3.643h-3.661zM16.089 10.143h9.518v16.821h-9.518v-2.911h5.857v-1.464h-5.857v-12.446zM21.946 19.661v-6.589h-2.196v6.589h2.196zM27.071 10.143h9.5v16.821h-9.5v-2.911h5.839v-1.464h-5.839v-12.446zM32.911 19.661v-6.589h-2.196v6.589h2.196z"></path> </symbol> <symbol id="icon-spotify" viewBox="0 0 27 32"> <path class="path1" d="M20.125 21.607q0-0.571-0.536-0.911-3.446-2.054-7.982-2.054-2.375 0-5.125 0.607-0.75 0.161-0.75 0.929 0 0.357 0.241 0.616t0.634 0.259q0.089 0 0.661-0.143 2.357-0.482 4.339-0.482 4.036 0 7.089 1.839 0.339 0.196 0.589 0.196 0.339 0 0.589-0.241t0.25-0.616zM21.839 17.768q0-0.714-0.625-1.089-4.232-2.518-9.786-2.518-2.732 0-5.411 0.75-0.857 0.232-0.857 1.143 0 0.446 0.313 0.759t0.759 0.313q0.125 0 0.661-0.143 2.179-0.589 4.482-0.589 4.982 0 8.714 2.214 0.429 0.232 0.679 0.232 0.446 0 0.759-0.313t0.313-0.759zM23.768 13.339q0-0.839-0.714-1.25-2.25-1.304-5.232-1.973t-6.125-0.67q-3.643 0-6.5 0.839-0.411 0.125-0.688 0.455t-0.277 0.866q0 0.554 0.366 0.929t0.92 0.375q0.196 0 0.714-0.143 2.375-0.661 5.482-0.661 2.839 0 5.527 0.607t4.527 1.696q0.375 0.214 0.714 0.214 0.518 0 0.902-0.366t0.384-0.92zM27.429 16q0 3.732-1.839 6.884t-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884 1.839-6.884 4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884z"></path> </symbol> <symbol id="icon-soundcloud" viewBox="0 0 41 32"> <path class="path1" d="M14 24.5l0.286-4.304-0.286-9.339q-0.018-0.179-0.134-0.304t-0.295-0.125q-0.161 0-0.286 0.125t-0.125 0.304l-0.25 9.339 0.25 4.304q0.018 0.179 0.134 0.295t0.277 0.116q0.393 0 0.429-0.411zM19.286 23.982l0.196-3.768-0.214-10.464q0-0.286-0.232-0.429-0.143-0.089-0.286-0.089t-0.286 0.089q-0.232 0.143-0.232 0.429l-0.018 0.107-0.179 10.339q0 0.018 0.196 4.214v0.018q0 0.179 0.107 0.304 0.161 0.196 0.411 0.196 0.196 0 0.357-0.161 0.161-0.125 0.161-0.357zM0.625 17.911l0.357 2.286-0.357 2.25q-0.036 0.161-0.161 0.161t-0.161-0.161l-0.304-2.25 0.304-2.286q0.036-0.161 0.161-0.161t0.161 0.161zM2.161 16.5l0.464 3.696-0.464 3.625q-0.036 0.161-0.179 0.161-0.161 0-0.161-0.179l-0.411-3.607 0.411-3.696q0-0.161 0.161-0.161 0.143 0 0.179 0.161zM3.804 15.821l0.446 4.375-0.446 4.232q0 0.196-0.196 0.196-0.179 0-0.214-0.196l-0.375-4.232 0.375-4.375q0.036-0.214 0.214-0.214 0.196 0 0.196 0.214zM5.482 15.696l0.411 4.5-0.411 4.357q-0.036 0.232-0.25 0.232-0.232 0-0.232-0.232l-0.375-4.357 0.375-4.5q0-0.232 0.232-0.232 0.214 0 0.25 0.232zM7.161 16.018l0.375 4.179-0.375 4.393q-0.036 0.286-0.286 0.286-0.107 0-0.188-0.080t-0.080-0.205l-0.357-4.393 0.357-4.179q0-0.107 0.080-0.188t0.188-0.080q0.25 0 0.286 0.268zM8.839 13.411l0.375 6.786-0.375 4.393q0 0.125-0.089 0.223t-0.214 0.098q-0.286 0-0.321-0.321l-0.321-4.393 0.321-6.786q0.036-0.321 0.321-0.321 0.125 0 0.214 0.098t0.089 0.223zM10.518 11.875l0.339 8.357-0.339 4.357q0 0.143-0.098 0.241t-0.241 0.098q-0.321 0-0.357-0.339l-0.286-4.357 0.286-8.357q0.036-0.339 0.357-0.339 0.143 0 0.241 0.098t0.098 0.241zM12.268 11.161l0.321 9.036-0.321 4.321q-0.036 0.375-0.393 0.375-0.339 0-0.375-0.375l-0.286-4.321 0.286-9.036q0-0.161 0.116-0.277t0.259-0.116q0.161 0 0.268 0.116t0.125 0.277zM19.268 24.411v0 0zM15.732 11.089l0.268 9.107-0.268 4.268q0 0.179-0.134 0.313t-0.313 0.134-0.304-0.125-0.143-0.321l-0.25-4.268 0.25-9.107q0-0.196 0.134-0.321t0.313-0.125 0.313 0.125 0.134 0.321zM17.5 11.429l0.25 8.786-0.25 4.214q0 0.196-0.143 0.339t-0.339 0.143-0.339-0.143-0.161-0.339l-0.214-4.214 0.214-8.786q0.018-0.214 0.161-0.357t0.339-0.143 0.33 0.143 0.152 0.357zM21.286 20.214l-0.25 4.125q0 0.232-0.161 0.393t-0.393 0.161-0.393-0.161-0.179-0.393l-0.107-2.036-0.107-2.089 0.214-11.357v-0.054q0.036-0.268 0.214-0.429 0.161-0.125 0.357-0.125 0.143 0 0.268 0.089 0.25 0.143 0.286 0.464zM41.143 19.875q0 2.089-1.482 3.563t-3.571 1.473h-14.036q-0.232-0.036-0.393-0.196t-0.161-0.393v-16.054q0-0.411 0.5-0.589 1.518-0.607 3.232-0.607 3.482 0 6.036 2.348t2.857 5.777q0.946-0.393 1.964-0.393 2.089 0 3.571 1.482t1.482 3.589z"></path> </symbol> <symbol id="icon-codepen" viewBox="0 0 32 32"> <path class="path1" d="M3.857 20.875l10.768 7.179v-6.411l-5.964-3.982zM2.75 18.304l3.446-2.304-3.446-2.304v4.607zM17.375 28.054l10.768-7.179-4.804-3.214-5.964 3.982v6.411zM16 19.25l4.857-3.25-4.857-3.25-4.857 3.25zM8.661 14.339l5.964-3.982v-6.411l-10.768 7.179zM25.804 16l3.446 2.304v-4.607zM23.339 14.339l4.804-3.214-10.768-7.179v6.411zM32 11.125v9.75q0 0.732-0.607 1.143l-14.625 9.75q-0.375 0.232-0.768 0.232t-0.768-0.232l-14.625-9.75q-0.607-0.411-0.607-1.143v-9.75q0-0.732 0.607-1.143l14.625-9.75q0.375-0.232 0.768-0.232t0.768 0.232l14.625 9.75q0.607 0.411 0.607 1.143z"></path> </symbol> <symbol id="icon-twitch" viewBox="0 0 32 32"> <path class="path1" d="M16 7.75v7.75h-2.589v-7.75h2.589zM23.107 7.75v7.75h-2.589v-7.75h2.589zM23.107 21.321l4.518-4.536v-14.196h-21.321v18.732h5.821v3.875l3.875-3.875h7.107zM30.214 0v18.089l-7.75 7.75h-5.821l-3.875 3.875h-3.875v-3.875h-7.107v-20.679l1.946-5.161h26.482z"></path> </symbol> <symbol id="icon-meanpath" viewBox="0 0 27 32"> <path class="path1" d="M23.411 15.036v2.036q0 0.429-0.241 0.679t-0.67 0.25h-3.607q-0.429 0-0.679-0.25t-0.25-0.679v-2.036q0-0.429 0.25-0.679t0.679-0.25h3.607q0.429 0 0.67 0.25t0.241 0.679zM14.661 19.143v-4.464q0-0.946-0.58-1.527t-1.527-0.58h-2.375q-1.214 0-1.714 0.929-0.5-0.929-1.714-0.929h-2.321q-0.946 0-1.527 0.58t-0.58 1.527v4.464q0 0.393 0.375 0.393h0.982q0.393 0 0.393-0.393v-4.107q0-0.429 0.241-0.679t0.688-0.25h1.679q0.429 0 0.679 0.25t0.25 0.679v4.107q0 0.393 0.375 0.393h0.964q0.393 0 0.393-0.393v-4.107q0-0.429 0.25-0.679t0.679-0.25h1.732q0.429 0 0.67 0.25t0.241 0.679v4.107q0 0.393 0.393 0.393h0.982q0.375 0 0.375-0.393zM25.179 17.429v-2.75q0-0.946-0.589-1.527t-1.536-0.58h-4.714q-0.946 0-1.536 0.58t-0.589 1.527v7.321q0 0.375 0.393 0.375h0.982q0.375 0 0.375-0.375v-3.214q0.554 0.75 1.679 0.75h3.411q0.946 0 1.536-0.58t0.589-1.527zM27.429 6.429v19.143q0 1.714-1.214 2.929t-2.929 1.214h-19.143q-1.714 0-2.929-1.214t-1.214-2.929v-19.143q0-1.714 1.214-2.929t2.929-1.214h19.143q1.714 0 2.929 1.214t1.214 2.929z"></path> </symbol> <symbol id="icon-pinterest-p" viewBox="0 0 23 32"> <path class="path1" d="M0 10.661q0-1.929 0.67-3.634t1.848-2.973 2.714-2.196 3.304-1.393 3.607-0.464q2.821 0 5.25 1.188t3.946 3.455 1.518 5.125q0 1.714-0.339 3.357t-1.071 3.161-1.786 2.67-2.589 1.839-3.375 0.688q-1.214 0-2.411-0.571t-1.714-1.571q-0.179 0.696-0.5 2.009t-0.42 1.696-0.366 1.268-0.464 1.268-0.571 1.116-0.821 1.384-1.107 1.545l-0.25 0.089-0.161-0.179q-0.268-2.804-0.268-3.357 0-1.643 0.384-3.688t1.188-5.134 0.929-3.625q-0.571-1.161-0.571-3.018 0-1.482 0.929-2.786t2.357-1.304q1.089 0 1.696 0.723t0.607 1.83q0 1.179-0.786 3.411t-0.786 3.339q0 1.125 0.804 1.866t1.946 0.741q0.982 0 1.821-0.446t1.402-1.214 1-1.696 0.679-1.973 0.357-1.982 0.116-1.777q0-3.089-1.955-4.813t-5.098-1.723q-3.571 0-5.964 2.313t-2.393 5.866q0 0.786 0.223 1.518t0.482 1.161 0.482 0.813 0.223 0.545q0 0.5-0.268 1.304t-0.661 0.804q-0.036 0-0.304-0.054-0.911-0.268-1.616-1t-1.089-1.688-0.58-1.929-0.196-1.902z"></path> </symbol> <symbol id="icon-periscope" viewBox="0 0 24 28"> <path class="path1" d="M12.285,1C6.696,1,2.277,5.643,2.277,11.243c0,5.851,7.77,14.578,10.007,14.578c1.959,0,9.729-8.728,9.729-14.578 C22.015,5.643,17.596,1,12.285,1z M12.317,16.551c-3.473,0-6.152-2.611-6.152-5.664c0-1.292,0.39-2.472,1.065-3.438 c0.206,1.084,1.18,1.906,2.352,1.906c1.322,0,2.393-1.043,2.393-2.333c0-0.832-0.447-1.561-1.119-1.975 c0.467-0.105,0.955-0.161,1.46-0.161c3.133,0,5.81,2.611,5.81,5.998C18.126,13.94,15.449,16.551,12.317,16.551z"></path> </symbol> <symbol id="icon-get-pocket" viewBox="0 0 31 32"> <path class="path1" d="M27.946 2.286q1.161 0 1.964 0.813t0.804 1.973v9.268q0 3.143-1.214 6t-3.259 4.911-4.893 3.259-5.973 1.205q-3.143 0-5.991-1.205t-4.902-3.259-3.268-4.911-1.214-6v-9.268q0-1.143 0.821-1.964t1.964-0.821h25.161zM15.375 21.286q0.839 0 1.464-0.589l7.214-6.929q0.661-0.625 0.661-1.518 0-0.875-0.616-1.491t-1.491-0.616q-0.839 0-1.464 0.589l-5.768 5.536-5.768-5.536q-0.625-0.589-1.446-0.589-0.875 0-1.491 0.616t-0.616 1.491q0 0.911 0.643 1.518l7.232 6.929q0.589 0.589 1.446 0.589z"></path> </symbol> <symbol id="icon-vimeo" viewBox="0 0 32 32"> <path class="path1" d="M30.518 9.25q-0.179 4.214-5.929 11.625-5.946 7.696-10.036 7.696-2.536 0-4.286-4.696-0.786-2.857-2.357-8.607-1.286-4.679-2.804-4.679-0.321 0-2.268 1.357l-1.375-1.75q0.429-0.375 1.929-1.723t2.321-2.063q2.786-2.464 4.304-2.607 1.696-0.161 2.732 0.991t1.446 3.634q0.786 5.125 1.179 6.661 0.982 4.446 2.143 4.446 0.911 0 2.75-2.875 1.804-2.875 1.946-4.393 0.232-2.482-1.946-2.482-1.018 0-2.161 0.464 2.143-7.018 8.196-6.821 4.482 0.143 4.214 5.821z"></path> </symbol> <symbol id="icon-reddit-alien" viewBox="0 0 32 32"> <path class="path1" d="M32 15.107q0 1.036-0.527 1.884t-1.42 1.295q0.214 0.821 0.214 1.714 0 2.768-1.902 5.125t-5.188 3.723-7.143 1.366-7.134-1.366-5.179-3.723-1.902-5.125q0-0.839 0.196-1.679-0.911-0.446-1.464-1.313t-0.554-1.902q0-1.464 1.036-2.509t2.518-1.045q1.518 0 2.589 1.125 3.893-2.714 9.196-2.893l2.071-9.304q0.054-0.232 0.268-0.375t0.464-0.089l6.589 1.446q0.321-0.661 0.964-1.063t1.411-0.402q1.107 0 1.893 0.777t0.786 1.884-0.786 1.893-1.893 0.786-1.884-0.777-0.777-1.884l-5.964-1.321-1.857 8.429q5.357 0.161 9.268 2.857 1.036-1.089 2.554-1.089 1.482 0 2.518 1.045t1.036 2.509zM7.464 18.661q0 1.107 0.777 1.893t1.884 0.786 1.893-0.786 0.786-1.893-0.786-1.884-1.893-0.777q-1.089 0-1.875 0.786t-0.786 1.875zM21.929 25q0.196-0.196 0.196-0.464t-0.196-0.464q-0.179-0.179-0.446-0.179t-0.464 0.179q-0.732 0.75-2.161 1.107t-2.857 0.357-2.857-0.357-2.161-1.107q-0.196-0.179-0.464-0.179t-0.446 0.179q-0.196 0.179-0.196 0.455t0.196 0.473q0.768 0.768 2.116 1.214t2.188 0.527 1.625 0.080 1.625-0.080 2.188-0.527 2.116-1.214zM21.875 21.339q1.107 0 1.884-0.786t0.777-1.893q0-1.089-0.786-1.875t-1.875-0.786q-1.107 0-1.893 0.777t-0.786 1.884 0.786 1.893 1.893 0.786z"></path> </symbol> <symbol id="icon-whatsapp" viewBox="0 0 32 32"> <path d="M15.968 2.003a14.03 13.978 0 0 0-14.03 13.978 14.03 13.978 0 0 0 2.132 7.391L1.938 29.96l6.745-2.052a14.03 13.978 0 0 0 7.285 2.052 14.03 13.978 0 0 0 14.03-13.978 14.03 13.978 0 0 0-14.03-13.978z" stroke-width=".2000562"/> <path d="M10.454 8.236a2.57 3.401 51.533 0 0-1.475 3.184v.015c.01 2.04 4.045 10.076 10.017 12.688l.017-.013a2.57 3.401 51.533 0 0 3.454-.706 2.57 3.401 51.533 0 0 1.064-4.129 2.57 3.401 51.533 0 0-4.262.103 2.57 3.401 51.533 0 0-.505.473c-1.346-.639-2.952-1.463-4.168-2.98-.771-.962-1.257-2.732-1.549-4.206a2.57 3.401 51.533 0 0 .605-.403 2.57 3.401 51.533 0 0 1.064-4.129 2.57 3.401 51.533 0 0-4.262.103z" stroke-width=".372"/> </symbol> <symbol id="icon-telegram" viewBox="0 0 32 32"> <path d="M30.8,2.2L0.6,13.9c-0.8,0.3-0.7,1.3,0,1.6l7.4,2.8l2.9,9.2c0.2,0.6,0.9,0.8,1.4,0.4l4.1-3.4 c0.4-0.4,1-0.4,1.5,0l7.4,5.4c0.5,0.4,1.2,0.1,1.4-0.5L32,3.2C32.1,2.5,31.4,1.9,30.8,2.2z M25,8.3l-11.9,11 c-0.4,0.4-0.7,0.9-0.8,1.5l-0.4,3c-0.1,0.4-0.6,0.4-0.7,0.1l-1.6-5.5c-0.2-0.6,0.1-1.3,0.6-1.6l14.4-8.9C25,7.7,25.3,8.1,25,8.3z"/> </symbol> <symbol id="icon-hashtag" viewBox="0 0 32 32"> <path class="path1" d="M17.696 18.286l1.143-4.571h-4.536l-1.143 4.571h4.536zM31.411 9.286l-1 4q-0.125 0.429-0.554 0.429h-5.839l-1.143 4.571h5.554q0.268 0 0.446 0.214 0.179 0.25 0.107 0.5l-1 4q-0.089 0.429-0.554 0.429h-5.839l-1.446 5.857q-0.125 0.429-0.554 0.429h-4q-0.286 0-0.464-0.214-0.161-0.214-0.107-0.5l1.393-5.571h-4.536l-1.446 5.857q-0.125 0.429-0.554 0.429h-4.018q-0.268 0-0.446-0.214-0.161-0.214-0.107-0.5l1.393-5.571h-5.554q-0.268 0-0.446-0.214-0.161-0.214-0.107-0.5l1-4q0.125-0.429 0.554-0.429h5.839l1.143-4.571h-5.554q-0.268 0-0.446-0.214-0.179-0.25-0.107-0.5l1-4q0.089-0.429 0.554-0.429h5.839l1.446-5.857q0.125-0.429 0.571-0.429h4q0.268 0 0.446 0.214 0.161 0.214 0.107 0.5l-1.393 5.571h4.536l1.446-5.857q0.125-0.429 0.571-0.429h4q0.268 0 0.446 0.214 0.161 0.214 0.107 0.5l-1.393 5.571h5.554q0.268 0 0.446 0.214 0.161 0.214 0.107 0.5z"></path> </symbol> <symbol id="icon-chain" viewBox="0 0 30 32"> <path class="path1" d="M26 21.714q0-0.714-0.5-1.214l-3.714-3.714q-0.5-0.5-1.214-0.5-0.75 0-1.286 0.571 0.054 0.054 0.339 0.33t0.384 0.384 0.268 0.339 0.232 0.455 0.063 0.491q0 0.714-0.5 1.214t-1.214 0.5q-0.268 0-0.491-0.063t-0.455-0.232-0.339-0.268-0.384-0.384-0.33-0.339q-0.589 0.554-0.589 1.304 0 0.714 0.5 1.214l3.679 3.696q0.482 0.482 1.214 0.482 0.714 0 1.214-0.464l2.625-2.607q0.5-0.5 0.5-1.196zM13.446 9.125q0-0.714-0.5-1.214l-3.679-3.696q-0.5-0.5-1.214-0.5-0.696 0-1.214 0.482l-2.625 2.607q-0.5 0.5-0.5 1.196 0 0.714 0.5 1.214l3.714 3.714q0.482 0.482 1.214 0.482 0.75 0 1.286-0.554-0.054-0.054-0.339-0.33t-0.384-0.384-0.268-0.339-0.232-0.455-0.063-0.491q0-0.714 0.5-1.214t1.214-0.5q0.268 0 0.491 0.063t0.455 0.232 0.339 0.268 0.384 0.384 0.33 0.339q0.589-0.554 0.589-1.304zM29.429 21.714q0 2.143-1.518 3.625l-2.625 2.607q-1.482 1.482-3.625 1.482-2.161 0-3.643-1.518l-3.679-3.696q-1.482-1.482-1.482-3.625 0-2.196 1.571-3.732l-1.571-1.571q-1.536 1.571-3.714 1.571-2.143 0-3.643-1.5l-3.714-3.714q-1.5-1.5-1.5-3.643t1.518-3.625l2.625-2.607q1.482-1.482 3.625-1.482 2.161 0 3.643 1.518l3.679 3.696q1.482 1.482 1.482 3.625 0 2.196-1.571 3.732l1.571 1.571q1.536-1.571 3.714-1.571 2.143 0 3.643 1.5l3.714 3.714q1.5 1.5 1.5 3.643z"></path> </symbol> <symbol id="icon-thumb-tack" viewBox="0 0 21 32"> <path class="path1" d="M8.571 15.429v-8q0-0.25-0.161-0.411t-0.411-0.161-0.411 0.161-0.161 0.411v8q0 0.25 0.161 0.411t0.411 0.161 0.411-0.161 0.161-0.411zM20.571 21.714q0 0.464-0.339 0.804t-0.804 0.339h-7.661l-0.911 8.625q-0.036 0.214-0.188 0.366t-0.366 0.152h-0.018q-0.482 0-0.571-0.482l-1.357-8.661h-7.214q-0.464 0-0.804-0.339t-0.339-0.804q0-2.196 1.402-3.955t3.17-1.759v-9.143q-0.929 0-1.607-0.679t-0.679-1.607 0.679-1.607 1.607-0.679h11.429q0.929 0 1.607 0.679t0.679 1.607-0.679 1.607-1.607 0.679v9.143q1.768 0 3.17 1.759t1.402 3.955z"></path> </symbol> <symbol id="icon-arrow-left" viewBox="0 0 43 32"> <path class="path1" d="M42.311 14.044c-0.178-0.178-0.533-0.356-0.711-0.356h-33.778l10.311-10.489c0.178-0.178 0.356-0.533 0.356-0.711 0-0.356-0.178-0.533-0.356-0.711l-1.6-1.422c-0.356-0.178-0.533-0.356-0.889-0.356s-0.533 0.178-0.711 0.356l-14.578 14.933c-0.178 0.178-0.356 0.533-0.356 0.711s0.178 0.533 0.356 0.711l14.756 14.933c0 0.178 0.356 0.356 0.533 0.356s0.533-0.178 0.711-0.356l1.6-1.6c0.178-0.178 0.356-0.533 0.356-0.711s-0.178-0.533-0.356-0.711l-10.311-10.489h33.778c0.178 0 0.533-0.178 0.711-0.356 0.356-0.178 0.533-0.356 0.533-0.711v-2.133c0-0.356-0.178-0.711-0.356-0.889z"></path> </symbol> <symbol id="icon-arrow-right" viewBox="0 0 43 32"> <path class="path1" d="M0.356 17.956c0.178 0.178 0.533 0.356 0.711 0.356h33.778l-10.311 10.489c-0.178 0.178-0.356 0.533-0.356 0.711 0 0.356 0.178 0.533 0.356 0.711l1.6 1.6c0.178 0.178 0.533 0.356 0.711 0.356s0.533-0.178 0.711-0.356l14.756-14.933c0.178-0.356 0.356-0.711 0.356-0.889s-0.178-0.533-0.356-0.711l-14.756-14.933c0-0.178-0.356-0.356-0.533-0.356s-0.533 0.178-0.711 0.356l-1.6 1.6c-0.178 0.178-0.356 0.533-0.356 0.711s0.178 0.533 0.356 0.711l10.311 10.489h-33.778c-0.178 0-0.533 0.178-0.711 0.356-0.356 0.178-0.533 0.356-0.533 0.711v2.311c0 0.178 0.178 0.533 0.356 0.711z"></path> </symbol> <symbol id="icon-play" viewBox="0 0 22 28"> <path d="M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z"></path> </symbol> <symbol id="icon-pause" viewBox="0 0 24 28"> <path d="M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z"></path> </symbol> </defs> </svg> </body> </html>

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