From 88ad61820579122a47ac8ad2ca28ec81bd1ae6a5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 16:31:55 +0000 Subject: [PATCH 1/5] docs: update README.md [skip ci] --- README.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 1159b475..111dd006 100644 --- a/README.md +++ b/README.md @@ -71,26 +71,28 @@ This project started at the [2018 Electrochemical Society (ECS) Hack Week in Sea - - - - - - - + + + + + + + - - - - - - + + + + + + +

Lok-kun Tsui

💻 ⚠️ 📖

Brian Gerwe

💻 ⚠️ 📖 👀

Neal

👀 💻

Matt Murbach

📖 👀 ⚠️ 💻

Kenny Huynh

🐛 💻

lawrencerenna

🤔

Rowin

🐛 💻

Lok-kun Tsui

💻 ⚠️ 📖

Brian Gerwe

💻 ⚠️ 📖 👀

Neal

👀 💻

Matt Murbach

📖 👀 ⚠️ 💻

Kenny Huynh

🐛 💻

lawrencerenna

🤔

Rowin

🐛 💻

Michael Plews

🤔

Chebuskin

🐛

environmat

🐛

Abdullah Sumbal

🐛

nobkat

💻

Nick

🐛 💻

Michael Plews

🤔

Chebuskin

🐛

environmat

🐛

Abdullah Sumbal

🐛

nobkat

💻

Nick

🐛 💻

aokomorowski

💻
- + + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! From 881f830346adde406c9986af4925ace3f6df6927 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 16:31:56 +0000 Subject: [PATCH 2/5] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2a23c3ea..8edce24b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -133,6 +133,15 @@ "bug", "code" ] + }, + { + "login": "aokomorowski", + "name": "aokomorowski", + "avatar_url": "https://avatars.githubusercontent.com/u/43665474?v=4", + "profile": "https://github.com/aokomorowski", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, From 52599cd3ae3196f9e4ecb0d03a8374dbc06a4586 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 16:37:03 +0000 Subject: [PATCH 3/5] docs: update README.md [skip ci] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 111dd006..cd661316 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ This project started at the [2018 Electrochemical Society (ECS) Hack Week in Sea
Nick

🐛 💻
aokomorowski

💻 + +
Peter Attia

💻 + From 53132b93de0f304649090271fb3f44a517f49e97 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 16:37:04 +0000 Subject: [PATCH 4/5] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8edce24b..0bc8b67b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -142,6 +142,15 @@ "contributions": [ "code" ] + }, + { + "login": "petermattia", + "name": "Peter Attia", + "avatar_url": "https://avatars.githubusercontent.com/u/29551858?v=4", + "profile": "https://petermattia.com", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, From 5f8c995749ed4fce45377e64d06d46a22f751c64 Mon Sep 17 00:00:00 2001 From: Peter Attia Date: Fri, 26 Feb 2021 16:29:08 -0800 Subject: [PATCH 5/5] Update README.md Updated the link to the paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd661316..af4208e8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ impedance.py Aiming to create a consistent, [scikit-learn-like API](https://arxiv.org/abs/1309.0238) for impedance analysis, impedance.py contains modules for data preprocessing, validation, model fitting, and visualization. -For a little more in-depth discussion of the package background and capabilities, check out our (soon-to-be submitted) [Journal of Open Source Software paper](https://github.com/ECSHackWeek/impedance.py/blob/master/joss-paper/paper.md). +For a little more in-depth discussion of the package background and capabilities, check out our [Journal of Open Source Software paper](https://joss.theoj.org/papers/10.21105/joss.02349). If you have a feature request or find a bug, please [file an issue](https://github.com/ECSHackWeek/impedance.py/issues) or, better yet, make the code improvements and [submit a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)! The goal is to build an open-source tool that the entire impedance community can improve and use!