Skip to content

Commit

Permalink
59 display gracc info for epic jobs (#60)
Browse files Browse the repository at this point in the history
* Include iframe from a snapshot

* Update view of home page

* Add margins to avoid overlaps in certain views

* Update view to put the divisions on separate row

* Update view of home page

* Update view of home page

* Update view. Fix indentation.

* Modify dimensions of embedded plot

* Update home page view

* Update home page view

* Show top contributing facilities over the last year for ePIC project

* Fix typo and use percent height

* Show combined corehour contribution from Jefferson Lab and BNL

* Show resource use over time for last 120 days

* Update last 120 days plot
  • Loading branch information
rahmans1 authored Oct 19, 2023
1 parent effa28d commit 1b1800c
Showing 1 changed file with 38 additions and 20 deletions.
58 changes: 38 additions & 20 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,53 @@
<div class="col-md-10 blog-main">

<hr>
<center>
<div class=row>

<div class="col-md-5"><img src="{{ site.splash | relative_url }}" class="navbar navbar-dark bg-dark" style="width:100%;height:auto"/></div>

<div class="col-md-5">
<div class="container-fluid">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<p class="lead">
<h4>Purpose of this site</h4>
This portal summarizes all the information related to monthly simulation production campaigns for the ePIC collaboration.
It is developed and maintained by the ePIC production WG.
</p>
</div> <!-- class md5 -->
</div> <!-- class row -->
<h4>Purpose of this site</h4>
This portal summarizes all the information related to monthly simulation production campaigns for the ePIC collaboration. It is developed and maintained by the ePIC production WG.
</p>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://gracc.opensciencegrid.org/d-solo/9u1-Q3vVz/cpu-payload-jobs?orgId=1&var-ReportableVOName=All&var-Project=ePIC&var-Facility=All&var-ExitCode=All&var-Probe=All&var-interval=1d&from=1666590421656&to=1697694421656&panelId=9" height="20%" frameborder="0"></iframe>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://gracc.opensciencegrid.org/d/9u1-Q3vVz/cpu-payload-jobs?orgId=1&var-ReportableVOName=All&var-Project=ePIC&var-Facility=All&var-ExitCode=All&var-Probe=All&var-interval=1d&from=1687328833087&to=1697696833087&viewPanel=2" height="20%" frameborder="0"></iframe>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://gracc.opensciencegrid.org/d-solo/axV4YtN4k/facility?orgId=1&var-facility=Thomas+Jefferson+National+Accelerator+Facility&var-facility=Brookhaven+National+Laboratory&var-Filter=ProjectName%7C%3D%7CePIC&from=1672531200000&to=1704067199999&panelId=2" height="20%" frameborder="0"></iframe>
</div>
</div>
</div>
</div>
<hr>

</center> <!-- class sm12 blog main -->
<hr/>
{% if site.display_news %}
{% include news/homenews.md %}
{% endif %}
<hr/>

<table width="100%"><tr>
<td><div style="text-align:left;">
&copy;2023 EIC User Group and ePIC Collaboration
</div></td>
<td><div style="text-align:left;">
&copy; 2023 EIC User Group and ePIC Collaboration
</div></td>

<td><div style="text-align:right;">
<em>Site built at {{ site.time }}</em>
</div></td>
<td><div style="text-align:right;">
<em>Site built at {{ site.time }}</em>
</div></td>
</tr></table>

</div> <!-- class row -->
</div>

0 comments on commit 1b1800c

Please sign in to comment.