<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>Rosetears</title><link href="https://rosetears.cn/"/><link href="https://rosetears.cn/feed/atom/" rel="self"/><id>https://rosetears.cn/</id><updated>2026-07-24T18:46:18+08:00</updated><entry><title>Which Chart Fits Which Data? Part 1: How to Choose the 6 Most Common Chart Types</title><link href="https://rosetears.cn/en/posts/archives-91-91/"/><id>https://rosetears.cn/en/posts/archives-91-91/</id><updated>2026-06-04T15:58:38+08:00</updated><published>2026-06-04T15:58:38+08:00</published><summary>To make a data chart communicate its conclusion at a glance, first clarify whether the question is comparison, ranking, trend, composition, relationship, or distribution. This article explains the suitable data, common misuses, decision order, and pitfalls for bar charts, column charts, line charts, pie charts, scatter plots, and histograms, with basic chart-selection logic and examples for data analysis, business reporting, academic writing, and everyday reports.</summary></entry><entry><title>2026 Update: What to Do When a Paper's AI Rate Is Too High? A Guide to Handling AIGC Suspicion Rates</title><link href="https://rosetears.cn/en/posts/archives-90-90/"/><id>https://rosetears.cn/en/posts/archives-90-90/</id><updated>2026-05-26T21:22:33+08:00</updated><published>2026-05-26T15:59:00+08:00</published><summary>To reduce an AIGC suspicion rate, the core task is not to turn a paper into casual speech, but to first locate risky sections, then preserve academic facts while strengthening concrete context. This article provides three workflows: segmented Agent rewriting, web-based AI handling, and solidifying rules as a Skill. It is useful for graduation-thesis revision and emphasizes that terminology, data, citations, and section numbers must be manually reviewed, especially for drafts that already have a detection report.</summary></entry><entry><title>How to Convert Full-Width and Half-Width Punctuation in Word? A Detailed Tutorial for Two Batch Methods</title><link href="https://rosetears.cn/en/posts/archives-88-88/"/><id>https://rosetears.cn/en/posts/archives-88-88/</id><updated>2026-04-30T16:22:48+08:00</updated><published>2026-04-23T16:45:00+08:00</published><summary>In Word, there are two practical ways to batch-convert Chinese full-width punctuation into English half-width punctuation: Find and Replace is suitable for one-time cleanup, while a VBA macro is better for repeated reuse. This article lists the replacement range, operation entry points, macro-code idea, and quotation-mark conversion notes step by step, and explains when manual replacement is suitable and when automation is better. After reading it, you can follow the steps directly without checking punctuation one by one.</summary></entry><entry><title>How to Choose a 2026 Coding Plan? Cost-Performance Comparison of Chinese and International LLM Subscriptions</title><link href="https://rosetears.cn/en/posts/archives-87-87/"/><id>https://rosetears.cn/en/posts/archives-87-87/</id><updated>2026-03-01T21:48:55+08:00</updated><published>2026-02-26T10:21:00+08:00</published><summary>If you are unsure which AI coding subscription to buy, this hands-on cost comparison compares GLM, Minimax, Kimi, Codex, Gemini, and Claude. It explains quota rules, hidden limits, Kimi's 3× expansion, GLM weekly caps, and recommended combinations for different budgets and usage levels so developers can avoid wasting money.</summary></entry><entry><title>Still Unsatisfied with Paper Polishing? Use a Roundtable-Simulation Prompt for Top-Journal-Style Rewriting</title><link href="https://rosetears.cn/en/posts/archives-86-86/"/><id>https://rosetears.cn/en/posts/archives-86-86/</id><updated>2026-02-12T10:00:42+08:00</updated><published>2026-02-11T22:15:00+08:00</published><summary>This SCI paper-polishing prompt uses a roundtable-meeting format and forces the AI to simulate an editorial workflow similar to Nature. It does not rewrite immediately. Instead, a logic architect and reviewers first run three rounds of debate, then a writing specialist outputs two versions, Draft A and Draft B. The process raises information density and reduces the mechanical feel of AI-generated prose, making it suitable for detailed academic-paper revision.</summary></entry><entry><title>Claude Code Supervising Codex: A Reproducible Acceptance Framework to Keep AI from Drifting</title><link href="https://rosetears.cn/en/posts/archives-85-85/"/><id>https://rosetears.cn/en/posts/archives-85-85/</id><updated>2026-02-14T19:07:15+08:00</updated><published>2026-01-31T16:40:00+08:00</published><summary>A framework for keeping long-running AI development from drifting, using tasks.md for process, feature_list.json for state, progress.txt for handoff, and reproducible validation bundles with scripts, logs, and screenshots. Worker implements and delivers a bundle; Supervisor runs acceptance and records evidence; after PASS, state and commits are archived.</summary></entry><entry><title>What Changed in Zotero 8: Upgrade Steps and Key Improvements</title><link href="https://rosetears.cn/en/posts/archives-84-84/"/><id>https://rosetears.cn/en/posts/archives-84-84/</id><updated>2026-01-25T20:31:17+08:00</updated><published>2026-01-25T20:30:00+08:00</published><summary>Zotero 8 was released on January 22, 2026 and is based on Firefox 140 ESR. Key improvements include a unified citation dialog, merging item-list and library modes, PDF reader themes such as Dark, Snow, and Sepia, annotations shown directly in the item list, reading mode for web snapshots, and ARM64 Linux support. It requires macOS 10.15+ or Windows 10+ and no longer supports Windows 7/8 or macOS 10.14. Check plugin compatibility before upgrading.</summary></entry><entry><title>Cannot Find Relevant Literature? Two Fast Search Methods (CNKI + WOS)</title><link href="https://rosetears.cn/en/posts/archives-83-83/"/><id>https://rosetears.cn/en/posts/archives-83-83/</id><updated>2026-01-24T21:59:05+08:00</updated><published>2026-01-24T21:59:05+08:00</published><summary>This article introduces two methods for literature search: when you already have papers, expand the literature pool through CNKI citation networks or Inciteful.xyz; when you only have a topic, build and iteratively refine search queries with CNKI professional search and Web of Science advanced search. It includes operation steps, a query-generation prompt, and an optimization workflow using 5–20 seed papers.</summary></entry><entry><title>Goodbye Vibe Coding: Spec-Driven Development with SpecKit + OpenSpec</title><link href="https://rosetears.cn/en/posts/archives-82-82/"/><id>https://rosetears.cn/en/posts/archives-82-82/</id><updated>2026-01-22T17:20:52+08:00</updated><published>2026-01-21T10:34:00+08:00</published><summary>A practical explanation of Spec-Driven Development (SDD): write What/Why and acceptance criteria as a living specification before asking AI to implement How. The article explains why vibe coding easily loses intent, and shows how SpecKit (Constitution → Specify → Plan → Tasks) fits 0→1 development while OpenSpec (proposal → apply → archive) fits 1→n iteration.</summary></entry><entry><title>Stop Mixing Them Up: What Are the Differences Between Prompt, MCP, and Skills?</title><link href="https://rosetears.cn/en/posts/archives-81-81/"/><id>https://rosetears.cn/en/posts/archives-81-81/</id><updated>2026-01-18T11:34:55+08:00</updated><published>2026-01-15T16:21:00+08:00</published><summary>This article clarifies six often-confused AI tool concepts: Prompt handles temporary conversation instructions, Skills preserve standard workflows, MCP exposes external tools, Commands create shortcut templates, Agent runs autonomous loops, and Subagent isolates parallel tasks. It compares definitions, use cases, engineering cost, reuse, and decision criteria based on Anthropic documentation and LangChain-style agent concepts.</summary></entry><entry><title>OriginPro: Recreating a Top-Journal 3D Scatter Plot with Projections, Drop Lines, and Ellipse Backgrounds</title><link href="https://rosetears.cn/en/posts/archives-80-80/"/><id>https://rosetears.cn/en/posts/archives-80-80/</id><updated>2026-01-14T13:01:05+08:00</updated><published>2025-12-16T22:18:00+08:00</published><summary>A practical OriginPro tutorial for recreating a polished 3D scatter plot. Even with only 2D plotting basics, you can bind category shapes, add Z-axis drop lines and XY/ZX projections, overlay ellipse backgrounds, and generate a clean legend with Ctrl+L. Project files are included.</summary></entry><entry><title>OriginPro Guide to Dimensional Data Visualization: Use 3D Charts to Make Complex Data Clear at a Glance</title><link href="https://rosetears.cn/en/posts/archives-79-79/"/><id>https://rosetears.cn/en/posts/archives-79-79/</id><updated>2026-01-14T13:01:31+08:00</updated><published>2025-12-13T20:08:00+08:00</published><summary>Do lines overlap during data reporting? OriginPro's Z-axis can upgrade 2D charts into 3D views. This article explains three common scenarios, waterfall plots, grouped bar charts, and surface plots, with project files and practical steps so complex data relationships become clearer and decisions become faster.</summary></entry><entry><title>Huajian Shop: In This Fast-Paced Age, Try Sending a Slow Handwritten Letter</title><link href="https://rosetears.cn/en/posts/archives-78-78/"/><id>https://rosetears.cn/en/posts/archives-78-78/</id><updated>2026-01-14T13:55:28+08:00</updated><published>2025-12-09T23:31:00+08:00</published><summary>Want to send a letter in China but worry about postage or envelope formatting? This guide explains stationery and weight, envelope requirements, where to buy stamps, the difference between ordinary and registered mail, China Post postage by weight, how to write and stamp an envelope, how to check postage and postal codes through WePost Office, and roughly how long local, intercity, and interprovincial letters take.</summary></entry><entry><title>These 6 Brutally Uncomfortable Prompts Helped Me See Myself More Clearly</title><link href="https://rosetears.cn/en/posts/archives-77-77/"/><id>https://rosetears.cn/en/posts/archives-77-77/</id><updated>2026-01-14T13:55:33+08:00</updated><published>2025-12-04T12:56:00+08:00</published><summary>This article combines AI self-improvement with practical AI prompts and collects six deep self-questioning frameworks suitable for AI products with global memory: a brutal life-truth scanner, HUMAN 3.0 evaluation, ruthless debate partner, letter-writing decompression, legends versus ordinary people questions, and using AI to kill procrastination. It helps you use AI to see yourself more clearly and upgrade your lifestyle.</summary></entry><entry><title>Is LLM PDF Translation Too Expensive? Testing a New pdf2zh-next Workflow: Kimi for Terminology + DeepSeek for Body Text</title><link href="https://rosetears.cn/en/posts/archives-76-76/"/><id>https://rosetears.cn/en/posts/archives-76-76/</id><updated>2026-01-14T13:55:37+08:00</updated><published>2025-11-26T12:20:00+08:00</published><summary>Are LLM translation costs too high? This article tests the latest terminology-extraction feature in pdf2zh-next and compares Kimi K2 with DeepSeek V3/V3.2 in real use. It explains how a separated workflow and DeepSeek's disk-cache mechanism can preserve academic terminology accuracy while sharply reducing token cost.</summary></entry><entry><title>Stop Bookmarking One by One: I Turned My Private Collection of 106 Productivity Websites into a Toolbox</title><link href="https://rosetears.cn/en/posts/archives-75-75/"/><id>https://rosetears.cn/en/posts/archives-75-75/</id><updated>2026-01-14T13:55:52+08:00</updated><published>2025-11-09T22:37:00+08:00</published><summary>A 2025 one-stop collection of research and academic tools, featuring 106 productivity websites across 18 categories. It covers paper writing, literature access, academic search, color palettes and visualization, presentation templates, journal evaluation, DOI parsing, and more. The navigation is clearly categorized, saves search time, reduces useless detours, supports keyword search and mobile browsing, and will continue to be updated collaboratively.</summary></entry><entry><title>Worth Saving: Is Your C Drive Red Again? A Safe 8-Step Win11 Cleanup Guide</title><link href="https://rosetears.cn/en/posts/archives-74-74/"/><id>https://rosetears.cn/en/posts/archives-74-74/</id><updated>2026-01-14T13:55:56+08:00</updated><published>2025-11-03T15:16:00+08:00</published><summary>A step-by-step Windows 11 C-drive cleanup guide, covering temporary files, Disk Cleanup, Storage Sense, and user-folder migration. It explains how to safely free C-drive space, the tradeoffs and rollback strategies for Windows.old and hiberfil.sys, and provides a reproducible eight-step plan with risk notes for beginners.</summary></entry><entry><title>LaTeX: Downloading and Configuring VS Code</title><link href="https://rosetears.cn/en/posts/archives-73-73/"/><id>https://rosetears.cn/en/posts/archives-73-73/</id><updated>2026-01-29T10:13:38+08:00</updated><published>2025-10-22T13:07:00+08:00</published><summary>A complete guide to installing TeX Live and configuring LaTeX in VS Code, covering Windows, macOS, and Linux. It explains TeX Live and MacTeX downloads, mirror acceleration, Windows PATH repair with tlmgr, LaTeX Workshop setup, XeLaTeX Chinese output, SyncTeX preview, settings.json configuration, and verification steps.</summary></entry><entry><title>PDF2ZH: Who Is the King of Paper Translation? A Deep Comparison of the New and Old Versions</title><link href="https://rosetears.cn/en/posts/archives-72-72/"/><id>https://rosetears.cn/en/posts/archives-72-72/</id><updated>2026-01-14T13:56:06+08:00</updated><published>2025-10-20T14:46:00+08:00</published><summary>Still deciding between pdf2zh and the new pdf2zh-next (2.0)? This in-depth review compares v2.6.4 and v1.9.11 in a unified test environment, covering translation quality, API cost, speed, free access paths, and maintenance status, so you can choose the most suitable PDF paper-translation tool for research workflows.</summary></entry><entry><title>OriginPro: Beyond Traditional Box Plots, How to Draw a Beautiful Raincloud Plot</title><link href="https://rosetears.cn/en/posts/archives-71-71/"/><id>https://rosetears.cn/en/posts/archives-71-71/</id><updated>2026-01-14T13:56:10+08:00</updated><published>2025-10-14T19:55:00+08:00</published><summary>Want to draw a more informative Raincloud Plot in OriginPro? This tutorial explains two methods, using the Template Center or building the plot manually. It covers data requirements, half-violin plus point cloud plus box plot overlays, styling parameters, axes and grids, statistical-summary settings, and export tips, helping non-programmers create publication-ready charts while avoiding misleading mean-only displays.</summary></entry><entry><title>DocuTranslate: A Practical Open-Source Multi-Format Document Translator</title><link href="https://rosetears.cn/en/posts/archives-64-64/"/><id>https://rosetears.cn/en/posts/archives-64-64/</id><updated>2026-01-14T13:56:28+08:00</updated><published>2025-10-05T23:31:00+08:00</published><summary>DocuTranslate is an open-source document translation tool that can be deployed locally. It supports PDF, DOCX, XLSX, EPUB, SRT/ASS, and other formats, preserves layout with high fidelity, and supports targeted JSONPath translation plus automatic glossary generation. This article explains workflow choices and practical parameter settings, with notes on MinerU and docling parsing, so you can handle batch translation faster.</summary></entry><entry><title>[Claude Code] Bypass Forced VS Code Login and Route to Other Models</title><link href="https://rosetears.cn/en/posts/archives-63-63/"/><id>https://rosetears.cn/en/posts/archives-63-63/</id><updated>2026-01-14T13:56:40+08:00</updated><published>2025-10-01T16:50:00+08:00</published><summary>A step-by-step guide to bypassing the Claude Code extension login check and routing the plugin through Claude Code Router so it can connect to large-model services of your choice.</summary></entry><entry><title>[Zotero-pdf2zh] Quickly Translate PDFs While Preserving the Original Layout</title><link href="https://rosetears.cn/en/posts/archives-62-62/"/><id>https://rosetears.cn/en/posts/archives-62-62/</id><updated>2026-01-23T09:18:19+08:00</updated><published>2025-09-10T19:53:00+08:00</published><summary>A Zotero PDF translation guide based on zotero-pdf2zh and PDFMathTranslate Next, covering Python and Docker deployments, plugin configuration, formula and figure preservation, and bilingual reading.</summary></entry><entry><title>[Claude Code Router] Connect Five Major Models with One Router</title><link href="https://rosetears.cn/en/posts/archives-61-61/"/><id>https://rosetears.cn/en/posts/archives-61-61/</id><updated>2026-01-14T13:56:48+08:00</updated><published>2025-08-27T20:24:00+08:00</published><summary>A Claude Code Router tutorial for Gemini, Kimi, DeepSeek, GLM, and Qwen, covering CCR configuration, PROXY_URL, Anthropic versus OpenAI endpoints, /model switching, and common errors.</summary></entry><entry><title>[VS Code] Use ccr code to Connect Claude Code Without Switching Windows</title><link href="https://rosetears.cn/en/posts/archives-60-60/"/><id>https://rosetears.cn/en/posts/archives-60-60/</id><updated>2026-01-14T13:56:52+08:00</updated><published>2025-08-22T21:27:00+08:00</published><summary>A hands-on VS Code and Claude Code Router guide: configure CCR, set API keys in ccr ui, set ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN, then launch Claude inside VS Code.</summary></entry><entry><title>[VS Code] A Beginner Guide to Installation and Configuration</title><link href="https://rosetears.cn/en/posts/archives-59-59/"/><id>https://rosetears.cn/en/posts/archives-59-59/</id><updated>2026-01-14T13:56:55+08:00</updated><published>2025-08-20T17:42:00+08:00</published><summary>A beginner-friendly VS Code guide covering official downloads, Chinese UI setup, interface basics, useful extensions such as Prettier and GitLens, and One Dark Pro or icon-theme customization on Windows and macOS.</summary></entry><entry><title>[OriginPro] Build an Alluvial Diagram in Three Steps: From Data to Styling</title><link href="https://rosetears.cn/en/posts/archives-58-58/"/><id>https://rosetears.cn/en/posts/archives-58-58/</id><updated>2026-01-14T13:56:59+08:00</updated><published>2025-08-19T19:42:00+08:00</published><summary>This alluvial-diagram tutorial explains the difference between alluvial and Sankey diagrams, then walks through OriginPro data preparation, plotting, and styling for multidimensional categorical data.</summary></entry><entry><title>[OriginPro] Make a Percentage Stacked Bar Chart in One Click: Questionnaire Data Example</title><link href="https://rosetears.cn/en/posts/archives-57-57/"/><id>https://rosetears.cn/en/posts/archives-57-57/</id><updated>2026-01-14T13:57:17+08:00</updated><published>2025-08-19T19:41:00+08:00</published><summary>A complete OriginPro workflow for Likert-scale data, from Excel frequency counts to chart styling, category columns, custom legends, axis suffixes, and removing stack connection lines.</summary></entry><entry><title>[Prompt] End Ineffective AI Communication and Get Precise Responses</title><link href="https://rosetears.cn/en/posts/archives-56-56/"/><id>https://rosetears.cn/en/posts/archives-56-56/</id><updated>2026-01-14T13:57:21+08:00</updated><published>2025-07-23T10:20:00+08:00</published><summary>A practical prompt-engineering guide that introduces a powerful meta-prompt for turning AI into a strategic advisor that clarifies requirements, asks better questions, and produces more reliable outputs.</summary></entry><entry><title>[NCA] Beginner Guide from R Code to Interpreting Necessary Condition Analysis</title><link href="https://rosetears.cn/en/posts/archives-55-55/"/><id>https://rosetears.cn/en/posts/archives-55-55/</id><updated>2026-01-14T13:57:24+08:00</updated><published>2025-07-17T10:44:00+08:00</published><summary>A full Necessary Condition Analysis tutorial from theory to R code, showing how to identify bottleneck conditions, interpret effect size and p values, and add a rigorous necessity perspective to research.</summary></entry><entry><title>[Docker] Escape Environment-Setup Nightmares: A Beginner Installation Guide</title><link href="https://rosetears.cn/en/posts/archives-54-54/"/><id>https://rosetears.cn/en/posts/archives-54-54/</id><updated>2026-01-14T13:57:52+08:00</updated><published>2025-06-10T15:28:00+08:00</published><summary>A 2025 beginner-focused Docker installation guide covering Windows with WSL2, macOS on Apple Silicon or Intel, Linux, mirror acceleration, verification commands, and first-container testing.</summary></entry><entry><title>[PDF2zh 2.0] Three Deployment Guides and Zotero Plugin Configuration</title><link href="https://rosetears.cn/en/posts/archives-53-53/"/><id>https://rosetears.cn/en/posts/archives-53-53/</id><updated>2026-01-14T13:57:56+08:00</updated><published>2025-06-05T10:57:00+08:00</published><summary>A beginner-friendly guide to configuring PDF2zh 2.0 and the Zotero plugin through Windows .exe, local uv, and Docker deployment, helping you build an efficient research-translation workflow.</summary></entry><entry><title>[AI Paper Companion] Three Prompts for Deep Reading and Mind Maps</title><link href="https://rosetears.cn/en/posts/archives-52-52/"/><id>https://rosetears.cn/en/posts/archives-52-52/</id><updated>2026-01-14T13:57:59+08:00</updated><published>2025-05-26T16:21:00+08:00</published><summary>Use multimodal models such as GPT-4o with three reusable prompts to load PDFs, summarize article structure, generate deep-reading notes, and produce mind-map-ready references for research reading.</summary></entry><entry><title>[Share] PDF2zh and Zotero-PDF2zh Prompt Configuration, Including My Own Prompt for pdf2zh 2.x</title><link href="https://rosetears.cn/en/posts/archives-51-51/"/><id>https://rosetears.cn/en/posts/archives-51-51/</id><updated>2026-01-14T13:58:03+08:00</updated><published>2025-05-22T10:21:00+08:00</published><summary>Use custom prompts in PDFMathTranslate and Zotero for pdf2zh to improve academic translation quality while preserving structure, formatting, citations, and formulas.</summary></entry><entry><title>[Zotero] English References for Chinese Literature: Google Scholar Capture and Manual Entry</title><link href="https://rosetears.cn/en/posts/archives-50-50/"/><id>https://rosetears.cn/en/posts/archives-50-50/</id><updated>2026-01-14T13:58:07+08:00</updated><published>2025-05-21T18:37:00+08:00</published><summary>This article shows two practical ways to build English bibliographic records for Chinese literature in Zotero: automatic capture through Google Scholar and manual metadata entry, so Word citations stay accurate and efficient.</summary></entry><entry><title>[Bohrium Research Space Station] AI-Powered Literature Search and One-Stop Research Tools</title><link href="https://rosetears.cn/en/posts/archives-46-46/"/><id>https://rosetears.cn/en/posts/archives-46-46/</id><updated>2026-01-14T13:58:13+08:00</updated><published>2025-05-19T19:19:00+08:00</published><summary>Explore Bohrium AI Search for second-level retrieval across 160 million papers, plus knowledge bases, notebooks, subscriptions, and other research-cloud functions that improve discovery and research efficiency.</summary></entry><entry><title>[Metaso AI Search] A Personalized AI Teacher and One-Stop Learning Tool</title><link href="https://rosetears.cn/en/posts/archives-45-45/"/><id>https://rosetears.cn/en/posts/archives-45-45/</id><updated>2026-01-14T13:58:16+08:00</updated><published>2025-04-23T20:01:00+08:00</published><summary>Metaso AI Search, built by Shanghai Metaso Network Technology, combines its MetaLLM model with an ad-free structured AI teacher. It can generate step-by-step explanations, slides, mind maps, and multimodal outputs for study, research, and work.</summary></entry><entry><title>[Installation] Quickly Install Cherry Studio</title><link href="https://rosetears.cn/en/posts/archives-44-44/"/><id>https://rosetears.cn/en/posts/archives-44-44/</id><updated>2026-01-14T13:58:20+08:00</updated><published>2025-04-22T10:41:00+08:00</published><summary>This article explains how to download, install, and configure the Cherry Studio AI assistant desktop client on Windows, covering LLM service setup and common shortcuts so you can get started quickly and use it efficiently.</summary></entry><entry><title>[Word] Quickly Center Equations and Right-Align Equation Numbers</title><link href="https://rosetears.cn/en/posts/archives-43-43/"/><id>https://rosetears.cn/en/posts/archives-43-43/</id><updated>2026-01-14T13:58:24+08:00</updated><published>2025-03-20T11:55:00+08:00</published><summary>This article explains two practical ways to center equations and place equation numbers on the right in Word, including LaTeX syntax and custom styles, with detailed steps and notes to improve document formatting efficiency.</summary></entry><entry><title>[Zotero-pdf2zh] Easily Translate Zotero Literature: A Step-by-Step Guide to Configuring the pdf2zh Plugin — PDFMathTranslate</title><link href="https://rosetears.cn/en/posts/archives-42-42/"/><id>https://rosetears.cn/en/posts/archives-42-42/</id><updated>2026-01-14T13:58:27+08:00</updated><published>2025-03-07T10:31:00+08:00</published><summary>This article explains how to install and configure the pdf2zh plugin in Zotero, making it easy to translate PDF literature automatically and process two-column PDFs to improve academic reading efficiency.</summary></entry><entry><title>[PDFMathTranslate] Common Problems and Practical Solutions</title><link href="https://rosetears.cn/en/posts/archives-40-40/"/><id>https://rosetears.cn/en/posts/archives-40-40/</id><updated>2026-01-14T13:58:51+08:00</updated><published>2025-03-04T19:50:00+08:00</published><summary>This article explains common problems and practical solutions for PDFMathTranslate, covering image and table translation, model selection, installation configuration, and GUI usage to provide an efficient and stable PDF translation experience.</summary></entry><entry><title>[Installation] Install R, RStudio, and RTools</title><link href="https://rosetears.cn/en/posts/archives-39-39/"/><id>https://rosetears.cn/en/posts/archives-39-39/</id><updated>2026-01-14T13:58:57+08:00</updated><published>2025-02-26T12:22:00+08:00</published><summary>This article explains how to download and install R, RTools, and RStudio, including choosing a suitable CRAN mirror, configuring the correct installation path, and setting environment variables so you can set up an R development environment easily.</summary></entry><entry><title>[Share] Browser Extensions I Have Used for a Long Time</title><link href="https://rosetears.cn/en/posts/archives-38-38/"/><id>https://rosetears.cn/en/posts/archives-38-38/</id><updated>2026-01-14T13:59:01+08:00</updated><published>2025-02-23T09:03:00+08:00</published><summary>This article shares four frequently used browser extensions, including video speed control, dictionary and translation tools, and ad blockers, to help improve daily efficiency and browsing experience.</summary></entry><entry><title>[OriginPro] Quickly Draw a Simple Gauge Chart</title><link href="https://rosetears.cn/en/posts/archives-37-37/"/><id>https://rosetears.cn/en/posts/archives-37-37/</id><updated>2026-01-14T13:59:04+08:00</updated><published>2025-02-23T09:00:00+08:00</published><summary>This article explains how to quickly draw a 180° gauge chart in OriginPro using a gauge template, including template download, data preparation, and plotting steps to help you create NPS analysis charts easily.</summary></entry><entry><title>[Share] How to Check What Resources Your School Provides, with Login Steps for SCI and CNKI</title><link href="https://rosetears.cn/en/posts/archives-36-36/"/><id>https://rosetears.cn/en/posts/archives-36-36/</id><updated>2026-01-14T13:59:08+08:00</updated><published>2025-02-23T08:52:00+08:00</published><summary>This article explains how to view school resources using Hubei University of Automotive Technology as an example, including finding resource portals through VPN or library pages and logging in directly through CNKI and SCI.</summary></entry><entry><title>[OriginPro] One-Click Local Zoom-In</title><link href="https://rosetears.cn/en/posts/archives-35-35/"/><id>https://rosetears.cn/en/posts/archives-35-35/</id><updated>2026-01-14T13:59:11+08:00</updated><published>2025-02-23T08:48:00+08:00</published><summary>This article explains how to use the Zoomed Inset Plus plugin in OriginPro to create a local zoom-in with one click, covering the complete process from plugin download to fine adjustment so users can improve image-processing efficiency.</summary></entry><entry><title>[Share] Use Deepseek-R1 and V3 for Free Without Limits via Alipay Treasure Box</title><link href="https://rosetears.cn/en/posts/archives-34-34/"/><id>https://rosetears.cn/en/posts/archives-34-34/</id><updated>2026-01-14T13:59:14+08:00</updated><published>2025-02-21T12:52:00+08:00</published><summary>This article explains how to try different Deepseek versions through Alipay Treasure Box and how to use knowledge bases and workflow apps to improve the efficiency of AI conversation systems for a better experience.</summary></entry><entry><title>[OriginPro] Set Color Schemes: Change Default Colors, Locate Color Files, and Export Them</title><link href="https://rosetears.cn/en/posts/archives-33-33/"/><id>https://rosetears.cn/en/posts/archives-33-33/</id><updated>2026-01-14T13:59:19+08:00</updated><published>2025-02-21T12:43:00+08:00</published><summary>This article explains how to import and set color schemes from external websites in OriginPro, including creating new color schemes, adding gradients, changing default colors, and managing color-scheme files for efficient scientific figures and paper writing.</summary></entry><entry><title>[OriginPro] Plot from a Formula: Useful for Multiple Linear Regression or Simple Linear Regression</title><link href="https://rosetears.cn/en/posts/archives-32-32/"/><id>https://rosetears.cn/en/posts/archives-32-32/</id><updated>2026-01-14T13:59:24+08:00</updated><published>2025-02-19T21:28:00+08:00</published><summary>This article introduces ways to visualize multiple linear regression results, including how to draw function plots and scatter plots and how to use OriginPro for data visualization, helping you explain linear-regression models more intuitively.</summary></entry><entry><title>[Share] Essential Tools for Scientific Figures and Paper Writing: A One-Stop Guide to Efficient Drawing and Literature Resources</title><link href="https://rosetears.cn/en/posts/archives-31-31/"/><id>https://rosetears.cn/en/posts/archives-31-31/</id><updated>2026-01-14T13:59:28+08:00</updated><published>2025-02-15T23:03:00+08:00</published><summary>Explore a curated set of design and academic tools that can improve your efficiency in scientific drawing and academic research. From color-palette generation to paper downloads, each tool can help you work more effectively.</summary></entry></feed>