add micro-weight project
This commit is contained in:
parent
4c2b7dfcc5
commit
9fa7f3a559
1 changed files with 20 additions and 0 deletions
|
|
@ -143,5 +143,25 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
micro-weight = {
|
||||||
|
description = "Microscopic Weight Completion";
|
||||||
|
windows = [
|
||||||
|
{
|
||||||
|
name = "paper";
|
||||||
|
path = homePath "Documents/Projects/Microscopic Weights on Road Networks/MicroWeight-paper";
|
||||||
|
ai = true;
|
||||||
|
git = true;
|
||||||
|
shell = false;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "proj";
|
||||||
|
path = homePath "Documents/Projects/Microscopic Weights on Road Networks";
|
||||||
|
ai = false;
|
||||||
|
git = false;
|
||||||
|
shell = true;
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue