|
1 | 1 | ---
|
| 2 | +layout: archive |
2 | 3 | permalink: /markdown/
|
3 |
| -title: "Markdown" |
| 4 | +title: "News" |
4 | 5 | author_profile: true
|
5 | 6 | redirect_from:
|
6 | 7 | - /md/
|
7 | 8 | - /markdown.html
|
8 | 9 | ---
|
9 | 10 |
|
10 |
| -## Locations of key files/directories |
| 11 | +* (2024/11), Reviewer, CVPR 2025 |
| 12 | + |
| 13 | +* (2024/10), paper on Event-guided Low-light Video Semantic Segmentation is accepted to WACV 2025! |
11 | 14 |
|
12 |
| -* Basic config options: _config.yml |
13 |
| -* Top navigation bar config: _data/navigation.yml |
14 |
| -* Single pages: _pages/ |
15 |
| -* Collections of pages are .md or .html files in: |
16 |
| - * _publications/ |
17 |
| - * _portfolio/ |
18 |
| - * _posts/ |
19 |
| - * _teaching/ |
20 |
| - * _talks/ |
21 |
| -* Footer: _includes/footer.html |
22 |
| -* Static files (like PDFs): /files/ |
23 |
| -* Profile image (can set in _config.yml): images/profile.png |
| 15 | +* (2024/10), Reviewer, AISTATS 2025 |
24 | 16 |
|
25 |
| -## Tips and hints |
| 17 | +* (2024/10), Reviewer, WACV 2025 |
26 | 18 |
|
27 |
| -* Name a file ".md" to have it render in markdown, name it ".html" to render in HTML. |
28 |
| -* Go to the [commit list](https://github.com/academicpages/academicpages.github.io/commits/master) (on your repo) to find the last version Github built with Jekyll. |
29 |
| - * Green check: successful build |
30 |
| - * Orange circle: building |
31 |
| - * Red X: error |
32 |
| - * No icon: not built |
33 |
| -* Academic Pages uses [Jekyll Kramdown](https://jekyllrb.com/docs/configuration/markdown/), GitHub Flavored Markdown (GFM) parser, which is similar to the version of Markdown used on GitHub, but may have some minor differences. |
34 |
| - * Some of emoji supported on GitHub should be supposed via the [Jemoji](https://github.com/jekyll/jemoji) plugin :computer:. |
35 |
| - * The best list of the supported emoji can be found in the [Emojis for Jekyll via Jemoji](https://www.fabriziomusacchio.com/blog/2021-08-16-emojis_for_Jekyll/#computer) blog post. |
| 19 | +* (2024/1), paper on CrackNex: a Few-shot Low-light Crack Segmentation Model Based on Retinex Theory for UAV Inspections is accepted to ICRA 2024! |
36 | 20 |
|
37 |
| -## Resources |
38 |
| - * [Liquid syntax guide](https://shopify.github.io/liquid/tags/control-flow/) |
39 |
| - * [MathJax Documentation](https://docs.mathjax.org/en/latest/) |
40 |
| - |
41 |
| -## MathJax |
42 |
| - |
43 |
| -Support for MathJax Version 3.0 is included in the template: |
44 |
| - |
45 |
| -$$ |
46 |
| -\displaylines{ |
47 |
| -\nabla \cdot E= \frac{\rho}{\epsilon_0} \\\ |
48 |
| -\nabla \cdot B=0 \\\ |
49 |
| -\nabla \times E= -\partial_tB \\\ |
50 |
| -\nabla \times B = \mu_0 \left(J + \varepsilon_0 \partial_t E \right) |
51 |
| -} |
52 |
| -$$ |
53 |
| - |
54 |
| -The default delimiters of `$$...$$` and `\\[...\\]` are supported for displayed mathematics, while `\\(...\\)` should be used for in-line mathematics (ex., \\(a^2 + b^2 = c^2\\)) |
55 |
| - |
56 |
| -**Note** that since Academic Pages uses Markdown which cases some interference with MathJax and LaTeX for escaping characters and new lines, although [some workarounds exist](https://math.codidact.com/posts/278763/278772#answer-278772). |
57 |
| - |
58 |
| -## Markdown guide |
59 |
| - |
60 |
| -Academic Pages uses [kramdown](https://kramdown.gettalong.org/index.html) for Markdown rendering, which has some differences from other Markdown implementations such as GitHub's. In addition to this guide, please see the [kramdown Syntax page](https://kramdown.gettalong.org/syntax.html) for full documentation. |
61 |
| - |
62 |
| -### Header three |
63 |
| - |
64 |
| -#### Header four |
65 |
| - |
66 |
| -##### Header five |
67 |
| - |
68 |
| -###### Header six |
69 |
| - |
70 |
| -## Blockquotes |
71 |
| - |
72 |
| -Single line blockquote: |
73 |
| - |
74 |
| -> Quotes are cool. |
75 |
| -
|
76 |
| -## Tables |
77 |
| - |
78 |
| -### Table 1 |
79 |
| - |
80 |
| -| Entry | Item | | |
81 |
| -| -------- | ------ | ------------------------------------------------------------ | |
82 |
| -| [John Doe](#) | 2016 | Description of the item in the list | |
83 |
| -| [Jane Doe](#) | 2019 | Description of the item in the list | |
84 |
| -| [Doe Doe](#) | 2022 | Description of the item in the list | |
85 |
| - |
86 |
| -### Table 2 |
87 |
| - |
88 |
| -| Header1 | Header2 | Header3 | |
89 |
| -|:--------|:-------:|--------:| |
90 |
| -| cell1 | cell2 | cell3 | |
91 |
| -| cell4 | ce |
92 |
| -ll5 | cell6 | |
93 |
| -|-----------------------------| |
94 |
| -| cell1 | cell2 | cell3 | |
95 |
| -| cell4 | cell5 | cell6 | |
96 |
| -|=============================| |
97 |
| -| Foot1 | Foot2 | Foot3 | |
98 |
| - |
99 |
| -## Definition Lists |
100 |
| - |
101 |
| -Definition List Title |
102 |
| -: Definition list division. |
103 |
| - |
104 |
| -Startup |
105 |
| -: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. |
106 |
| - |
107 |
| -#dowork |
108 |
| -: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. |
109 |
| - |
110 |
| -Do It Live |
111 |
| -: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. |
112 |
| - |
113 |
| -## Unordered Lists (Nested) |
114 |
| - |
115 |
| - * List item one |
116 |
| - * List item one |
117 |
| - * List item one |
118 |
| - * List item two |
119 |
| - * List item three |
120 |
| - * List item four |
121 |
| - * List item two |
122 |
| - * List item three |
123 |
| - * List item four |
124 |
| - * List item two |
125 |
| - * List item three |
126 |
| - * List item four |
127 |
| - |
128 |
| -## Ordered List (Nested) |
129 |
| - |
130 |
| - 1. List item one |
131 |
| - 1. List item one |
132 |
| - 1. List item one |
133 |
| - 2. List item two |
134 |
| - 3. List item three |
135 |
| - 4. List item four |
136 |
| - 2. List item two |
137 |
| - 3. List item three |
138 |
| - 4. List item four |
139 |
| - 2. List item two |
140 |
| - 3. List item three |
141 |
| - 4. List item four |
142 |
| - |
143 |
| -## Buttons |
144 |
| - |
145 |
| -Make any link standout more when applying the `.btn` class. |
146 |
| - |
147 |
| -## Notices |
148 |
| - |
149 |
| -Basic notices or call-outs are supported using the following syntax: |
150 |
| - |
151 |
| -```markdown |
152 |
| -**Watch out!** You can also add notices by appending `{: .notice}` to the line following paragraph. |
153 |
| -{: .notice} |
154 |
| -``` |
155 |
| - |
156 |
| -which wil render as: |
157 |
| - |
158 |
| -**Watch out!** You can also add notices by appending `{: .notice}` to the line following paragraph. |
159 |
| -{: .notice} |
160 |
| - |
161 |
| -### Footnotes |
162 |
| - |
163 |
| -Footnotes can be useful for clarifying points in the text, or citing information.[^1] Markdown support numeric footnotes, as well as text as long as the values are unique.[^note] |
164 |
| - |
165 |
| -```markdown |
166 |
| -This is the regular text.[^1] This is more regular text.[^note] |
167 |
| - |
168 |
| -[^1]: This is the footnote itself. |
169 |
| -[^note]: This is another footnote. |
170 |
| -``` |
171 |
| - |
172 |
| -[^1]: Such as this footnote. |
173 |
| -[^note]: When using text for footnotes markers, no spaces are permitted in the name. |
174 |
| - |
175 |
| -## HTML Tags |
176 |
| - |
177 |
| -### Address Tag |
178 |
| - |
179 |
| -<address> |
180 |
| - 1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States |
181 |
| -</address> |
182 |
| - |
183 |
| -### Anchor Tag (aka. Link) |
184 |
| - |
185 |
| -This is an example of a [link](http://github.com "Github"). |
186 |
| - |
187 |
| -### Abbreviation Tag |
188 |
| - |
189 |
| -The abbreviation CSS stands for "Cascading Style Sheets". |
190 |
| - |
191 |
| -*[CSS]: Cascading Style Sheets |
192 |
| - |
193 |
| -### Cite Tag |
194 |
| - |
195 |
| -"Code is poetry." ---<cite>Automattic</cite> |
196 |
| - |
197 |
| -### Code Tag |
198 |
| - |
199 |
| -You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. |
200 |
| - |
201 |
| -You can also write larger blocks of code with syntax highlighting supported for some languages, such as Python: |
202 |
| - |
203 |
| -```python |
204 |
| -print('Hello World!') |
205 |
| -``` |
206 |
| - |
207 |
| -or R: |
208 |
| - |
209 |
| -```R |
210 |
| -print("Hello World!", quote = FALSE) |
211 |
| -``` |
212 |
| - |
213 |
| -### Details Tag (collapsible sections) |
214 |
| - |
215 |
| -The HTML `<details>` tag works well with Markdown and allows you to include collapsible sections, see [W3Schools](https://www.w3schools.com/tags/tag_details.asp) for more information on how to use the tag. |
216 |
| - |
217 |
| -<details> |
218 |
| - <summary>Collapsed by default</summary> |
219 |
| - This section was collapsed by default! |
220 |
| -</details> |
221 |
| - |
222 |
| -The source code: |
223 |
| - |
224 |
| -```HTML |
225 |
| -<details> |
226 |
| - <summary>Collapsed by default</summary> |
227 |
| - This section was collapsed by default! |
228 |
| -</details> |
229 |
| -``` |
230 |
| - |
231 |
| -Or, you can leave a section open by default by including the `open` attribute in the tag: |
232 |
| - |
233 |
| -<details open> |
234 |
| - <summary>Open by default</summary> |
235 |
| - This section is open by default thanks to open in the <details open> tag! |
236 |
| -</details> |
237 |
| - |
238 |
| - |
239 |
| -### Emphasize Tag |
240 |
| - |
241 |
| -The emphasize tag should _italicize_ text. |
242 |
| - |
243 |
| -### Insert Tag |
244 |
| - |
245 |
| -This tag should denote <ins>inserted</ins> text. |
246 |
| - |
247 |
| -### Keyboard Tag |
248 |
| - |
249 |
| -This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag. |
250 |
| - |
251 |
| -### Preformatted Tag |
252 |
| - |
253 |
| -This tag styles large blocks of code. |
254 |
| - |
255 |
| -<pre> |
256 |
| -.post-title { |
257 |
| - margin: 0 0 5px; |
258 |
| - font-weight: bold; |
259 |
| - font-size: 38px; |
260 |
| - line-height: 1.2; |
261 |
| - and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; |
262 |
| -} |
263 |
| -</pre> |
264 |
| - |
265 |
| -### Quote Tag |
266 |
| - |
267 |
| -<q>Developers, developers, developers…</q> –Steve Ballmer |
268 |
| - |
269 |
| -### Strike Tag |
270 |
| - |
271 |
| -This tag will let you <strike>strikeout text</strike>. |
272 |
| - |
273 |
| -### Strong Tag |
274 |
| - |
275 |
| -This tag shows **bold text**. |
276 |
| - |
277 |
| -### Subscript Tag |
278 |
| - |
279 |
| -Getting our science styling on with H<sub>2</sub>O, which should push the "2" down. |
280 |
| - |
281 |
| -### Superscript Tag |
282 |
| - |
283 |
| -Still sticking with science and Isaac Newton's E = MC<sup>2</sup>, which should lift the 2 up. |
284 |
| - |
285 |
| -### Variable Tag |
286 |
| - |
287 |
| -This allows you to denote <var>variables</var>. |
288 |
| - |
289 |
| -*** |
290 |
| -**Footnotes** |
291 |
| - |
292 |
| -The footnotes in the page will be returned following this line, return to the section on <a href="#footnotes">Markdown Footnotes</a>. |
| 21 | +* (2023/12), paper on Goal-LBP: Goal-based Local Behavior Guided Trajectory Prediction for Autonomous Driving is accepted to IEEE-TITS! |
293 | 22 |
|
| 23 | +* (2022/8), paper on Robustness of trajectory prediction models under map-based attacks is accepted to WACV 2023! |
0 commit comments