-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME.html
More file actions
30 lines (25 loc) · 1.32 KB
/
README.html
File metadata and controls
30 lines (25 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TextProcessingWorkingGroup</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
</style>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
</head>
<body class="vscode-light">
<h1 id="textprocessingworkinggroup">TextProcessingWorkingGroup</h1>
<p>Notebooks, data and code related to Text Processing Working Group at Drexel CCI.</p>
<p><a href="https://palashpandey.github.io/TextProcessingWorkingGroup/">https://palashpandey.github.io/TextProcessingWorkingGroup/</a></p>
<p><img src="file:///c:\Users\pxp142\Documents\WorkingGroup\HomePageFiles%5CTextProcessingGroupEventbrite.png" alt="Working Group Logo"></p>
</body>
</html>