MCPcopy Create free account

hub / github.com/OSU-NLP-Group/GUI-Agents-Paper-List / functions

Functions114 in github.com/OSU-NLP-Group/GUI-Agents-Paper-List

↓ 11 callersFunctionmaxIdx
()
site/src/islands/PaperBrowser.tsx:795
↓ 10 callersFunctionhighlight
(text: string, query: string | undefined)
site/src/islands/PaperBrowser.tsx:1072
↓ 10 callersFunctionsetOrDelete
(k: string, v: string)
site/src/islands/PaperBrowser.tsx:108
↓ 10 callersFunctiontoggle
(s: () => Set<string>, setS: (v: Set<string>) => void, val: string)
site/src/islands/PaperBrowser.tsx:327
↓ 8 callersFunctionfmtMonth
(m: string)
site/src/islands/PaperBrowser.tsx:127
↓ 8 callersFunctionfromIdx
()
site/src/islands/PaperBrowser.tsx:811
↓ 8 callersFunctiontoIdx
()
site/src/islands/PaperBrowser.tsx:815
↓ 7 callersFunctionisDark
()
site/src/islands/StatsCharts.tsx:12
↓ 6 callersFunctionidxToYm
(idx: number)
site/src/islands/PaperBrowser.tsx:806
↓ 6 callersFunctionlookupVenueFamily
(head: string)
site/src/lib/venues.ts:139
↓ 6 callersFunctionnormalizePublisher
(raw: string | null | undefined)
site/src/lib/venues.ts:170
↓ 6 callersFunctiontooltipBase
(c: ReturnType<typeof paperColors>)
site/src/islands/StatsCharts.tsx:67
↓ 5 callersFunctioncsv
(k: string)
site/src/islands/PaperBrowser.tsx:89
↓ 5 callersFunctionfilterSection
( label: string, items: () => [string, number][], selected: () => Set<string>, setSelected: (v
site/src/islands/PaperBrowser.tsx:432
↓ 5 callersFunctionjoin
(s: Set<string>)
site/src/islands/PaperBrowser.tsx:112
↓ 5 callersFunctionlabelLeft
()
site/src/islands/PaperBrowser.tsx:921
↓ 5 callersFunctionsetFromIdx
(idx: number)
site/src/islands/PaperBrowser.tsx:825
↓ 5 callersFunctionsetToIdx
(idx: number)
site/src/islands/PaperBrowser.tsx:831
↓ 5 callersFunctionuniqueCount
(items: T[])
site/src/islands/PaperBrowser.tsx:56
↓ 5 callersFunctionwidthPct
(idx: number)
site/src/islands/PaperBrowser.tsx:823
↓ 4 callersFunctionarrayOfStrings
(v: unknown)
site/src/lib/parsePapers.ts:142
↓ 4 callersFunctionclose
()
site/src/islands/UiPrimitives.tsx:33
↓ 4 callersFunctionescapeBibValue
(s: string)
site/src/islands/PaperBrowser.tsx:1095
↓ 4 callersFunctionformatBib
(kind: string, key: string, fields: Array<[string, string]>)
site/src/islands/PaperBrowser.tsx:1163
↓ 4 callersFunctionlabelRight
()
site/src/islands/PaperBrowser.tsx:922
↓ 4 callersFunctionpaperMonth
(p: BrowserPaper)
site/src/islands/PaperBrowser.tsx:137
↓ 3 callersFunctionactive
()
site/src/islands/UiPrimitives.tsx:123
↓ 3 callersFunctionapplyPreset
(months: number)
site/src/islands/PaperBrowser.tsx:905
↓ 3 callersFunctionmonthAddOffset
(ym: string, offset: number)
site/src/islands/PaperBrowser.tsx:760
↓ 3 callersFunctionparse_date_string
Tolerant date parser. Accepts ISO YYYY-MM-DD, YYYY-MM, "Month DD, YYYY", "Month YYYY" and any year-only fallback. Returns a pandas Timestamp;
scripts/regen.py:113
↓ 3 callersFunctiontrackPosToIdx
(clientX: number)
site/src/islands/PaperBrowser.tsx:838
↓ 2 callersFunctionapplyYear
(year: number)
site/src/islands/PaperBrowser.tsx:912
↓ 2 callersFunctionbuild
()
site/src/islands/StatsCharts.tsx:121
↓ 2 callersFunctioncoerceMonthStr
(raw: string | null)
site/src/islands/PaperBrowser.tsx:67
↓ 2 callersFunctiondone
()
site/src/islands/PaperBrowser.tsx:1203
↓ 2 callersFunctionisActive
()
site/src/islands/PaperBrowser.tsx:923
↓ 2 callersFunctionload_yaml
(path: Path)
scripts/regen.py:82
↓ 2 callersFunctionnormalize_papers
Sort newest-first; fill in display_date.
scripts/regen.py:189
↓ 2 callersFunctionnormalize_title
(title: str)
scripts/sync_dates_from_paper_db.py:46
↓ 2 callersFunctionparsePapersYaml
( rawYaml: string, source: 'canonical' | 'adjacent', )
site/src/lib/parsePapers.ts:179
↓ 2 callersFunctionpick
(value: T)
site/src/islands/UiPrimitives.tsx:35
↓ 2 callersFunctionreadUrlState
()
site/src/islands/PaperBrowser.tsx:75
↓ 2 callersFunctionstartDrag
(thumb: 'from' | 'to', e: PointerEvent)
site/src/islands/PaperBrowser.tsx:858
↓ 2 callersFunctiontrackKey
(thumb: 'from' | 'to', e: KeyboardEvent)
site/src/islands/PaperBrowser.tsx:884
↓ 2 callersFunctionwrite_yaml
(path: Path, papers: list[dict[str, Any]], header: str)
scripts/regen.py:91
↓ 2 callersFunctionymToIdx
(ym: string | null)
site/src/islands/PaperBrowser.tsx:796
↓ 1 callersFunction_detect_repo_root
()
scripts/regen.py:42
↓ 1 callersFunctionactionItems
()
site/src/islands/PaperBrowser.tsx:1190
↓ 1 callersFunctionbibKey
(p: BrowserPaper)
site/src/islands/PaperBrowser.tsx:1088
↓ 1 callersFunctionbibtexVenueKind
(raw: string)
site/src/lib/venues.ts:231
↓ 1 callersFunctionbuildBibtex
(p: BrowserPaper)
site/src/islands/PaperBrowser.tsx:1116
↓ 1 callersFunctionbuildLineIndex
Best-effort line numbers for "edit on GitHub" links into the YAML. * We scan the raw text for "- title: <…>" lines in the same order * the parser
site/src/lib/parsePapers.ts:167
↓ 1 callersFunctionbuildQuarterly
(papers: BrowserPaper[])
site/src/islands/StatsCharts.tsx:88
↓ 1 callersFunctionbuildReportUrl
(p: BrowserPaper)
site/src/islands/PaperBrowser.tsx:1167
↓ 1 callersFunctionchdir
(path: Path)
tests/test_local_update_workflow.py:17
↓ 1 callersFunctionclearAll
()
site/src/islands/PaperBrowser.tsx:333
↓ 1 callersFunctioncurrent
()
site/src/islands/UiPrimitives.tsx:31
↓ 1 callersFunctiondate_to_iso
(raw: str)
scripts/regen.py:154
↓ 1 callersFunctiondisplay_date
(raw: str, ts: pd.Timestamp)
scripts/regen.py:144
↓ 1 callersFunctionemit_keyword_chart
Quarterly trend + top-25 keyword PNGs. Best-effort — skipped silently when plotly isn't installed. Styling matches the pre-YAML version (sharp
scripts/regen.py:301
↓ 1 callersFunctionemit_yaml
(canonical: list[dict[str, Any]], adjacent: list[dict[str, Any]])
scripts/regen.py:211
↓ 1 callersFunctionenv_string
(envs: list[str])
scripts/regen.py:166
↓ 1 callersFunctionexpandDate
Expand a YAML date string into the metadata the site needs. * * Accepted forms: * "YYYY-MM-DD" full date, day known * "YYYY-MM" month
site/src/lib/parsePapers.ts:86
↓ 1 callersFunctionextractArxivId
(link: string)
site/src/lib/parsePapers.ts:151
↓ 1 callersFunctionhl
()
site/src/islands/UiPrimitives.tsx:124
↓ 1 callersFunctioninRange
()
site/src/islands/PaperBrowser.tsx:970
↓ 1 callersFunctionisValidMonthStr
(s: string)
site/src/islands/PaperBrowser.tsx:64
↓ 1 callersFunctionkw_string
(keywords: list[str])
scripts/regen.py:170
↓ 1 callersFunctionlastDayOfMonth
(y: number, mZeroBased: number)
site/src/lib/parsePapers.ts:70
↓ 1 callersFunctionloadAllPapers
()
site/src/lib/parsePapers.ts:239
↓ 1 callersFunctionload_module
(module_name: str, path: Path)
tests/test_local_update_workflow.py:26
↓ 1 callersFunctionload_paper_db
()
scripts/sync_dates_from_paper_db.py:50
↓ 1 callersFunctionmain
()
main.py:1
↓ 1 callersFunctionmain
()
scripts/sync_dates_from_paper_db.py:116
↓ 1 callersFunctionmd_entry_for_readme
(p: dict[str, Any])
scripts/regen.py:174
↓ 1 callersFunctionmulberry32
(a: number)
site/src/islands/PaperBrowser.tsx:46
↓ 1 callersFunctionopacity
(v: number)
site/src/islands/StatsCharts.tsx:495
↓ 1 callersFunctionpaperColors
()
site/src/islands/StatsCharts.tsx:18
↓ 1 callersFunctionparse_args
()
scripts/sync_dates_from_paper_db.py:39
↓ 1 callersFunctionpersist
()
site/src/islands/PaperBrowser.tsx:206
↓ 1 callersFunctionprocess
()
scripts/regen.py:415
↓ 1 callersFunctionquarterKey
(iso: string)
site/src/islands/StatsCharts.tsx:82
↓ 1 callersFunctionrender_readme
Render README.md directly from papers.yaml + readme_template/template.md. No intermediate fragment files — the template's placeholders are su
scripts/regen.py:228
↓ 1 callersFunctionresizeAll
()
site/src/islands/StatsCharts.tsx:418
↓ 1 callersFunctionsize
(v: number)
site/src/islands/StatsCharts.tsx:491
↓ 1 callersFunctionslugFromTitle
(title: string)
site/src/lib/parsePapers.ts:156
↓ 1 callersFunctionstripPresentation
Strip a trailing presentation tag like "(Poster)", "(Oral)", * "(Spotlight)", "(Highlight)" — these never change which venue * bucket a paper belo
site/src/lib/venues.ts:132
↓ 1 callersFunctionwriteUrlState
(state: ReturnType<typeof readUrlState>)
site/src/islands/PaperBrowser.tsx:105
FunctionDateRangeSection
(props: DateRangeProps)
site/src/islands/PaperBrowser.tsx:768
FunctionGET
(context: { site: URL | undefined })
site/src/pages/rss.xml.ts:5
FunctionKeywordCloud
(props: { items: Array<{ k: string; v: number }>; basePath: string })
site/src/islands/StatsCharts.tsx:486
FunctionPaperBrowser
(props: Props)
site/src/islands/PaperBrowser.tsx:143
FunctionPaperCardClient
(props: CardProps)
site/src/islands/PaperBrowser.tsx:1179
FunctionSelect
(props: SelectProps<T>)
site/src/islands/UiPrimitives.tsx:25
FunctionStatsCharts
(props: Props)
site/src/islands/StatsCharts.tsx:109
FunctionToggle
(props: ToggleProps)
site/src/islands/UiPrimitives.tsx:177
Function_literal_representer
(dumper, data)
scripts/sync_dates_from_paper_db.py:109
Function_literal_representer
(dumper, data)
scripts/regen.py:75
FunctionbuildBrowseUrl
(basePath: string, params: Record<string, string | undefined>)
site/src/lib/site.ts:17
FunctionclearRange
()
site/src/islands/PaperBrowser.tsx:916
next →1–100 of 114, ranked by callers