MCPcopy Create free account

hub / github.com/Lossfunk/indiaml-tracker / functions

Functions271 in github.com/Lossfunk/indiaml-tracker

FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
ui/indiaml-tracker/src/components/ui/drawer.tsx:67
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
ui/indiaml-tracker/src/components/ui/drawer.tsx:56
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
ui/indiaml-tracker/src/components/ui/dropdown-menu.tsx:169
FunctionFilterBar
({ searchTerm, setSearchTerm, isFirstAuthorIndian, setIsFirstAuthorIndian, isMajorityAuthorsIndian,
ui/indiaml-tracker/src/v1/filter-bar.tsx:32
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
ui/indiaml-tracker/src/components/ui/form.tsx:29
FunctionGlobalDistributionChart
({ countries, focusCountry, colorMap, height = 400, maxBars = 15, showFocusCountryIfOutsideMax = t
ui/indiaml-tracker/src/v1/components/charts/global-distribution-chart.tsx:33
FunctionGlobeScene
()
ui/indiaml-tracker/src/components/3d/globe-scene.tsx:30
FunctionHome
()
ui/indiaml-tracker/src/v1/papers.tsx:6
FunctionHomePage
()
ui/indiaml-tracker/src/v1/Landing.tsx:5
FunctionInstitutionCard
({ institution, index, })
ui/indiaml-tracker/src/v1/components/dashboard/institution-card.tsx:22
FunctionInterpretationPanel
({ insights, title = "Key Insights", icon = <FaLightbulb />, iconColorClass = "text-amber-500 dark:tex
ui/indiaml-tracker/src/v1/components/shared/interpretation-panel.tsx:14
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
ui/indiaml-tracker/src/components/ui/menubar.tsx:201
FunctionMotivation
()
ui/indiaml-tracker/src/v1/motivation.tsx:60
FunctionPaperCard
({ title, authors, conference, delay })
ui/indiaml-tracker/src/v1/Landing.tsx:423
FunctionPieChart
({ data, title, width = '100%', height = 300, showLabels = false, showTooltip = true, showLegend
ui/indiaml-tracker/src/v1/components/charts/pie-chart.tsx:35
FunctionResearchPapersShowcase
()
ui/indiaml-tracker/src/v1/research-paper-showcase.tsx:117
FunctionRotatingGlobe
()
ui/indiaml-tracker/src/components/3d/globe-scene.tsx:6
FunctionSection
({ title, subtitle, children, id, className = "", })
ui/indiaml-tracker/src/v1/components/shared/section.tsx:9
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
ui/indiaml-tracker/src/components/ui/sheet.tsx:95
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
ui/indiaml-tracker/src/components/ui/sheet.tsx:81
FunctionSheetPortal
({ className, ...props }: SheetPrimitive.DialogPortalProps)
ui/indiaml-tracker/src/components/ui/sheet.tsx:14
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
ui/indiaml-tracker/src/components/ui/skeleton.tsx:3
FunctionStatCard
({ title, value, icon, colorClass, subtitle, className = "", })
ui/indiaml-tracker/src/v1/components/shared/stat-card.tsx:7
FunctionStatsCard
({ number, label, icon })
ui/indiaml-tracker/src/v1/Landing.tsx:396
FunctionTabButton
({ active, onClick, children, icon, })
ui/indiaml-tracker/src/v1/components/shared/charts/chart-components.tsx:257
FunctionThemeProvider
({ children, defaultTheme = "system", storageKey = "vite-ui-theme", ...props }: ThemeProviderProps)
ui/indiaml-tracker/src/components/theme-provider.tsx:26
FunctionToaster
()
ui/indiaml-tracker/src/components/ui/toaster.tsx:11
FunctionToaster
({ ...props }: ToasterProps)
ui/indiaml-tracker/src/components/ui/sonner.tsx:6
FunctionTopNav
()
ui/indiaml-tracker/src/v1/top-nav.tsx:11
FunctionTweet
({ className })
ui/indiaml-tracker/src/v1/Tweet.tsx:25
Method__enter__
(self)
indiaml/indiaml/venue/venudao.py:20
Method__exit__
(self, exc_type, exc_value, traceback)
indiaml/indiaml/venue/venudao.py:23
Method__init__
(self, config)
indiaml/indiaml/venue_adapters/base_adapter.py:35
Method__init__
(self)
indiaml/indiaml/venue/venudao.py:17
Method__init__
(self)
indiaml/indiaml/pipeline/affiliation_checker.py:21
Method__init__
Initialize the analytics engine. Args: db_path: Path to the SQLite database institution_file: Path t
eda/eda-complete-analytics.py:16
FunctioncapitalizeFirstLetter
(string: string)
ui/indiaml-tracker/src/v1/research-paper-showcase.tsx:112
Functioncountry_to_iso
Convert country names to ISO Alpha-3 codes
indiaml/indiaml/pipeline/generate_final_jsons.py:14
Functioncountry_to_iso3
(iso_code)
eda/eda-topInst.py:28
Methoddetermine_status
Determines the submission status based on venue-specific logic.
indiaml/indiaml/venue_adapters/base_adapter.py:45
Functionextract_first_author_name
(author_str)
eda/eda7.py:19
Functionextract_summary_points
Processes the paper content to extract summary points based on the system prompt. This tool primarily relies on the LLM's capability guided b
eda/agents-1.py:167
Methodfetch_authors
Fetch author profiles while strictly preserving original author IDs. Handles OpenReview's profile merging and username changes.
indiaml/indiaml/venue_adapters/neurips_adapter.py:79
Methodfetch_openreview_username
Fetch the OpenReview username using the OpenReview API. Returns None if not found or on error.
indiaml/indiaml/venue/venudao.py:26
Methodfetch_papers
(self)
indiaml/indiaml/venue_adapters/neurips_adapter.py:21
Functiongenerate_hypotheses_from_summary
Generates commercial hypotheses based on the paper summary and constraints. Args: ctx: The run context. summary: The structu
eda/agents-1.py:209
FunctionhandleAnimationEnd
()
ui/indiaml-tracker/src/v1/animated-logo.tsx:16
FunctionhandleCardClick
(e: React.MouseEvent<HTMLDivElement>)
ui/indiaml-tracker/src/v1/paper-card.tsx:134
FunctionhandleClick
()
ui/indiaml-tracker/src/v1/animated-logo.tsx:8
FunctionhandleDownload
()
ui/indiaml-tracker/src/components/card-component.jsx:35
FunctionhandleExportInstitutions
()
ui/indiaml-tracker/src/v1/components/dashboard/conference-dashboard.tsx:135
FunctionhandleFlip
()
ui/indiaml-tracker/src/components/card-component.jsx:33
FunctionrenderActiveShape
(props: any)
ui/indiaml-tracker/src/v1/components/shared/charts/chart-components.tsx:116
FunctionrenderCustomizedLabel
({ cx, cy, midAngle, innerRadius, outerRadius, percent, index, name, value, }: any)
ui/indiaml-tracker/src/v1/components/shared/charts/chart-components.tsx:208
FunctionrenderCustomizedLabel
({ cx, cy, midAngle, innerRadius, outerRadius, percent, index, name }: any)
ui/indiaml-tracker/src/v1/components/charts/pie-chart.tsx:62
Functionscore_hypotheses_tool
Scores hypotheses based on the 10x rubric, using provided market data. Args: ctx: The run context. hypotheses_with_market_da
eda/agents-1.py:307
MethodsetUp
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:8
Methodtest_affiliation_record_with_none_values
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:253
Methodtest_affiliation_with_no_country
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:157
Methodtest_invalid_dates_in_affiliation_history
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:180
Methodtest_multiple_affiliations_no_overlap
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:59
Methodtest_multiple_affiliations_with_overlap
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:123
Methodtest_no_affiliation_history
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:11
Methodtest_partial_affiliation_records
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:199
Methodtest_single_affiliation_outside_date
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:41
Methodtest_single_affiliation_within_date
(self)
indiaml/indiaml/tests/test_affiliation_checker.py:18
Functiontoast
({ ...props }: Toast)
ui/indiaml-tracker/src/components/ui/use-toast.ts:143
FunctiontoggleAuthors
()
ui/indiaml-tracker/src/components/card-component.jsx:34
FunctiontoggleDarkMode
()
ui/indiaml-tracker/src/components/card-component.jsx:229
Functionupdate
(props: ToasterToast)
ui/indiaml-tracker/src/components/ui/use-toast.ts:146
Methodupdate_venue_metadata
Update venue metadata such as source_adapter, source_id, adapter_class, etc. This can be extended based on your specific metadata needs.
indiaml/indiaml/venue/venudao.py:194
← previous201–271 of 271, ranked by callers