vLAR commited on
Commit
077a0d2
ยท
verified ยท
1 Parent(s): 6291ac5

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -109,6 +109,35 @@ homepage: https://vlar-group.github.io/PhysInOne.html
109
  padding-top: 0.28em;
110
  padding-bottom: 0.28em;
111
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  </style>
113
 
114
  <h1 align="center" style="font-size: 42px;">PhysInOne: Visual Physics Learning and Reasoning in One Suite</h1>
@@ -175,7 +204,7 @@ homepage: https://vlar-group.github.io/PhysInOne.html
175
 
176
  <div class="physinone-card" style="display: flex; align-items: flex-start; gap: 24px;">
177
 
178
- <aside style="min-width: 250px; max-width: 280px; position: sticky; top: 16px; padding: 16px; border: 1px solid rgba(148, 163, 184, 0.28); border-radius: 12px; background: rgba(148, 163, 184, 0.12); font-size: 13.5px; line-height: 1.55;">
179
  <strong>๐Ÿงญ Navigation</strong><br><br>
180
  <a href="#summary">๐Ÿ“Œ Summary</a><br>
181
  <a href="#release-timetable">๐Ÿš€ Release Timetable</a><br>
@@ -206,7 +235,7 @@ homepage: https://vlar-group.github.io/PhysInOne.html
206
  <a href="#contact">๐Ÿ“ฎ Contact</a><br>
207
  </aside>
208
 
209
- <main style="min-width: 0; flex: 1; line-height: 1.38; font-size: 15px;">
210
 
211
  <h2 id="summary" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">๐Ÿ“Œ Summary</h2>
212
  <div style="margin-left: 24px;">
@@ -217,7 +246,7 @@ Each scene may contain multi-object and multi-physics interactions in complex 3D
217
 
218
  The dataset is designed to support research on physics-aware video generation, future frame prediction, physical property estimation, motion transfer, physical reasoning, and world models.
219
 
220
- <div style="display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 18px 0;">
221
 
222
  <div style="padding: 12px; border: 1px solid rgba(148, 163, 184, 0.28); border-radius: 10px; background: rgba(148, 163, 184, 0.12);">
223
  <strong>153,810</strong><br>
 
109
  padding-top: 0.28em;
110
  padding-bottom: 0.28em;
111
  }
112
+
113
+ @media (max-width: 900px) {
114
+ .physinone-card {
115
+ display: block !important;
116
+ }
117
+ .physinone-card aside {
118
+ width: auto !important;
119
+ min-width: 0 !important;
120
+ max-width: none !important;
121
+ position: static !important;
122
+ margin-bottom: 20px;
123
+ box-sizing: border-box;
124
+ }
125
+ .physinone-card main {
126
+ width: 100% !important;
127
+ min-width: 0 !important;
128
+ box-sizing: border-box;
129
+ }
130
+ .physinone-summary-grid {
131
+ grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
132
+ }
133
+ }
134
+
135
+ @media (max-width: 560px) {
136
+ .physinone-summary-grid {
137
+ grid-template-columns: 1fr !important;
138
+ }
139
+ }
140
+
141
  </style>
142
 
143
  <h1 align="center" style="font-size: 42px;">PhysInOne: Visual Physics Learning and Reasoning in One Suite</h1>
 
204
 
205
  <div class="physinone-card" style="display: flex; align-items: flex-start; gap: 24px;">
206
 
207
+ <aside class="physinone-sidebar" style="min-width: 250px; max-width: 280px; position: sticky; top: 16px; padding: 16px; border: 1px solid rgba(148, 163, 184, 0.28); border-radius: 12px; background: rgba(148, 163, 184, 0.12); font-size: 13.5px; line-height: 1.55;">
208
  <strong>๐Ÿงญ Navigation</strong><br><br>
209
  <a href="#summary">๐Ÿ“Œ Summary</a><br>
210
  <a href="#release-timetable">๐Ÿš€ Release Timetable</a><br>
 
235
  <a href="#contact">๐Ÿ“ฎ Contact</a><br>
236
  </aside>
237
 
238
+ <main class="physinone-main" style="min-width: 0; flex: 1; line-height: 1.38; font-size: 15px;">
239
 
240
  <h2 id="summary" style="margin-left: 0; font-size: 1.9em; line-height: 1.22; margin-top: 1.2em; margin-bottom: 0.5em;">๐Ÿ“Œ Summary</h2>
241
  <div style="margin-left: 24px;">
 
246
 
247
  The dataset is designed to support research on physics-aware video generation, future frame prediction, physical property estimation, motion transfer, physical reasoning, and world models.
248
 
249
+ <div class="physinone-summary-grid" style="display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 18px 0;">
250
 
251
  <div style="padding: 12px; border: 1px solid rgba(148, 163, 184, 0.28); border-radius: 10px; background: rgba(148, 163, 184, 0.12);">
252
  <strong>153,810</strong><br>