Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: Do not edit this file manually.
# Any changes will be overwritten by Copier.
_commit: v0.4.2
_commit: v0.4.5
_src_path: gh:easyscience/templates
app_docs_url: https://easyscience.github.io/shapes-app
app_doi: 10.5281/zenodo.18163581
Expand All @@ -11,12 +11,11 @@ project_contact_email: support@easyshapes.org
project_copyright_years: 2025-2026
project_extended_description: For generation of ordered molecular aggregates and pre-assembled
composite structures to seed molecular dynamics (MD) simulations aimed at studying
equilibration (relaxation) processes in soft matter and biomolecular systems.
equilibration (relaxation) processes in soft matter and biomolecular systems
project_homepage_url: https://easyscience.github.io/shapes
project_name: EasyShapes
project_repo_name: shapes
project_short_description: 'EasyShapes is a scientific software for constructing and
simulating molecular systems. '
project_short_description: Constructing and simulating molecular systems
project_shortcut: ESp
project_type: app
template_type: app
7 changes: 6 additions & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ on:
- skipped
- success
dry_run:
description: 'Only log actions, do not perform any delete operations.'
description: 'Only log actions, do not perform any delete operations (dry run).'
required: false
default: 'false'
type: choice
options:
- 'false'
- 'true'

jobs:
del-runs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
**EasyShapes** is a scientific software for generation of ordered
molecular aggregates and pre-assembled composite structures to seed
molecular dynamics (MD) simulations aimed at studying equilibration
(relaxation) processes in soft matter and biomolecular systems..
(relaxation) processes in soft matter and biomolecular systems.

<!-- HOME REPOSITORY SECTION -->

**EasyShapes** is available as a cross-platform Qt QML desktop
**EasyShapes** is developed as a cross-platform Qt QML desktop
application.

## Useful Links
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](assets/images/logo_dark.svg#gh-dark-mode-only)![](assets/images/logo_light.svg#gh-light-mode-only)

# EasyShapes is a scientific software for constructing and simulating molecular systems. application
# Constructing and simulating molecular systems application

Here is a brief overview of the main documentation sections:

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ icon: material/information-slab-circle
**EasyShapes** is a scientific software for generation of ordered
molecular aggregates and pre-assembled composite structures to seed
molecular dynamics (MD) simulations aimed at studying equilibration
(relaxation) processes in soft matter and biomolecular systems..
(relaxation) processes in soft matter and biomolecular systems.

**EasyShapes** is available as a cross-platform Qt QML desktop
**EasyShapes** is developed as a cross-platform Qt QML desktop
application.

**EasyShapes** is developed using the
Expand Down
17 changes: 8 additions & 9 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[project]
name = 'easyshapes_app'
dynamic = ['version'] # Use versioningit to manage the version
description = 'EasyShapes is a scientific software for constructing and simulating molecular systems. '
description = 'Constructing and simulating molecular systems'
authors = [{ name = 'EasyShapes contributors' }]
readme = 'README.md'
license = { file = 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion src/easyshapes_app/Gui/Globals/ApplicationInfo.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ QtObject {
'date': new Date().toISOString().slice(0,10),
'developerYearsFrom': '2025',
'developerYearsTo': '2026',
'description': '**EasyShapes** is a scientific software for generation of ordered molecular aggregates and pre-assembled composite structures to seed molecular dynamics (MD) simulations aimed at studying equilibration (relaxation) processes in soft matter and biomolecular systems.',
'description': '**EasyShapes** is a scientific software for generation of ordered molecular aggregates and pre-assembled composite structures to seed molecular dynamics (MD) simulations aimed at studying equilibration (relaxation) processes in soft matter and biomolecular systems',
'developerIcons': [
{
'url': 'https://ess.eu',
Expand Down
Loading