-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (124 loc) · 5.67 KB
/
index.html
File metadata and controls
129 lines (124 loc) · 5.67 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<title> Majeed Kassis Github </title>
<!-- Standards !-->
<meta charset="utf-8"><!-- html5 version of http-equiv="Content-Type"... -->
<meta name="description" content="Majeed Kassis">
<meta name="keywords" content="radial-descriptor machine-learning deep-learning alignment layout-analysis interactive-segmentation react mongodb mongoose redux express node gabor-filter ">
<link rel="author" href="https://majeek.github.io" />
<link rel="canonical" href="https://majeek.github.io" />
<!-- For Google !-->
<meta itemprop="name" content="Majeed Kassis">
<meta itemprop="description" content="My research work. Code and tutorials of my publications. React Boilerplate">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
</head>
<body>
<br/>
<div class="container">
<div class="panel panel-primary">
<div class="panel-heading">
<h1> Publications </h1>
</div>
<div class="panel-body">
<p>
My research work<br/>
Code and tutorials of my publications.
</p>
<ul>
<li><h5>Learning Free Manuscripts Line Detection using Distance Transform Graph</h5>
<p>
[<a href="">paper</a>]
[<a href="https://github.com/majeek/learning-free-line-extraction-using-document-graph">project</a>]
[<a href="">tutorial</a>]
</p></li>
<li><h5>Writing Style Invariant Deep Learning Model for Historical Manuscripts Alignment</h5>
<p>
[<a href="https://arxiv.org/abs/1806.03987">paper</a>]
[project]
[<a href="tutorials/multiWriterAlignment/">tutorial</a>]
</p></li>
<li><h5>Alignment of Historical Handwritten Manuscripts using Siamese Neural Network</h5>
<p>
[<a href="https://www.cs.bgu.ac.il/~majeek/publications/3586a294.pdf">paper</a>]
[<a href="https://github.com/majeek/manuscriptAlignment/">project</a>]
[<a href="tutorials/manuscriptAlignment/">tutorial</a>]
</p></li>
<li><h5>Scribble Based Interactive Page Layout Segmentation using Gabor Filter</h5>
<p>
[<a href="https://www.cs.bgu.ac.il/~majeek/publications/0981a013.pdf">paper</a>]
[<a href="https://github.com/majeek/scribbleSegmentation/">project</a>]
[<a href="tutorials/scribbleSegmentation/">tutorial</a>]
</p></li>
<li><h5>VML-HD: The Historical Arabic Documents Dataset for Recognition Systems</h5>
<p>
[<a href="https://www.cs.bgu.ac.il/~majeek/publications/paper_006.pdf">paper</a>]
[<a href="https://github.com/majeek/vml-hd/blob/master/parser/">project</a>]
[<a href="tutorials/vmlHD/">tutorial</a>]
[<a href="https://github.com/majeek/vmlHD/">dataset</a>]
</p></li>
<li><h5>Word Spotting using Radial Descriptor</h5>
<p>
[<a href="https://www.cs.bgu.ac.il/~majeek/publications/4334a387.pdf">paper</a>]
[<a href="https://github.com/majeek/radialDescriptor/">project</a>]
[tutorial]
</p></li>
</ul>
</div>
<div class="panel-body">
<p>
My non-research work<br/>
Code and tutorials of my coding projects.
</p>
<ul>
<li>
<h5>Recipes!</h5>
<p>
It contains the basics of MERN stack development.
It has a database (MongoDB), model (Mongoose), back-end api(Express),
and front-end consisting of React components, containers,
Redux store, Reducers and Sagas, and Material-UI.
</p>
<p>
[<a href="https://github.com/majeek/recipes-/">project</a>]
[react]
[<a href="tutorials/react-redux-mongoose-boilerplate-basics/redux-store-actions-constants-reducers-immutablejs/">redux store</a>]
[<a href="tutorials/react-redux-mongoose-boilerplate-basics/redux-saga/">redux saga</a>]
[<a href="tutorials/react-redux-mongoose-boilerplate-basics/simple-login-redux-saga/">simple login</a>]
[<a href="tutorials/react-redux-mongoose-boilerplate-basics/binary-data-upload-FormData-XMLHttpRequest-Multer/">binary data upload</a>]
[back-end api]
[mongoose]
[material-ui]
</p>
</li>
</ul>
</div>
<div class="panel-footer">
<a href='https://www.cs.bgu.ac.il/~majeek/'>homepage</a><br/>
<a href='https://github.com/majeek'>github</a><br/>
<a href="https://www.linkedin.com/in/majeek/">linkedin</a><br/>
Updated: June 12th, 2019
</div>
</div>
</div>
</body>
<!-- Default Statcounter code for Majeek.github.io
http://majeek.github.io -->
<script type="text/javascript">
var sc_project=11697843;
var sc_invisible=1;
var sc_security="2337f560";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="web stats"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/11697843/0/2337f560/1/" alt="web
stats"></a></div></noscript>
<!-- End of Statcounter Code -->
</html>