
Lastest Articles
Editor’s Picks
Nexus Media News Stories Featured In











Republication guidelines
- Partner outlets are welcome to republish our work at no cost.
- You may republish online or in print.
- You may edit for tense, timeliness or length, or make other adjustments so that the article conforms to your in-house style guide.
- You may write your own headline.
- You must include the byline at the top of the story and the tag line at the bottom, and link to the original article.
- Photos are either in the public domain or their authors have made them available for syndication for free.
- Videos and infographics are available to be embedded.
- Please include our tracking pixel, which helps us gauge the impact of our stories.
- If you are unable to use the tracking pixel, please email us at [email protected] to let us know that you have republished our work.
About the tracking pixel
When you paste this story into your backend, you will find a snippet of javascript at the bottom that looks like the code below. This is the tracking pixel. It is a commonly used tool that will allow us to measure the reach of our work. If you prefer to copy the tracking pixel separately, here it is:
<script type="application/javascript">
window.addEventListener('DOMContentLoaded', (event) => {
var img = document.createElement('img');
var src = 'https://www.google-analytics.com/collect?v=1';
src += '&tid=UA-172916447-1';
src += '&cid=1';
src += '&t=pageview';
src += '&dl=' + encodeURIComponent('https://nexusmedianews.com/');
src += '&dt=' + encodeURIComponent('NXM');
src += '&dr=' + encodeURIComponent(window.location.href);
img.src = src;
img.width = 1;
img.height = 1;
img.setAttribute('style', 'display: none;');
img.setAttribute('aria', 'hidden');
img.setAttribute('role', 'presentation');
img.alt = '';
document.body.appendChild(img);
});
</script>