Add bookmarks
This commit is contained in:
parent
9780c113c6
commit
dd10e16eac
4 changed files with 57 additions and 2 deletions
|
|
@ -50,6 +50,19 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "Scholar";
|
||||
bookmarks = [
|
||||
{
|
||||
name = "OpenReview";
|
||||
url = "https://openreview.net/";
|
||||
}
|
||||
{
|
||||
name = "CMT";
|
||||
url = "https://cmt3.research.microsoft.com/Conference/Recent";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "RSS";
|
||||
url = "https://rss.nas.yanlincs.com";
|
||||
|
|
|
|||
|
|
@ -111,8 +111,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
daki3 = {
|
||||
session = "DAKI3";
|
||||
daki3c = {
|
||||
session = "DAKI3-C";
|
||||
description = "DAKI3 course";
|
||||
windows = [
|
||||
{
|
||||
|
|
@ -132,6 +132,20 @@
|
|||
];
|
||||
};
|
||||
|
||||
daki3g = {
|
||||
session = "DAKI3-G";
|
||||
description = "DAKI3 group supervision";
|
||||
windows = [
|
||||
{
|
||||
name = "group";
|
||||
path = "/Users/yanlin/Documents/Projects/DAKI3 Semester Project Group";
|
||||
ai = true;
|
||||
git = true;
|
||||
shell = false;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
matmeet = {
|
||||
session = "MaterialMeet";
|
||||
description = "Material Meeting Slides";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue