Skip to content

Commit

Permalink
add SVG logo now used in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 8, 2024
1 parent e73ba9f commit 5fd3884
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# <img alt="FireWorks" src="docs_rst/_static/FireWorks_logo.png" width="250">
<h1 align="center">
<img alt="FireWorks" src="docs_rst/_static/fireworks-logo.svg" width="350">
</h1>

FireWorks stores, executes, and manages calculation workflows.

Expand All @@ -9,7 +11,8 @@ FireWorks stores, executes, and manages calculation workflows.
If you like FireWorks, you might also like [rocketsled](https://github.com/hackingmaterials/rocketsled).

If you find FireWorks useful, please consider citing the paper:
```

```txt
Jain, A., Ong, S. P., Chen, W., Medasani, B., Qu, X., Kocher, M., Brafman, M.,
Petretto, G., Rignanese, G.-M., Hautier, G., Gunter, D., and Persson, K. A.
(2015) FireWorks: a dynamic workflow system designed for high-throughput
Expand Down
1 change: 1 addition & 0 deletions docs_rst/_static/fireworks-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion fireworks/core/launchpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,9 @@ def add_wf(self, wf, reassign_all=True):
Add workflow(or firework) to the launchpad. The firework ids will be reassigned.
Args:
wf (Workflow/Firework)
wf (Workflow/Firework): Workflow or Firework object
reassign_all (bool): If True, the firework ids will be assigned
starting from the next available id. Defaults to True.
Returns:
dict: mapping between old and new Firework ids
Expand Down

0 comments on commit 5fd3884

Please sign in to comment.