From 61327388686fd7b7631cc8ad985ca9084e669477 Mon Sep 17 00:00:00 2001 From: "Marco A. Lopez-Sanchez" Date: Tue, 5 Mar 2024 10:34:31 +0100 Subject: [PATCH] remove notebooks --- templates/grain_size_analysis.ipynb | 67 -------------------- templates/paleopizometry_analisys.ipynb | 83 ------------------------- templates/stereology_analysis.ipynb | 79 ----------------------- 3 files changed, 229 deletions(-) delete mode 100644 templates/grain_size_analysis.ipynb delete mode 100644 templates/paleopizometry_analisys.ipynb delete mode 100644 templates/stereology_analysis.ipynb diff --git a/templates/grain_size_analysis.ipynb b/templates/grain_size_analysis.ipynb deleted file mode 100644 index 8237103..0000000 --- a/templates/grain_size_analysis.ipynb +++ /dev/null @@ -1,67 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "f45741ac-0aa1-44c0-917f-b0d3ee2990fd", - "metadata": {}, - "source": [ - "# Grain Size Analysis Template\n", - "\n", - "**Goal**: TODO" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "f6d4b773-f3cd-4cb5-8b63-027062c090c6", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Grain size statistics" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Plotting grain size populations" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.13" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/templates/paleopizometry_analisys.ipynb b/templates/paleopizometry_analisys.ipynb deleted file mode 100644 index fe525f4..0000000 --- a/templates/paleopizometry_analisys.ipynb +++ /dev/null @@ -1,83 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "4ff7a692-9472-4360-a326-897003bec04f", - "metadata": {}, - "source": [ - "# Paleopiezometry analysis Template\n", - "\n", - "**Goal**: TODO" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "013a329a-5942-42e9-9131-ea82de57766d", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "id": "e60e3a8c-0e26-4d0e-a3c6-0feb72ff7ffc", - "metadata": {}, - "source": [ - "## Quartz\n", - "\n", - "TODO" - ] - }, - { - "cell_type": "markdown", - "id": "35d51867-30b3-4ad4-a2b6-b31972344922", - "metadata": { - "tags": [] - }, - "source": [ - "## Olivine\n", - "\n", - "TODO" - ] - }, - { - "cell_type": "markdown", - "id": "30815d82-c0bf-4524-a351-631d504bcc76", - "metadata": {}, - "source": [ - "## Calcite\n", - "\n", - "TODO" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "db83063c-de8d-46ad-a907-1ea0af859197", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.13" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/templates/stereology_analysis.ipynb b/templates/stereology_analysis.ipynb deleted file mode 100644 index 0f262e2..0000000 --- a/templates/stereology_analysis.ipynb +++ /dev/null @@ -1,79 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "892ec73c-434d-4fc4-bf86-559861a4954f", - "metadata": {}, - "source": [ - "# Stereology Analysis Template\n", - "\n", - "**Goal**: TODO" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "c472f09e-1aa7-4578-b5e9-3c9a242febfe", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "id": "c847e718-36c1-46f0-bf6b-7881dcb6b86e", - "metadata": {}, - "source": [ - "# Using the Saltykov method\n", - "\n", - "TODO" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "5a20f652-d5db-42dc-b3a6-6fcc40e7899d", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "id": "458148cc-b7c4-431b-8006-27a11d0a544a", - "metadata": {}, - "source": [ - "## Using the two-step method\n", - "\n", - "TODO" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "4b954b3f-e440-4c2a-a61a-f66828f75ae4", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.13" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -}