Compare commits

..

1 Commits

Author SHA1 Message Date
Jeff Emmett 9440fe1cd3
Update cic_initialization.ipynb 2020-04-26 12:28:21 -04:00
2 changed files with 1 additions and 29 deletions

View File

@ -1,28 +0,0 @@
name: Mirror to Gitea
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Mirror to Gitea
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_USERNAME: ${{ secrets.GITEA_USERNAME }}
run: |
REPO_NAME=$(basename $GITHUB_REPOSITORY)
git remote add gitea https://$GITEA_USERNAME:$GITEA_TOKEN@gitea.jeffemmett.com/jeffemmett/$REPO_NAME.git || true
git push gitea --all --force
git push gitea --tags --force

View File

@ -22,7 +22,7 @@
"\n", "\n",
"### Goals\n", "### Goals\n",
" - Define the Mathematics of the CIC Bonding Curve in formal terms\n", " - Define the Mathematics of the CIC Bonding Curve in formal terms\n",
" - Identify and make explicit the paramters\n", " - Identify and make explicit the parameters\n",
" - Define the initial state as a function of the parameters\n", " - Define the initial state as a function of the parameters\n",
" - Demonstrate the Bonding Curve Shape as a function of the parameters\n", " - Demonstrate the Bonding Curve Shape as a function of the parameters\n",
"\n", "\n",