-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (95 loc) · 5.65 KB
/
index.html
File metadata and controls
108 lines (95 loc) · 5.65 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>#TaxDirection</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #FFF;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 20px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
}
/* New styles for the horizontal arrow */
.arrow {
position: relative;
font-weight: bold;
}
.arrow::before {
content: "\2192"; /* Unicode character for a rightwards arrow */
position: absolute;
top: -0.5em; /* Adjust this value to place the arrow where you want */
left: 0;
color: inherit; /* Same color as the text */
}
</style>
</head>
<body>
<header>
<h1>#<span class="arrow">TaxDirection</span>: Revolutionizing <span class="arrow">Tax</span> from a scaler to a <span class="arrow">vector</span></h1>
<h2>A feedback mechanism enabling governments to develop hyperlocal projects to solve taxpayer-specific-problems holistically</h2>
</header>
<section class="glistening-effect">
<h2>Suggest how you wish your tax to be directed here: <a href="https://forms.gle/6CCyEZCTAKirK1HF9" target="_blank">https://forms.gle/6CCyEZCTAKirK1HF9</a></h2>
<h2>Vizualize the aggregated clustered outputs as project proposals here: <a href="https://github.com/SanTanBan/TaxDirection" target="_blank">https://github.com/SanTanBan/TaxDirection</a></h2>
</section>
<img src="Annexure (Old Files with elaborate comments)/RQ.png" alt="TaxDirection submission QR">
<section class="container">
<h2>Citizen! Submit your Problem</h2>
<h3>(alongwith the suggested solution if you have thought of one)</h3>
<p class="glistening-effect">
<ul>
<li class="glistening-effect_2">Use this Google Form to submit your Problem: <a href="https://forms.gle/6CCyEZCTAKirK1HF9" target="_blank">https://forms.gle/6CCyEZCTAKirK1HF9</a></li>
<li>Support us on Change.org: <a href="https://chng.it/WD4hqYxJ9d" target="_blank">https://chng.it/WD4hqYxJ9d</a></li>
</ul>
</p>
<h2>You may refer to more details about Tax Direction here:</h2>
<p>
<ul>
<li>OK Tax Direction WebPage: <a href="https://omdena.com/chapter-challenges/tax-allocation-system-creation-allowing-hyperlocal-government-investment-into-targeted-sustainable-developmental-solutions/" target="_blank">https://omdena.com/chapter-challenges/tax-allocation-system-creation-allowing-hyperlocal-government-investment-into-targeted-sustainable-developmental-solutions/</a></li>
<li>OK Tax Direction GitHub Repository: <a href="https://github.com/OmdenaAI/kharagpur-chapter-tax-allocation-system" target="_blank">https://github.com/OmdenaAI/kharagpur-chapter-tax-allocation-system</a></li>
<li>OK Tax Direction Notion: <a href="https://omdenadocs.notion.site/Kharagpur-India-Chapter-Tax-allocation-system-creation-allowing-hyperlocal-government-investment--667c22f2bdc343c48c5b3e1f8b1bd2fd" target="_blank">https://omdenadocs.notion.site/Kharagpur-India-Chapter-Tax-allocation-system-creation-allowing-hyperlocal-government-investment--667c22f2bdc343c48c5b3e1f8b1bd2fd</a></li>
</ul>
</p>
<h2>The latest clustering of Tax Direction is shown below:</h2>
<h3>( based on MyGov.in suggestions scraped till January 2023, dataset available: <a href="https://github.com/SanTanBan/MyGov-Idea-Box-Suggestions-Scraping" target="_blank">https://github.com/SanTanBan/MyGov-Idea-Box-Suggestions-Scraping</a> )</h3>
<h2>We are moving this to HuggingFace Spaces as its UI development is very easy and splendid: <a href="https://huggingface.co/spaces/SantanuBanerjee/TaxDirection" target="_blank">https://huggingface.co/spaces/SantanuBanerjee/TaxDirection</a> </h2>
</section>
<img src="Annexure (Old Files with elaborate comments)/Project Financial Weights_HeatMap.png" alt="Tax Tokens allocated to each Problem-Location Cluster">
<img src="Annexure (Old Files with elaborate comments)/SentimentScores_HeatMap_RedHigh.png" alt="Sentiment Score of each Problem-Location Cluster">
<section>
<h2>OK is now on Social Media:</h2>
<p>
You can connect with Omdena Kharagpur (OK) on various social media platforms:
<ul>
<li>Follow us on FaceBook: <a href="https://www.facebook.com/people/Omdena-Kharagpur/100086423540476/" target="_blank">https://www.facebook.com/people/Omdena-Kharagpur/100086423540476/</a></li>
<li>We are most active on LinkedIn: <a href="https://www.linkedin.com/company/omdena-kharagpur" target="_blank">https://www.linkedin.com/company/omdena-kharagpur/</a></li>
<li><a href="https://chat.openai.com/share/c6e73236-7885-4355-b0bf-236d7e7c0654" target="_blank">How to create this page?</a></li>
</ul>
</p>
</section>
</body>
</html>