From 660b3997bb6ecefc7cfe757237b623e01bef9d2c Mon Sep 17 00:00:00 2001 From: danfunk Date: Thu, 19 Oct 2023 13:47:41 -0400 Subject: [PATCH] Various improvements. --- config.yaml | 51 +++++++++++---- layouts/partials/science.html | 5 ++ ...s_11963afe37bd9bd32f80815a494eee90.content | 8 ++- static/images/ieee.png | Bin 0 -> 383246 bytes static/images/logos/spiffworkflow_white.svg | 60 +++++++++++------- static/images/mechatronics.png | Bin 0 -> 673579 bytes static/images/podcast.avif | Bin 0 -> 55767 bytes .../assets/fresh/partials/_references.scss | 15 ++++- 8 files changed, 100 insertions(+), 39 deletions(-) create mode 100644 static/images/ieee.png create mode 100644 static/images/mechatronics.png create mode 100644 static/images/podcast.avif diff --git a/config.yaml b/config.yaml index 4a9dedc..5b8e0aa 100644 --- a/config.yaml +++ b/config.yaml @@ -74,22 +74,39 @@ params: url: /posts/articles/ - title: Deep Dives url: /posts/deep_dives/ + - title: Videos + sublinks: + - title: Brief Demo + url: https://www.youtube.com/watch?v=876q2s5fwUY&t=1s + - title: Building Web Forms + url: https://www.youtube.com/watch?v=1IaiaquQ0y0&t=15s + - title: Building an Approval Process + url: https://www.youtube.com/watch?v=EfTbTg3KRqc + - title: more videos... + url: https://www.youtube.com/channel/UCtDHzDfhyvnAb8CFmdwucUA + section1: title: A Powerful Low Code Platform subtitle: Build your first diagram in minutes. But don't let the simplicity fool you. SpiffWorkflow is a powerful platform that can handle the most complex of business processes. image: build_a_diagram.gif - buttonText: Try it Now - buttonLink: /pages/enterprise + buttonText: View Full Video + buttonLink: https://www.youtube.com/watch?v=876q2s5fwUY&t=1s contact: true science: - title: + title: In the Press and in the Literature quotes: - - quote: "**Python** has arguably become the de facto standard for exploratory, interactive, and computation-driven scientific research" - citation: "K. J. Millman and M. Aivazis, \"Python for Scientists and Engineers\" in Computing in Science & Engineering, vol. 13, no. 2, pp. 9-12, March-April 2011, doi: 10.1109/MCSE.2011.36." - - quote: "The intuitive graphical representation of more than 85 elements made **BPMN** widely accepted by both the industry and the academia" - citation: "Compagnucci, I., Corradini, F., Fornari, F., Re, B. (2021). Trends on the Usage of BPMN 2.0 from Publicly Available Repositories. In: Buchmann, R.A., Polini, A., Johansson, B., Karagiannis, D. (eds) Perspectives in Business Informatics Research. BIR 2021. Lecture Notes in Business Information Processing, vol 430. Springer, Cham. https://doi.org/10.1007/978-3-030-87205-2_6" + - quote: "We discuss the concept of low-code software tools. Dan also talks about how SpiffWorkflow aims at getting non-developers within an organization involved in development." + citation: "The Real Python Podcast with Christopher Bailey, February 2023" + image: /images/podcast.avif + link: https://realpython.com/podcasts/rpp/144/ + - quote: "How our software development team used an open source Python library and the popular modeling notation, BPMN, to shed light on a set of complex approval processes at a university." + citation: "D. Funk, \"Creating a Low-Code Business Process Execution Platform With Python, BPMN, and DMN,\" in IEEE Software, vol. 40, no. 1, pp. 9-17, Jan.-Feb. 2023, doi: 10.1109/MS.2022.3212033." + image: /images/ieee.png + link: https://ieeexplore.ieee.org/document/9994228 - quote: "By using the **SpiffWorkflow** Engine, it will allow non-developers to describe complex workflow processes in a visual diagram, coupled with a powerful python script engine that works seamlessly within the diagrams" citation: "Lin, Peiwen, et al. \"Realization of AGV Task Management.\" 2022 IEEE International Conference on Mechatronics and Automation (ICMA). IEEE, 2022." + image: /images/mechatronics.png + link: https://ieeexplore.ieee.org/document/9856349 section2: title: A Thriving Open Source Community subtitle: We are open source, releasing much of our software under the LGPLv3. We welcome contributions from the community and are happy to help you get started. We make contributions to the open source community on a daily basis. @@ -177,17 +194,23 @@ params: bulmalogo: false quicklinks: column1: - title: "Projects" + title: "Videos" links: - - text: SpiffArena - link: /pages/spiffarena/ - - text: SpiffWorkflow - link: /pages/spiffworkflow/ - - text: SpiffEditor - link: /pages/spiffeditor/ + - text: Building Web Forms + link: https://www.youtube.com/watch?v=1IaiaquQ0y0&t=15s + - text: Brief Demo + link: https://www.youtube.com/watch?v=876q2s5fwUY&t=1s + - text: Building an Approval Process + link: https://www.youtube.com/watch?v=EfTbTg3KRqc + - text: more videos... + link: https://www.youtube.com/channel/UCtDHzDfhyvnAb8CFmdwucUA column2: title: "Docs" links: + - text: SpiffWorkflow Application + link: https://spiff-arena.readthedocs.io/en/latest/ + - text: SpiffWorkflow Library + link: https://spiffworkflow.readthedocs.io/en/latest/ - text: Privacy Policy link: /pages/privacy_policy/ - text: Terms of Service diff --git a/layouts/partials/science.html b/layouts/partials/science.html index 4e56bf0..354451f 100644 --- a/layouts/partials/science.html +++ b/layouts/partials/science.html @@ -16,6 +16,11 @@