From 310958533eae694a0c271f52800319d693526af0 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 20 Jul 2023 17:11:04 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e060e317..d3ff976a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
[![Documentation Status](https://readthedocs.org/projects/tigre/badge/?version=latest)](https://tigre.readthedocs.io/en/latest/?badge=latest)
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
@@ -133,7 +136,21 @@ Boardman, Mark Mavrogordato, Manjit Dosanjh, Steven Hancock, Thomas Blumensath*
## Contributors
-
+
+
+
+
+
+
+
+
+
From 3ab405d0fa92c91eb184e2640a32c8c92e8130e9 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 20 Jul 2023 17:11:05 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 00000000..066b0c0e
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,32 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "AnderBiguri",
+ "name": "Biguri",
+ "avatar_url": "https://avatars.githubusercontent.com/u/11854388?v=4",
+ "profile": "https://github.com/AnderBiguri",
+ "contributions": [
+ "code",
+ "example",
+ "ideas",
+ "maintenance",
+ "research",
+ "review",
+ "tutorial"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "TIGRE",
+ "projectOwner": "CERN"
+}