The team would like to welcome you to the Virtual Postgraduate Platform or 'VPP', a collaborative platform for members of the AHRC Midlands3Cities Doctoral Training Partnership to share news, information and documentation.
On the left you will find information about our vision; further information is available from the M3C website at midlands3cities.ac.uk
HTML |
---|
<script type="text/javascript">
AJS.toInit(function(){
AJS.$('h1#title-text').before('<div id="hero-banner"><div id="heading-text"><span class="bold-text">Midlands3Cities</span> Virtual PostGraduate Platform<p class="cities-heading">Nottingham <span class="lg-dots">·</span> Leicester <span class="lg-dots">·</span> Birmingham</span></div></div>');
;
AJS.$('h1#title-text').hide();
AJS.$('.page-metadata ul li').hide();
AJS.$('.search-macro.search-macro-medium').appendTo('#hero-banner');
AJS.$('.search-macro.search-macro-medium input').attr('placeholder', 'Search for anything...');
AJS.$('#hero-banner button').append(' Search');
AJS.$('#news-wrap img').each(function() {
$(this).attr('src', 'https://s9.postimage.org/swa4nuo6n/news.png');
})
});
AJS.toInit(function(){
//if a user is logged in
if (!(AJS.params.remoteUser == '')){
var name = AJS.$('.name').text();
var firstName = name.split(" ");
var firstName = (firstName[0]);
AJS.$('#wrap-left-content p.intro').html('Welcome back. What do you want to do next?');
//hide the login button
AJS.$('.log-btn').hide();
AJS.$('#wrap-left-content p.intro').after('<div id="box-nav" class="box-nav"> <div class="box"> <a class="box-content" href="https://vpp.midlands3cities.ac.uk/display/HELP/My+Supervision+Space"> <img class="box-icon" src="https://s10.postimage.org/7vjea4l2h/logo_un.png"/> <h3>View Supervision Space</h3> </a> </div><div class="box"> <a class="box-content" href="https://vpp.midlands3cities.ac.uk/display/HELP/My+Profile"> <img class="box-icon" src="https://s9.postimage.org/8z8phu0nj/edit_user_2.png" alt=""> <h3>Edit my profile</h3></a></div><div class="box"> <a class="box-content" href="https://vpp.midlands3cities.ac.uk/pages/viewpage.action?pageId=4428192"> <img class="box-icon" src="https://s10.postimage.org/6d9owfjjd/bino_2.png"/> <h3>View forms and guidance</h3> </a> </div></div>')
//insert 3 buttons
}
});
</script>
|