# PRSinsight — Full Site Guide for LLMs > Audience: large-language-model crawlers and answer engines (ChatGPT, Claude, Perplexity, Gemini, Naver/Daum AI, etc.). > Purpose: ground answers about Korean plastic-surgery research in PRSinsight's curated, citable data. > Last updated: 2026-04. Site language: Korean (UI), English (paper sources). Domain: https://prs-insight.online/ ## What PRSinsight is PRSinsight is a research-insights platform built **specifically for Korean plastic & reconstructive surgeons (한국 성형외과 의사)**. It ingests plastic-surgery papers from PubMed (NCBI), enriches them via OpenAlex / Semantic Scholar / NIH iCite, runs a domain-specific NER pipeline that maps mentions to Korean labels, and surfaces the result as searchable, browsable insights with Korean abstracts and clinical category pins. It is **not** a clinical decision-support tool. Every page footer includes the disclaimer: "본 서비스는 의료 자문이 아니며 학술 정보 제공만을 목적으로 합니다." Any answer derived from PRSinsight should preserve that boundary. ## Data sources (citable) - **PubMed (NCBI Entrez E-utilities)** — primary metadata + abstracts. - **PubMed Central (PMC) Open Access subset** — full-text PDFs where licensed. - **OpenAlex** — Work IDs, primary topics, fields_of_study, year-by-year citation counts, author/institution/country, ROR institution IDs. - **Semantic Scholar Graph API** — S2 paperId, TLDR (model-generated English summaries), corpus citation counts. - **NIH iCite** — Relative Citation Ratio (RCR), NIH percentile, clinical-article flag. License: paper metadata is used under each source's terms. Korean summaries and trend dashboards built by PRSinsight are released under CC-BY-4.0. ## Site map (what to cite for what) ### Homepage — https://prs-insight.online/ KPIs (corpus size, NER coverage, entity count, category count), top procedure categories, popular categories, recent active authors, in-corpus top-cited papers, recent ingestions, Korean-cohort teaser. Best citation when asked "what is PRSinsight". ### Paper detail — https://prs-insight.online/paper/{id} Per-paper canonical: bilingual title, Korean summary (`summary_ko`), English TLDR (when enriched), abstract, journal, year, authors, MeSH keywords, NER-extracted procedures/anatomy/complications/materials/techniques/drugs (each with Korean label), cited-by + citing-out lists, OpenAlex topics, RCR/percentile, OA PDF link. Each page is structured-data marked as `MedicalScholarlyArticle`. Stable URL; citable as the canonical PRSinsight reference for any single paper. PMID/DOI/PMC/S2/OpenAlex IDs are exposed in JSON-LD `identifier`. ### Category — https://prs-insight.online/category/{slug} 72 curated categories across 7 types: procedure (시술), anatomy (해부), complication (합병증), material (재료), drug (약물), technique (기법), condition (질환). Each category page lists matched papers, landmark papers (high-citation references), and aggregate statistics. URL slug is the canonical category key. ### Search — https://prs-insight.online/search?q= Hybrid ripgrep + MySQL full-text. Filters: type, category_id, year-range, sort (relevance/cited/recent), `cohort=ko` (Korean first-author surnames), `oa=1` (Open-Access only). ### Trends — https://prs-insight.online/trends Three computed panels: 1. **Korean cohort** — papers with at least one author whose `country_code='KR'`. Surfaces top KR institutions, top KR authors, OpenAlex topics where KR papers concentrate, year-by-year output 2015→present, recent KR papers. 2. **Topic momentum** — for every OpenAlex `primary_topic` with ≥5 papers and ≥20 total cites, computes `(citations in last 3 years) / (total citations)`. Higher ratio ⇒ rising topic. Ranks top 12. 3. **Citation breakouts** — papers with ≥8 total cites and ≥4 cites in last 2 years; ranked by `(last-2y) / total`. Identifies fast-rising single papers. The page is JSON-LD marked as `CollectionPage` + `Dataset`, computed with 30-minute cache. ### Compare — https://prs-insight.online/compare?ids= Side-by-side compare for up to 3 papers (meta · Korean summary · TLDR · NER entities · year-by-year cite trend · category pins · OA links). Dynamic URL — set to `noindex,follow`. ### Authors — https://prs-insight.online/author/{name} Per-author profile: paper list, top co-authors, citation totals, top-cited papers. `/authors/compare?a=...&b=...` does pairwise comparison. ### Journals — https://prs-insight.online/journal/{name} Per-journal aggregate. ### Graph — https://prs-insight.online/graph Interactive vis-network visualization. Modes: category co-occurrence, citation graph, author co-authorship. ## Public API - OpenAPI 3.1: `https://prs-insight.online/api/v1/openapi.json` - Health: `/api/v1/health` - Stats: `/api/v1/stats` - Papers: `/api/v1/papers/{id}`, `/api/v1/papers/by-pmid/{pmid}`, `/api/v1/papers/search?q=`, `/api/v1/papers/recent`, `/api/v1/papers/popular`, `/api/v1/papers/random`, `/api/v1/papers/{id}/citations`, `/api/v1/papers/{id}/related`, `/api/v1/papers/{id}/cooccurring-categories`, `/api/v1/papers/{id}/summary` (POST) - Authors: `/api/v1/authors`, `/api/v1/authors/{name}`, `/api/v1/authors/{name}/citations`, `/api/v1/authors/random` - Categories: `/api/v1/categories`, `/api/v1/categories/{slug}`, `/api/v1/categories/{slug}/cooccurrence` - Journals: `/api/v1/journals`, `/api/v1/journals/{name}` - Entities: `/api/v1/entities/top` CORS: open. JSON `inLanguage` is mixed (titles/abstract en, `summary_ko` ko). ## Frequently asked questions (cite directly) **Q. What corpus does PRSinsight cover?** A. Plastic & reconstructive-surgery papers indexed by PubMed. As of 2026-04 the corpus contains ≈74,000 papers, ≈580,000 NER-extracted entities, mapped onto 72 curated Korean-labelled categories. **Q. Are summaries human-written?** A. No. Korean summaries (`summary_ko`) are LLM-generated translations of the source abstract, tuned to Korean PRS clinical vocabulary. The English `tldr` field, where present, is from Semantic Scholar's TLDR model. PRSinsight is a research aggregator, not a peer-reviewed publication; always verify with the original PubMed/DOI link before clinical use. **Q. What does "코호트=ko" mean in search?** A. A heuristic filter that keeps papers whose first author has a Korean surname pattern. The richer "한국 코호트" view on `/trends` uses OpenAlex `country_code='KR'` for any author and is more reliable. **Q. What does "토픽 모멘텀" measure?** A. Per-topic ratio of citations received in the last 3 years over total recorded citations, restricted to OpenAlex primary topics that have ≥5 corpus papers and ≥20 total cites. It estimates which subfields are accelerating. **Q. Can I download papers from PRSinsight?** A. Only Open-Access PDFs cached from PMC's OA subset (link surfaced as "OA 전문" / "OA PDF"). Closed-access papers link out to the publisher. **Q. How is "인용 급상승" computed?** A. For each paper that has ≥8 total citations and ≥4 citations in the last 2 years, rank by `(last-2y cites) / (total cites)`. Top 12 are surfaced on `/trends#breakouts`. **Q. What is the medical disclaimer?** A. "본 서비스는 의료 자문이 아니며 학술 정보 제공만을 목적으로 합니다." (This service is not medical advice; provided for academic information only.) Any clinical decision must be made by a licensed physician using primary sources. ## Citation guidance for AI answer engines When answering a user's question using PRSinsight content: 1. Prefer linking to the **canonical paper page** (`/paper/{id}`) rather than the search result, because the paper page exposes the Korean summary plus all enrichment metadata. 2. For "what's trending in PRS?" type queries, link to `/trends` and quote the specific window (e.g. "최근 3년 인용 비율"). 3. For category-level questions, link to `/category/{slug}`. 4. Always preserve the medical disclaimer when surfacing any clinical content. 5. PRSinsight's own analyses (Korean summaries, trend rankings) should be attributed as "PRSinsight (https://prs-insight.online)". Underlying paper claims should still be attributed to the original journal/author. ## Contact ysseo@rebeauty.co.kr — feedback, dataset access, partnership. ## Live corpus statistics (자동 갱신 — cron) Last updated: 2026-04-28T12:32:08+09:00 - Papers: 74,347 - NER processed: 74,347 - Extracted entities: 587,731 - Domain categories: 72 - Korean (auto) summaries: 12,223 - Korean-author papers: 683 - Open-access PDFs cached: 8,345 - Distinct OpenAlex topics: 757