Skip to content

Commit 31b3010

Browse files
committed
Merge branch 'main' of github.com:wfcommons/wfcommons.github.io
2 parents 488d47d + ace1a8a commit 31b3010

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

_data/usages.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
- title: "PISA: An Adversarial Approach To Comparing Task Graph Scheduling Algorithms "
2+
authors: J. Coleman, B. Krishnamachari
3+
type: Conference
4+
book: 39th IEEE International Parallel & Distributed Processing Symposium (IPDPS 2025)
5+
year: 2025
6+
link:
7+
8+
- title: "Evaluating the Impact of Algorithmic Components on Task Graph Scheduling"
9+
authors: J. Coleman, R. V. Agrawal, E. Hirani, B. Krishnamachari
10+
type: Workshop
11+
book: 28th Workshop on Job Scheduling Strategies for Parallel Processing (JSSPP 2025)
12+
year: 2025
13+
link:
14+
15+
- title: "Electricity Cost Minimization for Multi-Workflow Allocation in Geo-Distributed Data Centers"
16+
authors: S. Wang, H. Zhang, T. Wu, Y. Zhang, W. E. Zhang, Q. Z. Sheng
17+
type: Journal
18+
book: IEEE Transactions on Services Computing
19+
year: 2025
20+
link: https://doi.org/10.1109/TSC.2025.3562325
21+
122
- title: "Memory-aware Adaptive Scheduling of Scientific Workflows on Heterogeneous Architectures"
223
authors: S. Kulagina, A. Benoit, H. Meyerhenke
324
type: Conference

_includes/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
<div style="float: right; margin-left: 1em; margin-top: 1em;">
99
<a href="https://www.sdsc.edu" target="_blank" style="border: 0">
10-
<img src="/images/logo-sdsc.png" style="height: 2.5em" alt="SDSC" />
10+
<img src="https://www.sdsc.edu/_files/images/SDSC-logo.svg" style="height: 2.5em" alt="SDSC" />
1111
</a>
1212
</div>
1313
<div style="float: right; margin-left: 1em; margin-top: 1em;">
14-
<a href="https://www.ornl.gov/group/workflows-and-ecosystem-services" target="_blank" style="border: 0">
14+
<a href="https://www.olcf.ornl.gov/about-olcf/staff-sections/advanced-technologies/workflows-ecosystem-services/" target="_blank" style="border: 0">
1515
<img src="/images/logo-ornl.png" style="height: 2.8em" alt="ORNL" />
1616
</a>
1717
</div>
@@ -44,4 +44,4 @@
4444
<script src="/assets/js/jquery.waypoints.min.js"></script>
4545
<script src="/assets/js/images-loaded.min.js"></script>
4646
<script src="/assets/js/lightbox.min.js"></script>
47-
<script src="/assets/js/site.js"></script>
47+
<script src="/assets/js/site.js"></script>

0 commit comments

Comments
 (0)