Skip to content

Commit 791d1bd

Browse files
committed
Revert "Simplify index.md to use pure markdown"
This reverts commit 30514a4.
1 parent 30514a4 commit 791d1bd

2 files changed

Lines changed: 73 additions & 73 deletions

File tree

assets/main.scss

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -224,34 +224,6 @@ svg.slash path {
224224
}
225225

226226

227-
// Landingpage content container - auto-center all content
228-
.landingpage {
229-
> h2, > p, > ul, > ol, > blockquote, > pre, > hr {
230-
max-width: 992px;
231-
margin-left: auto;
232-
margin-right: auto;
233-
padding-left: 1rem;
234-
padding-right: 1rem;
235-
}
236-
237-
// Narrower max-width for smaller screens
238-
@media (max-width: 1199px) {
239-
> h2, > p, > ul, > ol, > blockquote, > pre, > hr {
240-
max-width: 720px;
241-
}
242-
}
243-
@media (max-width: 991px) {
244-
> h2, > p, > ul, > ol, > blockquote, > pre, > hr {
245-
max-width: 640px;
246-
}
247-
}
248-
@media (max-width: 767px) {
249-
> h2, > p, > ul, > ol, > blockquote, > pre, > hr {
250-
max-width: 540px;
251-
}
252-
}
253-
}
254-
255227
.landingpage h2 {
256228
font-family: Conv_Octarine-Bold;
257229
padding-top: 1.5rem;
@@ -264,12 +236,6 @@ svg.slash path {
264236
margin-top: 1.5rem;
265237
}
266238

267-
// Lead paragraph styling for landingpage
268-
.landingpage > p.lead {
269-
text-align: center;
270-
margin-bottom: 2rem;
271-
}
272-
273239
.currency {
274240
h3 {
275241
font-family: Conv_Octarine-Light;

index.md

Lines changed: 73 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,92 +3,126 @@ layout: home
33
title: Home
44
---
55

6-
{:.lead .text-center}
7-
GraphSense is a cryptoasset analytics platform emphasizing full data sovereignty, algorithmic transparency, and scalability. GraphSense is open-source and free. It provides a dashboard for interactive investigations and, more importantly, complete data control for automatizing cryptoasset analytics workflows.
6+
<div class="container mt-3">
7+
<p class="lead text-center">
8+
GraphSense is a cryptoasset analytics platform emphasizing full data sovereignty, algorithmic transparency, and scalability. GraphSense is open-source and free. It provides a dashboard for interactive investigations and, more importantly, complete data control for automatizing cryptoasset analytics workflows.
9+
</p>
10+
</div>
811

912
## Origin & Background
1013

11-
GraphSense originated in 2015 as a publicly funded research project at the [Austrian Institute of Technology (AIT)](https://www.ait.ac.at){:target="_blank"}, led by [Bernhard Haslhofer](https://bernhardhaslhofer.info/){:target="_blank"} as Principal Investigator. Since then, development has been carried out in collaboration with the [Complexity Science Hub](https://www.csh.ac.at){:target="_blank"} and has been supported by several public funding programs, including the Austrian FFG ([IKT der Zukunft](https://iktderzukunft.at/en/projects/graph-sense.php){:target="_blank"}, [KIRAS](https://www.kiras.at/){:target="_blank"}), and the EU Horizon 2020 program ([TITANIUM](https://www.titanium-project.eu/){:target="_blank"}).
14+
<div class="container">
1215

13-
In 2021, the core development team founded [Iknaio Cryptoasset Analytics GmbH](https://www.iknaio.com){:target="_blank"} to provide GraphSense as a hosted service with near real-time data updates and to develop additional operational tools — such as [Pathfinder](https://www.iknaio.com/platform){:target="_blank"}, [CaseConnect](https://www.iknaio.com/platform#caseconnect){:target="_blank"}, and [QuickLock](https://www.iknaio.com/platform#quicklock){:target="_blank"} — on top of the open-source platform.
16+
<p>GraphSense originated in 2015 as a publicly funded research project at the <a href="https://www.ait.ac.at" target="_blank">Austrian Institute of Technology (AIT)</a>, led by <a href="https://bernhardhaslhofer.info/" target="_blank">Bernhard Haslhofer</a> as Principal Investigator. Since then, development has been carried out in collaboration with the <a href="https://www.csh.ac.at" target="_blank">Complexity Science Hub</a> and has been supported by several public funding programs, including the Austrian FFG (<a href="https://iktderzukunft.at/en/projects/graph-sense.php" target="_blank">IKT der Zukunft</a>, <a href="https://www.kiras.at/" target="_blank">KIRAS</a>), and the EU Horizon 2020 program (<a href="https://www.titanium-project.eu/" target="_blank">TITANIUM</a>).</p>
1417

15-
GraphSense itself remains fully open-source and [MIT-licensed](https://github.com/graphsense){:target="_blank"}. Iknaio is the commercial service and development partner; the two are complementary, not competing.
18+
<p>In 2021, the core development team founded <a href="https://www.iknaio.com" target="_blank">Iknaio Cryptoasset Analytics GmbH</a> to provide GraphSense as a hosted service with near real-time data updates and to develop additional operational tools — such as <a href="https://www.iknaio.com/platform" target="_blank">Pathfinder</a>, <a href="https://www.iknaio.com/platform#caseconnect" target="_blank">CaseConnect</a>, and <a href="https://www.iknaio.com/platform#quicklock" target="_blank">QuickLock</a> — on top of the open-source platform.</p>
1619

17-
## Supported Assets
20+
<p>GraphSense itself remains fully open-source and <a href="https://github.com/graphsense" target="_blank">MIT-licensed</a>. Iknaio is the commercial service and development partner; the two are complementary, not competing.</p>
21+
22+
</div>
1823

19-
{:.lead .text-center .mb-5}
20-
The GraphSense system design supports UTXO- (e.g., Bitcoin) and account-model (e.g., Ethereum, Tron) ledgers. Currently, adapters are available for major cryptocurrencies like Bitcoin, Bitcoin Cash, Litecoin, Zcash, Ethereum and Tron. Additional ledgers can be integrated by implementing a lightweight adapter component.
24+
## Supported Assets
2125

2226
<div class="container">
27+
28+
<p class="lead mb-5 text-center">The GraphSense system design supports UTXO- (e.g., Bitcoin) and account-model (e.g., Ethereum, Tron) ledgers. Currently, adapters are available for major cryptocurrencies like Bitcoin, Bitcoin Cash, Litecoin, Zcash, Ethereum and Tron. Additional ledgers can be integrated by implementing a lightweight adapter component.</p>
29+
2330
<div class="row" style="justify-content:center">
31+
2432
{% for currency in site.data.currencies %}
2533
{% assign curr = currency[0] %}
2634
{% assign stats=currency[1] %}
2735
{% include currency.html stats=stats currency=curr %}
2836
{% endfor %}
37+
2938
</div>
3039
</div>
3140

3241
## Features
3342

3443
<ul class="container features d-flex flex-row flex-wrap w-100">
3544
{% for feature in site.data.features %}
36-
<li><i class="{{feature.collection | default: "fa" }} fa-{{ feature.icon }}"></i> <strong>{{ feature.heading }}</strong> <div class="lead">{{ feature.text }}</div></li>
45+
<li><i class="{{feature.collection | default: "fa" }} fa-{{ feature.icon }}"></i> <strong>{{ feature.heading }}</strong> <div class="lead">{{ feature.text }}</div></li>
3746
{% endfor %}
3847
</ul>
3948

4049
## System Description / White paper
4150

42-
Haslhofer, B., Stütz, R., Romiti, M., & King, R. (2021). **GraphSense: A general-purpose cryptoasset analytics platform.** arXiv preprint. [(pdf)](https://arxiv.org/abs/2102.13613)
51+
<div class="container">
52+
53+
<p>Haslhofer, B., Stütz, R., Romiti, M., & King, R. (2021). GraphSense: A general-purpose cryptoasset analytics platform. Arxiv pre-print.
54+
<a href="https://arxiv.org/abs/2102.13613">(pdf)</a></p>
55+
56+
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>@article{Haslhofer:2021a,
57+
title = {GraphSense: A General-Purpose Cryptoasset Analytics Platform},
58+
author = {Bernhard Haslhofer and Rainer Stütz and Matteo Romiti and Ross King},
59+
year = {2021},
60+
journal = {Arxiv pre-print},
61+
url = {https://arxiv.org/abs/2102.13613}
62+
}
63+
</code></pre></div></div>
64+
</div>
4365

44-
```bibtex
45-
@article{Haslhofer:2021a,
46-
title = {GraphSense: A General-Purpose Cryptoasset Analytics Platform},
47-
author = {Bernhard Haslhofer and Rainer Stütz and Matteo Romiti and Ross King},
48-
year = {2021},
49-
journal = {arXiv preprint},
50-
url = {https://arxiv.org/abs/2102.13613}
51-
}
52-
```
5366

5467
## Scientific Studies
5568

56-
GraphSense has already supported several scientific studies:
69+
<div class="container">
5770

58-
Stütz, R., Stifter, N., Dragaschnig, M., Haslhofer, B., & Judmayer, A. (2026). **Reuse of Public Keys Across UTXO and Account-Based Cryptocurrencies.** arXiv preprint. [(pdf)](https://arxiv.org/abs/2601.19500)
71+
<p>GraphSense has already supported several scientific studies:</p>
5972

60-
Avice, R., Haslhofer, B., Li, Z., & Zhou, J. (2026). **Linking cryptoasset attribution tags to knowledge graph entities: An LLM-based approach.** Financial Cryptography and Data Security (FC 2026). [(pdf)](https://fc25.ifca.ai/preproceedings/74.pdf)
73+
<p>Stütz, R., Stifter, N., Dragaschnig, M., Haslhofer, B., & Judmayer, A. (2026). <strong>Reuse of Public Keys Across UTXO and Account-Based Cryptocurrencies.</strong> arXiv preprint.
74+
<a href="https://arxiv.org/abs/2601.19500">(pdf)</a></p>
6175

62-
Saggese, P., Segalla, E., Sigmund, M., Raunig, B., Zangerl, F., & Haslhofer, B. (2024). **Assessing the solvency of virtual asset service providers: Are current standards sufficient?** Applied Economics. [(pdf)](https://www.tandfonline.com/doi/abs/10.1080/00036846.2024.2396640)
76+
<p>Avice, R., Haslhofer, B., Li, Z., & Zhou, J. (2026). <strong>Linking cryptoasset attribution tags to knowledge graph entities: An LLM-based approach.</strong> Financial Cryptography and Data Security (FC 2026).
77+
<a href="https://fc25.ifca.ai/preproceedings/74.pdf">(pdf)</a></p>
6378

64-
Niedermayer, T., Saggese, P., & Haslhofer, B. (2024). **Detecting financial bots on the Ethereum blockchain.** Companion Proceedings of the ACM Web Conference 2024. [(pdf)](https://doi.org/10.1145/3589335.3651959)
79+
<p>Saggese, P., Segalla, E., Sigmund, M., Raunig, B., Zangerl, F., & Haslhofer, B. (2024). <strong>Assessing the solvency of virtual asset service providers: Are current standards sufficient?</strong> Applied Economics.
80+
<a href="https://www.tandfonline.com/doi/abs/10.1080/00036846.2024.2396640">(pdf)</a></p>
6581

66-
Haslhofer, B., Hanslbauer, C., Fröwis, M., & Goger, T. (2023). **Increasing the efficiency of cryptoasset investigations by connecting the cases.** APWG Symposium on Electronic Crime Research (eCrime 2023). [(pdf)](https://docs.apwg.org/ecrimeresearch/2023/20240328851329400.pdf)
82+
<p>Niedermayer, T., Saggese, P., & Haslhofer, B. (2024). <strong>Detecting financial bots on the Ethereum blockchain.</strong> Companion Proceedings of the ACM Web Conference 2024.
83+
<a href="https://doi.org/10.1145/3589335.3651959">(pdf)</a></p>
6784

68-
Stütz, R., Stockinger, J., Haslhofer, B., Moreno-Sanchez, P., & Maffei, M. (2022). **Adoption and actual privacy of decentralized CoinJoin implementations in bitcoin.** Proceedings of the 4th ACM Conference on Advances in Financial Technologies (AFT 2022). [(pdf)](https://arxiv.org/abs/2109.10229)
85+
<p>Haslhofer, B., Hanslbauer, C., Fröwis, M., & Goger, T. (2023). <strong>Increasing the efficiency of cryptoasset investigations by connecting the cases.</strong> APWG Symposium on Electronic Crime Research (eCrime 2023).
86+
<a href="https://docs.apwg.org/ecrimeresearch/2023/20240328851329400.pdf">(pdf)</a></p>
6987

70-
Kappos, G., Yousaf, H., Stütz, R., Rollet, S., Haslhofer, B., & Meiklejohn, S. (2022). **How to peel a million: Validating and expanding bitcoin clusters.** 31st USENIX Security Symposium (USENIX Security 22). [(pdf)](https://www.usenix.org/conference/usenixsecurity22/presentation/kappos)
88+
<p>Stütz, R., Stockinger, J., Haslhofer, B., Moreno-Sanchez, P., & Maffei, M. (2022). <strong>Adoption and actual privacy of decentralized CoinJoin implementations in bitcoin.</strong> Proceedings of the 4th ACM Conference on Advances in Financial Technologies (AFT 2022).
89+
<a href="https://arxiv.org/abs/2109.10229">(pdf)</a></p>
7190

72-
Romiti, M., Victor, F., Moreno-Sanchez, P., Nordholt, P., Haslhofer, B., & Maffei, M. (2021). **Cross-layer deanonymization methods in the lightning protocol.** Financial Cryptography and Data Security (FC 2021). [(pdf)](https://arxiv.org/abs/2007.00764)
91+
<p>Kappos, G., Yousaf, H., Stütz, R., Rollet, S., Haslhofer, B., & Meiklejohn, S. (2022). <strong>How to peel a million: Validating and expanding bitcoin clusters.</strong> 31st USENIX security symposium (USENIX security 22).
92+
<a href="https://www.usenix.org/conference/usenixsecurity22/presentation/kappos">(pdf)</a></p>
7393

74-
Stütz, R., Gaži, P., Haslhofer, B., & Illum, J. (2020). **Stake shift in major cryptocurrencies: An empirical study.** Financial Cryptography and Data Security (FC 2020). [(pdf)](https://arxiv.org/abs/2001.04187)
94+
<p>Romiti, M., Victor, F., Moreno-Sanchez, P., Nordholt, P., Haslhofer, B., & Maffei, M. (2021). <strong>Cross-layer deanonymization methods in the lightning protocol.</strong> Financial cryptography and data security (FC 2021).
95+
<a href="https://arxiv.org/abs/2007.00764">(pdf)</a></p>
7596

76-
Paquet-Clouston, M., Romiti, M., Haslhofer, B., & Charvat, T. (2019). **Spams meet Cryptocurrencies: Sextortion in the Bitcoin Ecosystem.** Advances in Financial Technologies (AFT 2019). [(pdf)](https://arxiv.org/abs/1908.01051)
97+
<p>Stütz, R., Gaži, P., Haslhofer, B., & Illum, J. (2020). <strong>Stake shift in major cryptocurrencies: An empirical study.</strong> Financial cryptography and data security (FC 2020).
98+
<a href="https://arxiv.org/abs/2001.04187">(pdf)</a></p>
7799

78-
Romiti, M., Judmayer, A., Zamyatin, A., & Haslhofer, B. (2019). **A Deep Dive into Bitcoin Mining Pools: An Empirical Analysis of Mining Shares.** Workshop on the Economics of Information Security (WEIS 2019). [(pdf)](https://arxiv.org/abs/1905.05999)
100+
<p>Paquet-Clouston, M., Romiti, M., Haslhofer, B., & Charvat, T. (2019). <strong>Spams meet Cryptocurrencies: Sextortion in the Bitcoin Ecosystem.</strong> Advances in Financial Technologies (AFT 2019).
101+
<a href="https://arxiv.org/abs/1908.01051">(pdf)</a></p>
79102

80-
Paquet-Clouston, M., Haslhofer, B., & Dupont, B. (2019). **Ransomware payments in the bitcoin ecosystem.** Journal of Cybersecurity, 5(1). [(pdf)](https://arxiv.org/abs/1804.04080)
103+
<p>Romiti, M., Judmayer, A., Zamyatin, A., & Haslhofer, B. (2019). <strong>A Deep Dive into Bitcoin Mining Pools: An Empirical Analysis of Mining Shares.</strong> Workshop on the Economics of Information Security (WEIS 2019).
104+
<a href="https://arxiv.org/abs/1905.05999">(pdf)</a></p>
81105

82-
Filtz, E., Polleres, A., Karl, R., & Haslhofer, B. (2017). **Evolution of the Bitcoin Address Graph - An Exploratory Longitudinal Study.** International Data Science Conference (DSC 2017). [(pdf)](https://aic.ai.wu.ac.at/~polleres/publications/filtz-etal-2017IDSC.pdf)
106+
<p>Paquet-Clouston, M., Haslhofer, B., & Dupont, B. (2019). <strong>Ransomware payments in the bitcoin ecosystem.</strong> Journal of Cybersecurity, 5(1).
107+
<a href="https://arxiv.org/abs/1804.04080">(pdf)</a></p>
83108

84-
## Core Team
109+
<p>Filtz, E., Polleres, A., Karl, R., & Haslhofer, B. (2017). <strong>Evolution of the Bitcoin Address Graph - An Exploratory Longitudinal Study.</strong> International Data Science Conference (DSC 2017).
110+
<a href="https://aic.ai.wu.ac.at/~polleres/publications/filtz-etal-2017IDSC.pdf">(pdf)</a></p>
111+
112+
</div>
85113

86-
Bernhard Haslhofer, [Complexity Science Hub Vienna](https://www.csh.ac.at/){:target="_blank"}
114+
## Core Team
87115

88-
Rainer Stütz, [Complexity Science Hub Vienna](https://www.csh.ac.at/){:target="_blank"}
116+
<div class="container">
89117

90-
Matthias Rella, [Iknaio Cryptoasset Analytics GmbH](https://www.iknaio.com/){:target="_blank"}
118+
<p>Bernhard Haslhofer, <a href="https://www.csh.ac.at/" target="_blank">Complexity Science Hub Vienna</a></p>
91119

92-
Michael Fröwis, [Iknaio Cryptoasset Analytics GmbH](https://www.iknaio.com/){:target="_blank"}
120+
<p>Rainer Stütz, <a href="https://www.csh.ac.at/" target="_blank">Complexity Science Hub Vienna</a></p>
121+
122+
<p>Matthias Rella, <a href="https://www.iknaio.com/" target="_blank">Iknaio Cryptoasset Analytics GmbH</a></p>
123+
124+
<p>Michael Fröwis, <a href="https://www.iknaio.com/" target="_blank">Iknaio Cryptoasset Analytics GmbH</a></p>
125+
126+
<p>Thomas Niedermayer, <a href="https://www.iknaio.com/" target="_blank">Iknaio Cryptoasset Analytics GmbH</a></p>
93127

94-
Thomas Niedermayer, [Iknaio Cryptoasset Analytics GmbH](https://www.iknaio.com/){:target="_blank"}
128+
</div>

0 commit comments

Comments
 (0)