-
Notifications
You must be signed in to change notification settings - Fork 21
Software entries for NestML, NIR, and KNP #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Software entries for NestML, NIR, and KNP #286
Conversation
Adds markdown files and logos for NESTML, NIR, and KNP.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All in all, nice work!
I have one small comment regarding the classification of NestML as a simulator. Otherwise, LGTM!
.github/workflows/main.yml
Outdated
@@ -2,7 +2,7 @@ name: Deploy Hugo site to Pages | |||
|
|||
on: | |||
push: | |||
branches: ["main", "student-talk"] | |||
branches: ["main", "software-entries"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question as the other PR: do we want to publish the docs when the branch gets pushed?
@@ -0,0 +1,27 @@ | |||
--- | |||
title: "Kaspersky Neuromorphic Platform" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I never heard about this before. Nice find!
@@ -0,0 +1,23 @@ | |||
--- | |||
title: "NESTML" | |||
type: neuromorphic-software |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Judging by the description, isn't this more like a (intermediate) language similar to NIR? In that case, I would classify it as a data tool more than a simulator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - that makes sense. I'll move it to data tools
Body: Moved NestML documentation and related image to the `data-tools` directory. Updated workflow to reflect branch changes.
No description provided.