From 9bb6123b0ed44bb0122875b6f79e70556368c1cb Mon Sep 17 00:00:00 2001 From: asim-shrestha Date: Fri, 13 Sep 2024 14:20:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B8=EF=B8=8F=20Add=20page=20number=20p?= =?UTF-8?q?agination=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/examples.json | 157 ++++++++++++++++++++++++ static/h7Kp2rNj9wLmCzFxVqTb4/index.html | 107 ++++++++++++++++ 2 files changed, 264 insertions(+) create mode 100644 static/h7Kp2rNj9wLmCzFxVqTb4/index.html diff --git a/static/examples.json b/static/examples.json index d29cc2b..d8ff587 100644 --- a/static/examples.json +++ b/static/examples.json @@ -39631,6 +39631,163 @@ } ] }, + { + "id": "h7Kp2rNj9wLmCzFxVqTb4", + "url": "https://claude.site/artifacts/bdf20e24-2fbd-432f-9fa4-774dea8a5436", + "source": "html", + "category": "synthetic", + "subcategory": "synthetic", + "type": "listing_detail", + "goal": "Extract all product information", + "schema_": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "description": { + "type": "string" + } + }, + "description": "Paginated product data with numbered page buttons. The current page button is disabled and has an 'active' CSS class. The pagination occurs client side using JavaScript.", + "tags": [ + "synthetic", + "pagination" + ], + "evals": [ + { + "type": "json_match", + "expected": [ + { + "id": "P001", + "name": "Ergonomic Chair", + "description": "Comfortable office chair with lumbar support" + }, + { + "id": "P002", + "name": "Wireless Mouse", + "description": "High-precision wireless mouse with long battery life" + }, + { + "id": "P003", + "name": "Mechanical Keyboard", + "description": "Tactile mechanical keyboard with RGB backlighting" + }, + { + "id": "P004", + "name": "4K Monitor", + "description": "Ultra-high definition monitor with wide color gamut" + }, + { + "id": "P005", + "name": "Noise-Cancelling Headphones", + "description": "Over-ear headphones with active noise cancellation" + }, + { + "id": "P006", + "name": "Laptop Stand", + "description": "Adjustable aluminum laptop stand for better ergonomics" + }, + { + "id": "P007", + "name": "Desk Lamp", + "description": "LED desk lamp with adjustable color temperature" + }, + { + "id": "P008", + "name": "External SSD", + "description": "Fast and portable solid-state drive for extra storage" + }, + { + "id": "P009", + "name": "Webcam", + "description": "Full HD webcam with built-in microphone" + }, + { + "id": "P010", + "name": "USB Hub", + "description": "Multi-port USB hub with power delivery" + }, + { + "id": "P011", + "name": "Graphics Tablet", + "description": "Digital drawing tablet with pressure sensitivity" + }, + { + "id": "P012", + "name": "Wireless Charger", + "description": "Qi-compatible wireless charging pad" + }, + { + "id": "P013", + "name": "Document Scanner", + "description": "Portable document scanner with OCR functionality" + }, + { + "id": "P014", + "name": "Desk Organizer", + "description": "Multi-compartment organizer for office supplies" + }, + { + "id": "P015", + "name": "Ergonomic Mouse Pad", + "description": "Gel-filled mouse pad with wrist support" + }, + { + "id": "P016", + "name": "Portable Projector", + "description": "Mini LED projector for presentations on-the-go" + }, + { + "id": "P017", + "name": "Smart Power Strip", + "description": "Wi-Fi enabled power strip with individual outlet control" + }, + { + "id": "P018", + "name": "Cable Management Kit", + "description": "Set of cable clips and sleeves for tidy workspaces" + }, + { + "id": "P019", + "name": "Desk Fan", + "description": "USB-powered desk fan with adjustable speed" + }, + { + "id": "P020", + "name": "Blue Light Glasses", + "description": "Computer glasses that filter out harmful blue light" + }, + { + "id": "P021", + "name": "Wireless Presenter", + "description": "Remote control for presentations with laser pointer" + }, + { + "id": "P022", + "name": "Laptop Cooling Pad", + "description": "Laptop stand with built-in cooling fans" + }, + { + "id": "P023", + "name": "USB Microphone", + "description": "Cardioid condenser microphone for clear audio recording" + }, + { + "id": "P024", + "name": "Desk Pad", + "description": "Large mouse pad that covers the entire desk area" + }, + { + "id": "P025", + "name": "Portable Monitor", + "description": "Slim and lightweight secondary monitor for laptops" + } + ] + } + ] +}, { "id": "rWSVXdF4puP0VaRmMB1Sj", "url": "https://claude.site/artifacts/13c937f7-2a43-406c-8369-e2d2852fea9b", diff --git a/static/h7Kp2rNj9wLmCzFxVqTb4/index.html b/static/h7Kp2rNj9wLmCzFxVqTb4/index.html new file mode 100644 index 0000000..e727680 --- /dev/null +++ b/static/h7Kp2rNj9wLmCzFxVqTb4/index.html @@ -0,0 +1,107 @@ + + + + + + Product List + + + +
+ + + + +