Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Dec 4, 2024
2 parents d4ec169 + 1450dcc commit 2ae795e
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/ebrains-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,24 @@ jobs:
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_WP3 }}@gitlab.ebrains.eu/ri/projects-and-initiatives/ebrains-2/wp3/tools/tvb-ext-xircuits-mirror.git"
destination_branch: "refs/tags/*"
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-xircuits"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.TWIN_GITLAB }}@gitlab.ebrains.eu/ri/projects-and-initiatives/virtualbraintwin/tools/ext-xircuits.git"
destination_branch: "master"
- name: syncdev
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-xircuits"
source_branch: "dev"
destination_repo: "https://ghpusher:${{ secrets.TWIN_GITLAB }}@gitlab.ebrains.eu/ri/projects-and-initiatives/virtualbraintwin/tools/ext-xircuits.git"
destination_branch: "dev"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "the-virtual-brain/tvb-ext-xircuits"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.TWIN_GITLAB }}@gitlab.ebrains.eu/ri/projects-and-initiatives/virtualbraintwin/tools/ext-xircuits.git"
destination_branch: "refs/tags/*"
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<p>
<img src="style/icons/TVB_logo.svg" alt="TVB logo" title="TVB" align="right" height="100" />
<img src="style/icons/TVB_logo.svg" alt="TVB logo" title="TVB" height="100" style="padding: 15px"/>
<img src="style/icons/VBT_logo.svg" alt="VBT logo" title="VBT" height="100" />
</p>

# tvb-ext-xircuits
Expand Down Expand Up @@ -85,3 +86,5 @@ This extension is build on top of the Xircuits https://xircuits.io Jupyter exten
This project has received funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).
This project has received funding from the European Union’s Horizon Europe Programme under the Specific Grant Agreement No. 101147319 (EBRAINS 2.0 Project).
This project has received funding from the European Union’s Research and Innovation Program Horizon Europe under Grant Agreement No. 101137289 (Virtual Brain Twin Project).
Loading

0 comments on commit 2ae795e

Please sign in to comment.