Skip to content

Commit 1ddb5bf

Browse files
Update index.html
1 parent 86cf972 commit 1ddb5bf

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

publications/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@
2222
h2 { color: #34495e; margin-top: 30px; }
2323
.meta-box { background: #f8f9fa; border-left: 5px solid #007bff; padding: 15px; margin: 20px 0; border-radius: 4px; }
2424
.doi-badge { display: inline-block; background: #007bff; color: white; padding: 2px 8px; border-radius: 3px; text-decoration: none; font-weight: bold; }
25+
.osf-badge { display: inline-block; background: #00b4d8; color: white; padding: 2px 8px; border-radius: 3px; text-decoration: none; font-weight: bold; }
2526
pre { background: #2d3436; color: #dfe6e9; padding: 15px; border-radius: 5px; overflow-x: auto; font-size: 0.9em; }
2627
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
2728
th, td { text-align: left; padding: 12px; border-bottom: 1px solid #ddd; }
2829
th { background-color: #f2f2f2; }
2930
.btn { display: inline-block; background: #28a745; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; margin-top: 10px; }
3031
.btn:hover { background: #218838; }
32+
.btn-osf { background: #00b4d8; }
33+
.btn-osf:hover { background: #0096c7; }
3134
</style>
3235
</head>
3336
<body>
@@ -41,7 +44,8 @@ <h1>PICA: Advanced High-Precision Transport Measurement Automation with Python</
4144

4245
<div class="meta-box">
4346
<strong>Preprint Status:</strong> Published on December 22, 2025.<br>
44-
<strong>DOI:</strong> <a href="https://doi.org/10.5281/zenodo.18377216" class="doi-badge">10.5281/zenodo.18377216</a>
47+
<strong>DOI (Zenodo):</strong> <a href="https://doi.org/10.5281/zenodo.18377216" class="doi-badge">10.5281/zenodo.18377216</a><br>
48+
<strong>DOI (OSF):</strong> <a href="https://doi.org/10.17605/OSF.IO/7QK2S" class="osf-badge">10.17605/OSF.IO/7QK2S</a>
4549
</div>
4650

4751
<section>
@@ -51,6 +55,7 @@ <h2>Abstract</h2>
5155
</p>
5256
<a href="pica-paper.pdf" class="btn">View PDF Preprint</a>
5357
<a href="https://www.academia.edu/165176821/PICA_Advanced_High_Precision_Transport_Measurement_Automation_with_Python" class="btn" style="margin-left: 10px;">View on Academia.edu</a>
58+
<a href="https://osf.io/7qk2s/files/gc93r" class="btn btn-osf" style="margin-left: 10px;">View on OSF</a>
5459
</section>
5560

5661
<section>

0 commit comments

Comments
 (0)