Skip to content

Commit 195dc20

Browse files
committed
updates on readme, demo
1 parent 6d9ad9b commit 195dc20

File tree

8 files changed

+1618
-44
lines changed

8 files changed

+1618
-44
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ record.csv
66
ICLR2026_QuantAgent (18).pdf
77
pdf_content.txt
88
read.html
9-
read_files/
9+
read_files/
10+
app/

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,20 @@
3232
</div>
3333

3434
<br>
35-
36-
[![GitHub stars](https://img.shields.io/github/stars/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/stargazers)
37-
[![GitHub forks](https://img.shields.io/github/forks/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/forks)
38-
[![Pull Requests](https://img.shields.io/github/issues-pr/Y-Research-SBU/QuantAgent?label=Pull%20Requests&logo=gitbook)](https://github.com/Y-Research-SBU/QuantAgent/pulls)
39-
40-
[![GitHub issues](https://img.shields.io/github/issues/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/issues)
41-
[![GitHub contributors](https://img.shields.io/github/contributors/Y-Research-SBU/QuantAgent?style=flat&color=2b9348&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/graphs/contributors)
42-
[![GitHub license](https://img.shields.io/github/license/Y-Research-SBU/QuantAgent?style=flat&color=2b9348&logo=open-source-initiative)](https://github.com/Y-Research-SBU/QuantAgent/blob/main/LICENSE)
43-
[![WeChat](https://img.shields.io/badge/WeChat-07C160?style=flat&logo=wechat&logoColor=white)](assets/wechat.jpg)
35+
<p align="center">
36+
<a href="">
37+
<img src="https://img.shields.io/badge/💡%20ArXiv-2508.17188-blue?style=flat-square" alt="Paper">
38+
</a>
39+
<a href="https://Y-Research-SBU.github.io/QuantAgent">
40+
<img src="https://img.shields.io/badge/Project-Website-4285F4?style=flat-square&logo=googlechrome" alt="Project Website">
41+
</a>
42+
<a href="">
43+
<img src="https://img.shields.io/badge/Discord-Community-5865F2?style=flat-square&logo=discord" alt="Discord Community">
44+
</a>
45+
<a href="assets/wechat.jpg">
46+
<img src="https://img.shields.io/badge/WeChat-Group-green?style=flat-square&logo=wechat" alt="WeChat Group">
47+
</a>
48+
</p>
4449

4550
</div>
4651

README_CN.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,20 @@
3434

3535
<br>
3636

37-
[![GitHub stars](https://img.shields.io/github/stars/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/stargazers)
38-
[![GitHub forks](https://img.shields.io/github/forks/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/forks)
39-
[![Pull Requests](https://img.shields.io/github/issues-pr/Y-Research-SBU/QuantAgent?label=Pull%20Requests&logo=gitbook)](https://github.com/Y-Research-SBU/QuantAgent/pulls)
40-
41-
[![GitHub issues](https://img.shields.io/github/issues/Y-Research-SBU/QuantAgent?style=flat&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/issues)
42-
[![GitHub contributors](https://img.shields.io/github/contributors/Y-Research-SBU/QuantAgent?style=flat&color=2b9348&logo=github)](https://github.com/Y-Research-SBU/QuantAgent/graphs/contributors)
43-
[![GitHub license](https://img.shields.io/github/license/Y-Research-SBU/QuantAgent?style=flat&color=2b9348&logo=open-source-initiative)](https://github.com/Y-Research-SBU/QuantAgent/blob/main/LICENSE)
44-
[![WeChat](https://img.shields.io/badge/WeChat-07C160?style=flat&logo=wechat&logoColor=white)](assets/wechat.jpg)
37+
<p align="center">
38+
<a href="">
39+
<img src="https://img.shields.io/badge/💡%20ArXiv-2508.17188-blue?style=flat-square" alt="Paper">
40+
</a>
41+
<a href="https://Y-Research-SBU.github.io/QuantAgent">
42+
<img src="https://img.shields.io/badge/Project-Website-4285F4?style=flat-square&logo=googlechrome" alt="Project Website">
43+
</a>
44+
<a href="">
45+
<img src="https://img.shields.io/badge/Discord-Community-5865F2?style=flat-square&logo=discord" alt="Discord Community">
46+
</a>
47+
<a href="assets/wechat.jpg">
48+
<img src="https://img.shields.io/badge/WeChat-Group-green?style=flat-square&logo=wechat" alt="WeChat Group">
49+
</a>
50+
</p>
4551

4652
</div>
4753

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,14 @@ <h1 class="main-title fade-in-up">
828828
<i class="fab fa-github"></i>
829829
Code
830830
</a>
831+
<a href="https://github.com/Y-Research-SBU/QuantAgent/blob/main/assets/wechat.jpg" class="action-btn code-btn">
832+
<i class="fab fa-weixin"></i>
833+
WeChat
834+
</a>
835+
<a href="" class="action-btn code-btn">
836+
<i class="fab fa-discord"></i>
837+
Discord
838+
</a>
831839
</div>
832840
</section>
833841

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,7 @@ <h6><i class="fas fa-shield-alt"></i> Security Information</h6>
501501
document.getElementById('assetSelect').addEventListener('change', updateFileSelection);
502502
document.getElementById('timeframeSelect').addEventListener('change', function() {
503503
updateFileSelection();
504-
if (document.getElementById('dataSource').value === 'live') {
505-
updateTimeframeLimits();
506-
}
504+
updateTimeframeLimits();
507505
});
508506

509507
// Date validation listeners
@@ -526,17 +524,7 @@ <h6><i class="fas fa-shield-alt"></i> Security Information</h6>
526524
checkApiKeyStatus();
527525
});
528526

529-
function updateDataSource() {
530-
const dataSource = document.getElementById('dataSource').value;
531-
const dateRangeDiv = document.getElementById('dateRangeDiv');
532-
533-
if (dataSource === 'live') {
534-
dateRangeDiv.style.display = 'block';
535-
} else {
536-
dateRangeDiv.style.display = 'none';
537-
}
538-
}
539-
527+
540528
function updateFileSelection() {
541529
const asset = document.getElementById('assetSelect').value;
542530
const timeframe = document.getElementById('timeframeSelect').value;
@@ -592,7 +580,7 @@ <h6><i class="fas fa-shield-alt"></i> Security Information</h6>
592580
var errorBar = document.getElementById('errorBar');
593581
if (errorBar) errorBar.style.display = 'none';
594582

595-
const dataSource = document.getElementById('dataSource').value;
583+
const dataSource = 'live'; // Always use live data
596584
let asset = document.getElementById('assetSelect').value;
597585
const timeframe = document.getElementById('timeframeSelect').value;
598586

0 commit comments

Comments
 (0)