
When it comes to Donald Trump, his campaign and their dealings with Russia past and present, sometimes it’s hard to keep track of all the players without a scorecard. We have one of sorts — a deeply comprehensive timeline detailing what actually happened and what’s still happening in the ever-changing story of the president, his inner circle and a web of Russian oligarchs, hackers and government officials.
Since first launched in February 2017, the Trump-Russia Timeline has grown to more than 600 entries — and we will continue to add updates regularly.
What have reporters and investigators already uncovered and made public? What are the connections and patterns? Review the timeline to see.
#trump-russia-timeline {
width: 100%;
border: none;
outline: none;
}
.back-to-top {
background: #000;
color: white;
padding-top: 10px;
padding-bottom: 10px;
font-size: 1em;
cursor: pointer;
text-align: center;
}
.back-to-top p {
margin: 5px 0 0 !important;
font-size: 1.5em !important;
}
var iframeElement = window.document.getElementById('trump-russia-timeline');
function messageCallback(data) {
if (data.message.indexOf('scroll') !== -1) {
var timelineIframeTop = iframeElement.offsetTop;
window.scrollTo(0, parseInt(data.message.replace(/\D/g, ''), 10) + timelineIframeTop);
} else if (data.message === 'ready') {
iframeElement.iFrameResizer.sendMessage('hash' + window.location.hash);
}
}
var iframe = iFrameResize({checkOrigin: false, interval: 100, messageCallback: messageCallback}, '#trump-russia-timeline');