MCPcopy Create free account

hub / github.com/DennisRotondi/awesome-3D-scene-graphs / functions

Functions103 in github.com/DennisRotondi/awesome-3D-scene-graphs

↓ 27 callersFunctionerr
(name: str, msg: str)
scripts/validate_papers.py:63
↓ 10 callersFunctionwarn
(name: str, msg: str)
scripts/validate_papers.py:67
↓ 8 callersFunctioncn
(...inputs: ClassValue[])
website/src/lib/utils.ts:4
↓ 8 callersFunctionsval
(k: str)
scripts/validate_papers.py:259
↓ 3 callersFunctionextract_bib_field
Return the value of a top-level `field = {...}` (or `field = value`) in a BibTeX entry, or None if the field is absent. Brace-aware: nested b
scripts/validate_papers.py:92
↓ 3 callersFunctionformatDate
(dateStr: string)
website/src/components/Constants.tsx:30
↓ 3 callersFunctionnorm_venue
Normalize a venue string for comparison: drop braces, collapse whitespace, lowercase. Absorbs the cosmetic differences between hand-written BibTeX
scripts/validate_papers.py:85
↓ 3 callersFunctiononUpdateBar
(id: number, newValue: string | DateRange | undefined)
website/src/pages/AdvancedSearch.tsx:223
↓ 3 callersFunctionread
()
website/src/utils/bookmarks.ts:7
↓ 2 callersFunctionbuildJsonString
()
website/src/pages/Contribute.tsx:108
↓ 2 callersFunctionemptyPaper
()
website/src/pages/Contribute.tsx:22
↓ 2 callersFunctiongetBookmarkCount
()
website/src/utils/bookmarks.ts:27
↓ 2 callersFunctiongetPaperLinks
(paper: Paper)
website/src/components/paperLinks.tsx:8
↓ 2 callersFunctionisBookmarked
(id: string)
website/src/utils/bookmarks.ts:37
↓ 2 callersFunctionis_http_url
(value: str)
scripts/validate_papers.py:77
↓ 2 callersFunctionnorm_title
Normalize a title for duplicate detection: lowercase, then drop everything that is not a letter or digit, so case/spacing/punctuation variants col
scripts/validate_papers.py:71
↓ 2 callersFunctiononBookmarksChange
(callback: () => void)
website/src/utils/bookmarks.ts:32
↓ 2 callersFunctionvalidate
()
website/src/pages/Contribute.tsx:91
↓ 1 callersFunctionDownloadBibTeX
()
website/src/pages/AdvancedSearch.tsx:327
↓ 1 callersFunctionaddSearchBar
(field: string)
website/src/pages/AdvancedSearch.tsx:92
↓ 1 callersFunctionauthor_string
(authors)
scripts/table_to_json.py:84
↓ 1 callersFunctionbib_venue
Return (field-name, value) of the BibTeX venue -- booktitle or journal -- or (None, None) if neither is present (i.e. an arXiv-style @misc entry).
scripts/validate_papers.py:119
↓ 1 callersFunctionbuildSearchBar
(bar: SearchBarConfig)
website/src/pages/AdvancedSearch.tsx:266
↓ 1 callersFunctionbuild_indexes
Map arXiv id -> [filenames] and normalized-title -> [filenames] across every (parseable) file, so duplicates are detected regardless of which subs
scripts/validate_papers.py:345
↓ 1 callersFunctionbuild_section_table
(papers: list[dict], section: str)
scripts/json_to_md.py:101
↓ 1 callersFunctioncapitalize
(str: string)
website/src/pages/AdvancedSearch.tsx:90
↓ 1 callersFunctioncheck_keywords
Check if the paper contains only the right keywords. Fixes issues related to capitalization and spacing.
scripts/table_to_json.py:33
↓ 1 callersFunctionextractBibKey
(bibtex: string)
website/src/components/papers.tsx:19
↓ 1 callersMethodextractSingle
(suggestions, field)
website/src/components/SearchBar.tsx:142
↓ 1 callersFunctionextractYouTubeId
(url: string)
website/src/pages/Paper.tsx:9
↓ 1 callersFunctionextract_bibkey
(bibtex)
scripts/table_to_json.py:159
↓ 1 callersFunctionfilter_missing_papers
Filter out papers with missing key fields: TITLE, AUTHOR, VENUE, ARXIV.
scripts/table_to_json.py:14
↓ 1 callersFunctiongenerate_bibtex
(papers)
scripts/table_to_json.py:100
↓ 1 callersFunctiongenerate_plots
(papers: list[dict], plots_dir: str = "plots")
scripts/json_to_md.py:119
↓ 1 callersFunctiongenerate_readme
(papers: list[dict], output_path: str)
scripts/json_to_md.py:153
↓ 1 callersFunctiongetColorForYear
(year: number)
website/src/components/Timeline.tsx:389
↓ 1 callersFunctionget_sections
(paper: dict)
scripts/json_to_md.py:83
↓ 1 callersFunctionhandleCopy
()
website/src/pages/Home.tsx:16
↓ 1 callersFunctionhandleSuggestionSelected
( _event: React.FormEvent, { suggestionValue }: { suggestionValue: string }, id: number )
website/src/pages/AdvancedSearch.tsx:236
↓ 1 callersFunctionmain
(argv: list[str])
scripts/validate_papers.py:365
↓ 1 callersFunctionmake_extra
(paper: dict)
scripts/json_to_md.py:92
↓ 1 callersFunctiononOptionChange
(id: number, newOption: string)
website/src/pages/AdvancedSearch.tsx:113
↓ 1 callersFunctionremoveSearchBar
(id: number)
website/src/pages/AdvancedSearch.tsx:109
↓ 1 callersMethodrender
()
website/src/components/SearchBar.tsx:230
↓ 1 callersFunctionselect_bib
(venue_full)
scripts/table_to_json.py:91
↓ 1 callersFunctionslugify
(s?: string)
website/src/pages/Contribute.tsx:125
↓ 1 callersFunctionsplit_authors
(authors_str)
scripts/table_to_json.py:71
↓ 1 callersFunctionthrottle
(fn: (...args: T) => void, delay: number)
website/src/components/Timeline.tsx:93
↓ 1 callersFunctiontoggleBookmark
(id: string)
website/src/utils/bookmarks.ts:42
↓ 1 callersFunctiontoggleKeyword
(term: string)
website/src/pages/Contribute.tsx:49
↓ 1 callersFunctionvalidate_bibtex
Validate that BIBTEX is well-formed and stays coherent with the structured fields -- above all with VENUE. The classic bug this guards against: a
scripts/validate_papers.py:129
↓ 1 callersFunctionvalidate_file
(path: Path, arxiv_to_files: dict[str, list[str]], title_to_files: dict[str, list[str]])
scripts/validate_papers.py:205
↓ 1 callersFunctionwrite
(ids: Set<string>)
website/src/utils/bookmarks.ts:18
FunctionAbout
()
website/src/pages/About.tsx:95
FunctionAdvancedSearch
()
website/src/pages/AdvancedSearch.tsx:24
FunctionApp
()
website/src/App.tsx:52
FunctionContribute
()
website/src/pages/Contribute.tsx:37
FunctionCustomSelectDropdown
(props: DropdownProps)
website/src/components/DatePicker.tsx:29
FunctionFAQ
()
website/src/pages/FAQ.tsx:8
FunctionFooterComponent
()
website/src/components/FooterComponent.tsx:4
FunctionGrowthChart
()
website/src/components/GrowthChart.tsx:9
FunctionHome
()
website/src/pages/Home.tsx:14
FunctionNavbarComponent
()
website/src/components/Navbar.tsx:11
FunctionPaperPage
()
website/src/pages/Paper.tsx:20
FunctionRouteTracker
()
website/src/App.tsx:31
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
website/src/components/ui/select.tsx:7
FunctionSelectContent
({ className, children, position = 'popper', ...props }: React.ComponentProps<typeof SelectPrimitive.C
website/src/components/ui/select.tsx:45
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
website/src/components/ui/select.tsx:11
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
website/src/components/ui/select.tsx:90
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
website/src/components/ui/select.tsx:80
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
website/src/components/ui/select.tsx:142
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
website/src/components/ui/select.tsx:127
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
website/src/components/ui/select.tsx:114
FunctionSelectTrigger
({ className, size = 'default', children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
website/src/components/ui/select.tsx:19
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
website/src/components/ui/select.tsx:15
FunctionStatsPlot
({ suggestions = [], mode = 'keyword' }: StatsPlotProps)
website/src/components/StatsPlot.tsx:25
FunctionSuggestionCard
({ sugg, detailLevel, onKeywordClick, }: { sugg: Paper; detailLevel: DetailLevel; onKeywordClick?:
website/src/components/SuggestionCard.tsx:12
MethodcomponentDidMount
()
website/src/components/DatePicker.tsx:84
MethodcomponentDidUpdate
(prevProps)
website/src/components/SearchBar.tsx:39
MethodcomponentWillUnmount
()
website/src/components/DatePicker.tsx:88
Methodconstructor
(props: DatePickerProps)
website/src/components/DatePicker.tsx:69
Methodconstructor
(props)
website/src/components/SearchBar.tsx:30
FunctionformatTimeTick
(value: number)
website/src/components/Timeline.tsx:377
MethodgetValue
()
website/src/components/DatePicker.tsx:203
FunctionhandleBookmark
()
website/src/components/SuggestionCard.tsx:30
FunctionhandleChange
(e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>)
website/src/pages/Contribute.tsx:67
MethodhandleClear
()
website/src/components/DatePicker.tsx:193
FunctionhandleClick
(e: React.SyntheticEvent, value: string, suggestions: Paper[])
website/src/pages/Home.tsx:31
MethodhandleClickOutside
(event: MouseEvent)
website/src/components/DatePicker.tsx:167
FunctionhandleCopy
()
website/src/components/SuggestionCard.tsx:37
FunctionhandleCopy
()
website/src/pages/Paper.tsx:33
FunctionhandleCopy
()
website/src/pages/Contribute.tsx:110
FunctionhandleDownload
()
website/src/pages/Contribute.tsx:132
FunctionhandleKeywordClick
(term: string)
website/src/pages/AdvancedSearch.tsx:245
MethodhandleRangeSelect
(range?: DateRange)
website/src/components/DatePicker.tsx:179
FunctionhandleReset
()
website/src/pages/Contribute.tsx:151
FunctionhandleSuggestionSelected
( _event: React.FormEvent, { suggestion, suggestionValue }: { suggestion: Paper; suggestionValue: stri
website/src/pages/Home.tsx:23
FunctionhandleValueChange
(newValue: string)
website/src/components/DatePicker.tsx:32
FunctiononMouseDown
(e: React.MouseEvent<HTMLDivElement>)
website/src/components/Timeline.tsx:247
FunctiononMouseLeave
()
website/src/components/Timeline.tsx:302
next →1–100 of 103, ranked by callers