Type | Emoji | code |
---|---|---|
feat | ✨ | :sparkles: |
fix | 🐛 | :bug: |
docs | 📚 | :books: |
style | 💎 | :gem: |
refactor | 🔨 | :hammer: |
perf | 🚀 | :rocket: |
test | 🚨 | :rotating_light: |
build | 📦 | :package: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
<meta charset="utf-8" emacsmode="-*- markdown -*-">
**ECTOR technical notes**
BAsCET is the fundamental architecture of ECTOR. It is shown in my PhD Thesis (in French only).
The Concept Network is BAsCET's model. It matches the COPYCAT's Slipnet. It is a dynamic one: it evolves to adapt to the problem. We can call this model an hybrid one. It is between a semantic network and an artificial neural network. From the semantic network, it gets the symbolic nature of its nodes. From the neural net, it gets the activation propagation, through weighted links.
FROM buildpack-deps:trusty | |
MAINTAINER François PARMENTIER <francois.parmentier@gmail.com> | |
ENV DILIB_BOTTOM=/root/Dilib | |
RUN mkdir -p $DILIB_BOTTOM/v0.6/Main && \ | |
mkdir -p $DILIB_BOTTOM/tmp && \ | |
apt-get update && apt-get install -y \ | |
flex | |
ADD Import.tar.gz $DILIB_BOTTOM/v0.6/ | |
RUN cp $DILIB_BOTTOM/v0.6/Import/DilibMake/Templates/UbuntoMain/MakeDef.mk $DILIB_BOTTOM/v0.6/Main/ \ |
{ | |
"title" : "Étude INSU", | |
"description" : "Utilisation de SB Admin 2 pour Dashboard", | |
"collectionName" : "sbadmin", | |
"logFormat": "dev", | |
"theme": "/home/parmentf/dev/castorjs/castor-theme-sbadmin", | |
"itemsPerPage" : 2, | |
"pages" : { | |
"index" : { | |
"title" : "Tableau de bord", |
Le fichier data.json
doit se trouver au même niveau qu'un répertoire data
si on utilise castor-cli pour démarrer castor.
Sinon, on peut simplement ignorer son nom en utilisant castor-admin.
Le fichier data.json
utilise le theme
castor-theme-sbadmin, qui crée un tableau de bord à partir de données structurées.