Skip to content

Commit 2279d87

Browse files
committed
migrating repository
1 parent 84a28d5 commit 2279d87

3 files changed

Lines changed: 32 additions & 32 deletions

File tree

docs/source/index.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
WorkflowHub
1+
WfCommons
22
***********
33

44
|pypi-badge| |build-badge| |license-badge|
55

6-
`WorkflowHub <https://workflowhub.org>`__ is a community framework for
6+
`WfCommons <https://wfcommons.org>`__ is a community framework for
77
enabling scientific workflow research and development. This Python package
88
provides a collection of tools for:
99

@@ -12,23 +12,23 @@ provides a collection of tools for:
1212
generation; and
1313
- Generating synthetic realistic workflow traces.
1414

15-
.. figure:: images/workflowhub.png
15+
.. figure:: images/wfcommons.png
1616
:align: center
1717

18-
The WorkflowHub conceptual architecture.
18+
The WfCommons conceptual architecture.
1919

2020
----
2121

2222
Support
2323
=======
2424

25-
The source code for this WorkflowHub's Python package is available on
26-
`GitHub <http://github.com/workflowhub/workflowhub>`_.
27-
Our preferred channel to report a bug or request a feature is via WorkflowHub's
28-
Github `Issues Track <https://github.com/workflowhub/workflowhub/issues>`_.
25+
The source code for this WfCommons's Python package is available on
26+
`GitHub <http://github.com/wfcommons/wfcommons>`_.
27+
Our preferred channel to report a bug or request a feature is via WfCommons's
28+
Github `Issues Track <https://github.com/wfcommons/wfcommons/issues>`_.
2929

30-
You can also reach the WorkflowHub team via our support email:
31-
support@workflowhub.org.
30+
You can also reach the WfCommons team via our support email:
31+
support@wfcommons.org.
3232

3333
----
3434

@@ -54,9 +54,9 @@ support@workflowhub.org.
5454
user_api_reference.rst
5555
dev_api_reference.rst
5656

57-
.. |build-badge| image:: https://github.com/workflowhub/workflowhub/workflows/Build/badge.svg
58-
:target: https://github.com/workflowhub/workflowhub/actions
57+
.. |build-badge| image:: https://github.com/wfcommons/wfcommons/workflows/Build/badge.svg
58+
:target: https://github.com/wfcommons/wfcommons/actions
5959
.. |license-badge| image:: https://img.shields.io/badge/License-LGPL%20v3-blue.svg
60-
:target: https://github.com/workflowhub/workflowhub/blob/master/LICENSE
61-
.. |pypi-badge| image:: https://badge.fury.io/py/workflowhub.svg
62-
:target: https://badge.fury.io/py/workflowhub
60+
:target: https://github.com/wfcommons/wfcommons/blob/master/LICENSE
61+
.. |pypi-badge| image:: https://badge.fury.io/py/wfcommons.svg
62+
:target: https://badge.fury.io/py/wfcommons

docs/source/introduction.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
The WorkflowHub Project
1+
The WfCommons Project
22
=======================
33

4-
The `WorkflowHub project <http://workflowhub.org>`_ is a community framework
4+
The `WfCommons project <https://wfcommons.org>`_ is a community framework
55
for enabling scientific workflow research and development by providing foundational
66
tools for analyzing workflow execution traces, and generating synthetic, yet
77
realistic, workflow traces that can be used to develop new techniques, algorithms
88
and systems that can overcome the challenges of efficient and robust execution of
99
ever larger workflows on increasingly complex distributed infrastructures. The
1010
figure below shows an overview of the workflow research life cycle process that
11-
integrates the three axis of the WorkflowHub project:
11+
integrates the three axis of the WfCommons project:
1212

13-
.. figure:: images/workflowhub.png
13+
.. figure:: images/wfcommons.png
1414
:align: center
1515

16-
The WorkflowHub conceptual architecture.
16+
The WfCommons conceptual architecture.
1717

18-
The *first axis* (**Workflow Traces**) of the WorkflowHub project targets the
18+
The *first axis* (**Workflow Traces**) of the WfCommons project targets the
1919
collection and curation of open access production workflow executions from
2020
various scientific applications shared in a common trace format (i.e.,
2121
:ref:`json-format-label`). We keep a `list of workflow execution traces
22-
<https://workflowhub.org/traces.html>`_ in our project website.
22+
<https://wfcommons.org/traces>`_ in our project website.
2323

24-
The *second axis* (**Workflow Generator**) of the WorkflowHub project targets
24+
The *second axis* (**Workflow Generator**) of the WfCommons project targets
2525
the generation of realistic synthetic workflow traces based on workflow execution
2626
profiles extracted from execution traces. We are constantly seeking for additional
2727
workflow execution traces for refining or developing new workflow recipes for
28-
the WorkflowHub's workflow generator.
28+
the WfCommons's workflow generator.
2929

30-
The *third axis* (**Workflow Simulator**) of the WorkflowHub project fosters the
30+
The *third axis* (**Workflow Simulator**) of the WfCommons project fosters the
3131
use of simulation for the development, evaluation, and verification of scheduling
3232
and resource provisioning algorithms (e.g., multi-objective function optimization,
3333
etc.), evaluation of current and emerging computing platforms (e.g., clouds, IoT,
3434
extreme scale, etc.), among others. We keep a `list of open source workflow
3535
management systems simulators and simulation frameworks
36-
<https://workflowhub.org/simulator.html>`_ that provide support for the WorkflowHub
36+
<https://wfcommons.org/simulators>`_ that provide support for the WfCommons
3737
JSON format in our project website.
3838

3939
This Python package provides a collection of tools for:
@@ -45,16 +45,16 @@ This Python package provides a collection of tools for:
4545

4646
.. _json-format-label:
4747

48-
The WorkflowHub JSON Format
48+
The WfCommons JSON Format
4949
---------------------------
5050

51-
The WorkflowHub project uses a common format for representing workflow execution
51+
The WfCommons project uses a common format for representing workflow execution
5252
traces and generated synthetic workflows traces, so that workflow simulators and
53-
simulation frameworks (that provide support for WorkflowHub format) can use
53+
simulation frameworks (that provide support for WfCommons format) can use
5454
such traces interchangeably. This common format uses a JSON specification
5555
available in the
56-
`WorkflowHub JSON schema GitHub <https://github.com/workflowhub/workflow-schema>`_
57-
repository. The current version of the WorkflowHub Python package uses the schema
56+
`WfCommons JSON schema GitHub <https://github.com/wfcommons/workflow-schema>`_
57+
repository. The current version of the WfCommons Python package uses the schema
5858
version :code:`1.0`. The schema GitHub repository provides detailed explanation
59-
of the WorkflowHub JSON format (including required fields), and also a validator
59+
of the WfCommons JSON format (including required fields), and also a validator
6060
script for verifying the compatibility of traces.

0 commit comments

Comments
 (0)