-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
48 lines (40 loc) · 3.45 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>index on Jude Khouja</title>
<link>https://jkhouja.net/</link>
<description>Recent content in index on Jude Khouja</description>
<generator>Hugo -- gohugo.io</generator><atom:link href="https://jkhouja.net/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>index</title>
<link>https://jkhouja.net/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jkhouja.net/about/</guid>
<description>I am a computer science practitioner working mostly on problems in natural language processing (NLP), machine learning (ML) and computational social sciences (CSS). I completed my masters in Information Management at University of Maryland, College Park where I worked with Jordan Boyd-Graber. I have a bachelor in engineering in Computer Science from Damascus University. More in my resume.
Research I worked mostly on problems in NLP; specifically language modeling, topic modeling and supervised/ unsupervised learning.</description>
</item>
<item>
<title>Publications</title>
<link>https://jkhouja.net/publications/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jkhouja.net/publications/</guid>
<description>Jude Khouja. &ldquo;Stance Prediction and Claim Verification: An Arabic Perspective.&rdquo; Proceedings of the Third Workshop on Fact Extraction and VERification (FEVER) workshop at ACL 2020, (2020). [Paper, Data]
Mohamad Alkhouja. &ldquo;Social media for political change: the activists, governments, and firms triangle of powers during the Arab movement.&rdquo; Handbook of Research on Political Activism in the Information Age.&quot; In: Solo, A.G.M. (ed.) Handbook of Research on Political Activism in the Information Age.</description>
</item>
<item>
<title>Random Content</title>
<link>https://jkhouja.net/content/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jkhouja.net/content/</guid>
<description>These are some of the useful things I have tracked through the years:
VIM Commands I use frequently</description>
</item>
<item>
<title>VIM cheatsheet</title>
<link>https://jkhouja.net/contents/vim_cheatsheet/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jkhouja.net/contents/vim_cheatsheet/</guid>
<description>&#39;\&#39; is the default &lt;leader&gt; in vim. Basics Saving and Exiting :w Save :wq Save and quit :q Quit :q! Quit without Saving Managing Buffers :e filename Edit a file in a new buffer :ls List opened buffers :b [chars]+ tab switch to buffer :bnext (or :bn) go to next buffer :bprev (of :bp) go to previous buffer :bd delete a buffer (close a file) Splitting windows :sp filename Open a file in a new horizontally split window :vs filename Open a file in a new vertically split window ctrl+ws Split windows horizontally ctrl+wv Split windows vertically ctrl+ww switch between windows ctrl+wq Quit a window Modes Esc Normal Mode i Insert Mode I Insert Mode from in Visual Mode v Visual Mode Shft + v Visual Line Mode Ctrl + v Visual Block Mode | R Replace Mode Basic commands ctrl + L Refresh screen u Undo Ctrl-r Redo / Search (See search section) .</description>
</item>
</channel>
</rss>