Skip to content

Commit 29c6775

Browse files
authored
Merge pull request #497 from mahf708/add-cite
minor clean up
2 parents d048146 + 710eee0 commit 29c6775

File tree

7 files changed

+32
-90
lines changed

7 files changed

+32
-90
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 64 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

citation

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: Particula
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Particula
12+
family-names: Developers
13+
doi: 10.5281/zenodo.6634653
14+
repository-code: 'https://github.com/uncscode/particula'
15+
url: 'https://uncscode.github.io/particula/'
16+
license: MIT
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "particula"
33
description = "a simple, fast, and powerful particle simulator"
4-
readme = "README.md"
4+
readme = "readme.md"
55
requires-python = ">=3.9"
6-
license = {file = "LICENSE"}
6+
license = {file = "license"}
77
authors = [
88
{name = "aktwo", email="aktwo@users.noreply.github.com"},
99
{name = "Gorkowski", email="Gorkowski@users.noreply.github.com"},

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# Overview
3+
4+
Particula is a Python-based aerosol particle simulator. Its goal is to provide a robust aerosol simulation (including both gas and particle phases) that can be used to answer scientific questions arising from experiments and research endeavors.
5+
6+
The Particula website [https://uncscode.github.io/particula](https://uncscode.github.io/particula) contains the API reference, how-to guides, and tutorials.
7+
8+
## PyPi Installation
9+
10+
If your Python environment is already set up, you can install [`Particula` via pip](https://pypi.org/project/particula/) using the following command:
11+
12+
``` bash
13+
pip install particula
14+
```

0 commit comments

Comments
 (0)