Skip to content

Commit

Permalink
Fix examples badges
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Oct 18, 2024
1 parent 80cc652 commit c6aaa0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions examples/Activation and Monitoring.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"source": [
"# Activation\n",
"\n",
"[![Open in Colab](https://img.shields.io/badge/Open%20in%20Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)]((https://colab.research.google.com/github/H-IAAC/CST-Python/blob/main/examples/Activation.ipynb)\n",
") [![Open in Github](https://img.shields.io/badge/Open%20in%20Github-100000?style=for-the-badge&logo=github&logoColor=white)]((https://github.com/H-IAAC/CST-Python/blob/main/examples/Activation.ipynb)\n",
")"
"[![Open in Colab](https://img.shields.io/badge/Open%20in%20Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)](https://colab.research.google.com/github/H-IAAC/CST-Python/blob/main/examples/Activation%20and%20Monitoring.ipynb) [![Open in Github](https://img.shields.io/badge/Open%20in%20Github-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/H-IAAC/CST-Python/blob/main/examples/Activation%20and%20Monitoring.ipynb)"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions examples/Implementing a Architecture.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"source": [
"# Implementing a Architecture\n",
"\n",
"[![Open in Colab](https://img.shields.io/badge/Open%20in%20Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)]((https://colab.research.google.com/github/H-IAAC/CST-Python/blob/main/examples/Implementing%20a%20Architecture.ipynb)\n",
") [![Open in Github](https://img.shields.io/badge/Open%20in%20Github-100000?style=for-the-badge&logo=github&logoColor=white)]((https://github.com/H-IAAC/CST-Python/blob/main/examples/Implementing%20a%20Architecture.ipynb)\n",
")\n",
"[![Open in Colab](https://img.shields.io/badge/Open%20in%20Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)](https://colab.research.google.com/github/H-IAAC/CST-Python/blob/main/examples/Implementing%20a%20Architecture.ipynb) [![Open in Github](https://img.shields.io/badge/Open%20in%20Github-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/H-IAAC/CST-Python/blob/main/examples/Implementing%20a%20Architecture.ipynb)\n",
"\n",
"A cognitive architecture in the CST is implemented using a combination of Codelets and Memories inside a Mind. Each Codelet will communicate with the others using only the Memories."
]
Expand Down
4 changes: 1 addition & 3 deletions examples/Introduction to CST-Python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"source": [
"# Introduction to CST-Python\n",
"\n",
"[![Open in Colab](https://img.shields.io/badge/Open%20in%20Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)]((https://colab.research.google.com/github/H-IAAC/CST-Python/blob/main/examples/Introduction%20to%20CST-Python.ipynb)\n",
") [![Open in Github](https://img.shields.io/badge/Open%20in%20Github-100000?style=for-the-badge&logo=github&logoColor=white)]((https://github.com/H-IAAC/CST-Python/blob/main/examples/Introduction%20to%20CST-Python.ipynb)\n",
")\n",
"[![Open in Colab](https://img.shields.io/badge/Open%20in%20Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)](https://colab.research.google.com/github/H-IAAC/CST-Python/blob/main/examples/Introduction%20to%20CST-Python.ipynb) [![Open in Github](https://img.shields.io/badge/Open%20in%20Github-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/H-IAAC/CST-Python/blob/main/examples/Introduction%20to%20CST-Python.ipynb)\n",
"\n",
"The CST (Cognitive Systems Toolkit) is a code toolkit for creating agents that implements Cognitive Architectures, that is, computational models of cognitive process in the mind of living beings. The core toolkit is the [Java CST](https://cst.fee.unicamp.br/), and CST-Python is a compatible implementation in Python.\n",
"\n",
Expand Down
4 changes: 1 addition & 3 deletions examples/Publisher-Subscriber.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"source": [
"# Publish-Subscribe\n",
"\n",
"[![Open in Colab](https://img.shields.io/badge/Open%20in%20Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)]((https://colab.research.google.com/github/H-IAAC/CST-Python/blob/main/examples/Publisher-Subscriber.ipynb)\n",
") [![Open in Github](https://img.shields.io/badge/Open%20in%20Github-100000?style=for-the-badge&logo=github&logoColor=white)]((https://github.com/H-IAAC/CST-Python/blob/main/examples/Publisher-Subscriber.ipynb)\n",
")\n",
"[![Open in Colab](https://img.shields.io/badge/Open%20in%20Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)](https://colab.research.google.com/github/H-IAAC/CST-Python/blob/main/examples/Publisher-Subscriber.ipynb) [![Open in Github](https://img.shields.io/badge/Open%20in%20Github-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/H-IAAC/CST-Python/blob/main/examples/Publisher-Subscriber.ipynb)\n",
"\n",
"Sometimes we wish that a codelet is only executed when its input value is changed. For that, we can use the publish-subscribe mechanism."
]
Expand Down

0 comments on commit c6aaa0c

Please sign in to comment.