Updated the links of Aladdin, gem5-aladdin, LLVM-Tracer from the GitHub page Thierry provided. (We are still missing links for McPAT CPU Models, WIICA.)
Changed the paragraph “Web page for the research group of Prof. David Brooks and Prof. Gu-Yeon Wei” to “Research group of Prof. David Brooks and Prof. Gu-Yeon Wei” or “Prof. David Brooks’ and Prof. Gu-Yeon Wei’s research group”, depending on where you want to place emphasis
Added to the page header a background image to underline this website focus on Architecture, Circuits and Compilers(i.e.: ATMOS website)
Considerchanging the web address of this website from "hwpi.harvard.edu/vlsiarch" to "vlsiarch.seas.harvard.edu"
Content enhancement
The slideshow on the home page offers the opportunity to showcase interesting research, technology, news or specific events as available Postdocs positions. Slideshow images can also be linked to related content (i.e.: Postdoc position to Sign Up page) (Example of slideshow images linked to content on ACMG website) Add images and links to the following content:
Caption - "While our Aladdin tool can accurately model a variety of accelerator designs at pre-RTL level, its integration with gem5 (i.e., gem5-Aladdin) models and simulates complex SoCs consisting of CPUs, accelerators, NoC, and memory hierarchies."
Caption - "16-core voltage-stackedsystem with adaptive frequency clocking (AFClk) and a fullyintegrated voltage regulator demonstrates efficient on-chippower delivery for multicore systems."
Side navigation menu - employ a visual style that is consistent with the rest of the website (example of inconsistent side menu when viewing research projects and software)
Home page - list “Recent publications” and “Recent news” side to side, so that users primarily interested in the latter are not required to scroll the page
News & Events - list “Upcoming events” and “Latest news” side to side, so that users primarily interested in the latter are not required to scroll the page
Software - Similar to Fathom, the following software doesn't need to be linked to individual pages, since they don't currently display any additional content. We can bring these secondary pages back once additional content is available.
Top navigation menu (the one with Team, Publications, etc.)
Adding a “Home” link, since the current link on the top heading “Harvard Architecture, Circuits and Compilers” is not as intuitive. This will also eliminate the “Home” breadcrumb and gain vertical space.
Adding to the People link a drop down that lists and links to each category (i.e.: Faculty, Staff, etc.) (Example: CRCS website)
Contentavailability
Publications - added abstracts and PDF of research papers to all publications
"Broken"links - Several links are still linked to the content of (I assume) the old WordPress website. These links no longer access that content and must be manually updated.
Consistent font size and style between the heading of the home page (i.e.: RECENT PUBLICATIONS) and the ones on Publications right hand column (i.e.: Publications BROWSE BY YEAR)
Smaller gap between heading in right hand column and the content below (i.e.: Publications BROWSE BY YEAR)
Recent articles
Publications
YouTube videos admonishing or teaching students
Recent books by Gu or David
Paper published under their supervision
Pictures of recent designs from the lab
Any other relevant content for the website.
/**/
/* ## Secondary menu */
/* Header */
.region-sidebar-first .block.section-nav:nth-child(1).section-nav .expanded.menu-depth-1 > a[class="active-trail active active"], .region-sidebar-first .block.section-nav:nth-child(1).section-nav a[class="active-trail active active"] {
background-color: white !important;
}
.region-sidebar-first .block:nth-child(1).section-nav ul.menu li a.active-trail {
color: #346ba6 !important;
}
#block-boxes-os-pages-section-nav {
border-top: 4px solid #44697d;
margin: -.2em 0em 0em .5em;
}
.webkit .section-nav ul.menu li a {
font-weight: normal;
}
.section-nav ul.menu li a, .section-nav .leaf.menu-depth-3 > a, .section-nav .expanded.menu-depth-2 .menu-depth-3 > a {
color: #346ba6 !important;
}
.section-nav ul.menu li a:hover, .section-nav .leaf.menu-depth-3 > a:hover, .section-nav .expanded.menu-depth-2 .menu-depth-3 > a:hover {
text-decoration: underline !important;
background-color: white !important;
}
/* Tutorials sub pages - secondary menu */
li.first.last.leaf.menu-depth-3.menu-item-195610 > a {
background-color: white !important;
}
li.first.last.leaf.active-trail.active-trail.menu-depth-3.menu-item-195610 > a {
background-color: white !important;
}
/* Suppress bottom border, font style */
.sidebar #block-boxes-os-pages-section-nav ul li {
background-color: white;
border-bottom: 0px solid #44697d !important;
font-size: 0.95em;
line-height: 22px;
font-weight: 300;
}
/* Link of current page */
.region-sidebar-first .block.section-nav:nth-child(1).section-nav .expanded.menu-depth-1 > a[class="active-trail active active"], .region-sidebar-first .block.section-nav:nth-child(1).section-nav a[class="active-trail active active"] {
color: #000000 !important;
}
/* Suppress mouse-hover color */
.region-sidebar-first .block.section-nav:nth-child(1).section-nav .expanded.menu-depth-2 > a:hover,
.region-sidebar-first .block.section-nav:nth-child(1).section-nav .expanded.menu-depth-2 > a[class="active-trail active active"],
.region-sidebar-first .block.section-nav:nth-child(1).section-nav .expanded.menu-depth-1 > a[class="active-trail active active"],
.region-sidebar-first .block.section-nav:nth-child(1).section-nav a[class="active-trail active active"],
.region-sidebar-first .block.section-nav:nth-child(1).section-nav a:hover,
#columns .os-custom-menu ul.nice-menu li a:hover,
#columns .os-custom-menu ul.menu li a:hover{
background-color: #ffffff!important;
}
/* Secondary pages*/
.region-sidebar-first .block:nth-child(1).section-nav ul.menu li a.active-trail {
text-align: left;
}
.region-sidebar-first .block:nth-child(1).section-nav ul.menu li a.active-trail {
text-align: left;
background: none repeat scroll 0 0 #ffffff !important;
}
/* ## UX Content */
/* Images of icons */
img.media-element.file-default {
padding-right: .25em;
margin-bottom: -.25em;
}
.page-node h1#page-title, h1#page-title {
font-size: 2em;
}
/* Links */
#columns .field-name-body a {
text-decoration: underline !important;
font-weight: bold;
}
/**/