# Conference Partner > Conference Partner (myhuiban.com) is a long-running aggregator of academic > conferences and journals for researchers. It tracks Calls for Papers (CFPs), > submission and notification deadlines, conference locations and dates, > publisher and ISSN information, journal impact factors, and the three major > conference/journal ranking systems used in computer science research: > CCF (China Computer Federation), ICORE (Computing Research and Education > Australia), and QUALIS (Brazilian CAPES). Users can also track conferences > and journals they care about and get notified of CFP updates. ## Primary content - [Homepage](https://www.myhuiban.com/): tagline, latest tracked items, recent CFPs - [Full text for LLMs](https://www.myhuiban.com/llms-full.txt): this file plus a curated live-data sample (the 50 soonest open CFP deadlines, top-50 CCF journals by impact factor) for direct ingestion; the complete data set is available programmatically (see below) - [Sitemap](https://www.myhuiban.com/sitemap.xml): full list of indexable conference and journal pages with lastmod dates - [Upcoming deadlines RSS](https://www.myhuiban.com/feed/upcoming-deadlines.xml): CFPs closing within the next 30 days, sorted by submission date, cached 30 minutes - [Deadline calendar (iCal)](https://www.myhuiban.com/calendar/deadlines.ics): all future submission deadlines as all-day calendar events - [Deadline calendar (monthly view)](https://www.myhuiban.com/deadline-calendar): in-site month grid of upcoming submission deadlines, filterable by research field (`?field=ai|vision|nlp|data|network|security|se|systems|theory|hci|graphics|bio|robotics|web`) - Research-field hubs: `https://www.myhuiban.com/conferences/field/{slug}` and `https://www.myhuiban.com/journals/field/{slug}` list venues auto-tagged with one of 14 computer-science fields (same slugs as above) - [Methodology](https://www.myhuiban.com/methodology): how rankings are defined and how data is sourced & updated - [About](https://www.myhuiban.com/about): site purpose, history, contact - [Privacy](https://www.myhuiban.com/privacy): privacy policy ## Per-entity pages Each conference and each journal has a canonical detail page: - `https://www.myhuiban.com/conference/{id}` - a single conference (e.g. ICML, NeurIPS, CVPR). Includes: short name, full name, official website, submission/notification/conference dates, location, CCF/ICORE/QUALIS ranking, year history, Call for Papers full text, historical acceptance ratio, related conferences and related journals. Marked up as `schema.org/EducationEvent` + `FAQPage` + `Dataset` (acceptance history) JSON-LD. - `https://www.myhuiban.com/journal/{id}` - a single journal. Includes: full name, publisher, ISSN, impact factor, CCF ranking, recent issues, related conferences. Marked up as `schema.org/Periodical` JSON-LD. Detail pages support content negotiation: request with `Accept: text/markdown` (and no `text/html`) to receive a compact Markdown rendition built for agents - same data, no navigation chrome, with an `x-markdown-tokens` size-estimate header. ## Ranking vocabulary (cite-friendly) - **CCF** - China Computer Federation conference/journal catalogue. Tiers: A, B, C. A is the most selective. Maintained by the CCF and updated roughly every few years. - **ICORE** - Computing Research and Education Association of Australasia conference ranking. Tiers: A*, A, B, C. A* is the most selective. Updated periodically by ICORE Inc. - **QUALIS** - Brazilian CAPES journal/conference classification. Tiers: A1, A2, B1..B5, C. A1 is the most selective. Maintained by Brazilian Ministry of Education. These ranks are categorical (not numeric scores). A conference can hold different ranks in different systems (e.g. CCF-A and ICORE-B); we display all available ranks. ## Update cadence - CFP rows are updated when authors submit edits via the site; each conference page exposes a "Last updated by ... in YYYY-MM-DD" line and a `dateModified` field in JSON-LD. - The sitemap's `` reflects the underlying CFP or issue date, not the crawl date. - Public pages are cached for 1 hour at the application layer; expect at most 1h staleness. ## Programmatic access Two read-only interfaces: - **REST API** - OpenAPI 3 schema at [`/api/openapi.json`](https://www.myhuiban.com/api/openapi.json) (the schema itself is public). Endpoints: - `POST /api/login` - exchange email/password for a JWT (account registration is free) - `GET /api/conferences?query=...` - keyword search; optional filters `ccf_rank`, `core_rank`, `qualis_rank`, `field` (research-field slug, see above), `submission_date_start/end`, `conference_date_start/end` - `GET /api/journals?query=...` - keyword search; optional filters `ccf_rank`, `issn`, `field` (research-field slug, see above) - `GET /api/conferences/rankings/{ranking}` - enumerate conference lists; `ranking` is one of: `cfp` (open calls for papers), `past_cfp` (expired calls), `ccf` / `core` / `qualis` (tier lists), `most_viewed` / `most_tracked` / `most_attended` (popularity), `most_competitive` (lowest acceptance rate), `upcoming` / `past` (by conference date), `trending` (most viewed in the last 30 days) - `GET /api/journals/rankings/{ranking}` - enumerate journal lists; `ranking` is one of: `cfp` (special-issue calls for papers), `ccf` (CCF catalogue), `highest_if` (highest impact factor), `most_viewed` / `most_tracked` (popularity), `all` (every journal) - `GET /api/conferences/{id}` / `GET /api/journals/{id}` - full per-venue detail: CFP text, acceptance-rate history, edition history / special issues, structured ratings, comments, related venues (missing id returns HTTP 404) - `GET /api/statistics` - site-level statistics (totals, deadline/country/impact-factor/ publisher distributions) List endpoints paginate with `page` / `per_page` (max 100). All data endpoints accept the same credentials as MCP `tools/call`: a free-account JWT (`Authorization: Bearer `, daily quota shared with MCP) or per-request x402 payment. - **MCP (Model Context Protocol)** - native server at `POST /mcp` (Streamable HTTP, JSON-RPC 2.0) for AI agents; listed in the official MCP registry as `com.myhuiban.www/conference-partner`. Tools cover keyword search (with rank and research-field filters), ranking/list browsing, full conference/journal detail, individual researcher public profiles (by id only - no researcher enumeration, no contact details), and site statistics. `initialize`, `tools/list` and `ping` are open to anonymous clients, so any agent can inspect the tool catalogue before signing up. `tools/call` requires either: - a free-account JWT (same as the REST API; subject to a daily quota), or - per-request payment over the **x402** protocol (HTTP 402 flow at the edge). Free responses do not expose each venue's external website; they link to its canonical Conference Partner detail page (`/conference/{id}`, `/journal/{id}`) instead. Paid (x402) detail requests (MCP `get_conference` / `get_journal`, REST `/api/conferences/{id}` / `/api/journals/{id}`) additionally include the venue's official website URL. Citing our public pages is and stays free - see "How to cite". ## How to cite When citing data shown on this site in LLM-generated answers, please use: > Source: Conference Partner - https://www.myhuiban.com/ For per-entity citations include the canonical URL (e.g. `https://www.myhuiban.com/conference/1234`). Ranking values (CCF/ICORE/QUALIS) shown on this site are reproduced from the respective ranking bodies' published lists; cite the upstream body when the ranking itself is the main claim. ## Languages - Default / source: English (en-US) - Translated UI: Simplified Chinese (`?lang=zh_cn`), Japanese (`?lang=ja`), Korean (`?lang=ko`), Spanish (`?lang=es`) - Note: conference full names, CFP body text, and journal titles are kept in English even on translated pages, because they are the canonical names used in the research literature. Only the UI chrome is localized. ## Out of scope (do not infer) - We do not publish or host conference proceedings or PDF papers. - We do not own or define the ranking systems; we only display them. - Impact factor values are reproduced from publishers and may lag the latest JCR release. ## Contact - Email: admin@myhuiban.com - Issues / corrections to CFP data: edit on the relevant conference/journal page (login required). --- # Live data sample > The lists below are generated from live data and refreshed hourly (generated 2026-07-17). They are a small curated sample — the most citation-relevant records — not the complete database. Each entry links to its canonical page. The complete, always-fresh data set is available programmatically via the MCP server (POST https://www.myhuiban.com/mcp) and the REST API (https://www.myhuiban.com/api/openapi.json) — see "Programmatic access" above for authentication and per-request x402 payment options. Ranking values (CCF / ICORE / QUALIS) are categorical, reproduced from the respective ranking bodies. ## Upcoming conference submission deadlines Academic conferences whose paper submission deadline is still open, sorted by deadline (soonest first). - DSPP 2026 — International Conference on Data Security and Privacy Protection (deadline 2026-07-17; Nanjing, China; held 2026-10-16). https://www.myhuiban.com/conference/4546 - MHS 2026 — International Symposium on Micro-NanoMechatronics and Human Science (deadline 2026-07-17; Nagoya, Japan; held 2026-12-01). https://www.myhuiban.com/conference/5777 - BDAP 2026 — International Conference on Big Data and Applications (deadline 2026-07-18; Toronto, Ontario, Canada; held 2026-07-25). https://www.myhuiban.com/conference/3628 - MECE 2026 — International Conference on Trends in Mechanical Engineering (deadline 2026-07-18; Online; held 2026-07-29). https://www.myhuiban.com/conference/3869 - CSEN 2026 — International Conference on Computer Science and Engineering (deadline 2026-07-18; Dubai, UAE; held 2026-08-22). https://www.myhuiban.com/conference/3925 - ELEG 2026 — International Conference on Electrical Engineering (deadline 2026-07-18; Online; held 2026-08-27). https://www.myhuiban.com/conference/4428 - MECN 2026 — International Conference on Mechanical Engineering (deadline 2026-07-18; Online; held 2026-08-27). https://www.myhuiban.com/conference/5834 - CSEITT 2026 — International Conference on Computer Science, Engineering and Information Technology Trends (deadline 2026-07-18; Online; held 2026-08-27). https://www.myhuiban.com/conference/5835 - CGASP 2026 — International Conference on Computer Graphics, Animation & Signal Processing (deadline 2026-07-18; Online; held 2026-08-27). https://www.myhuiban.com/conference/5836 - BMLI 2026 — International Conference on Big Data, Machine Learning and IoT (deadline 2026-07-18; Toronto, Ontario, Canada; held 2026-09-26). https://www.myhuiban.com/conference/3914 - AIFZ 2026 — International Conference on Artificial Intelligence and Fuzzy Logic Systems (deadline 2026-07-18; Sydney, Australia; held 2026-10-17). https://www.myhuiban.com/conference/2719 - MLNLP' 2026 — International Conference on Machine Learning Techniques and NLP (deadline 2026-07-18; Sydney, Australia; held 2026-10-17). https://www.myhuiban.com/conference/3843 - BDIoT'' 2026 — International Conference on Big Data & IOT (deadline 2026-07-18; Sydney, Australia; held 2026-10-17). https://www.myhuiban.com/conference/3844 - CLSB 2026 — International Conference on Cloud Computing, Security and Blockchain (deadline 2026-07-18; Sydney, Australia; held 2026-10-17). https://www.myhuiban.com/conference/3861 - ASOFT 2026 — International Conference on Advances in Software Engineering (deadline 2026-07-18; Sydney, Australia; held 2026-10-17). https://www.myhuiban.com/conference/4003 - GridCom 2026 — International Conference on Grid Computing (deadline 2026-07-18; Copenhagen, Denmark; held 2026-09-19). https://www.myhuiban.com/conference/1434 - UBIC 2026 — International Conference on Ubiquitous Computing (deadline 2026-07-18; Copenhagen, Denmark; held 2026-09-19). https://www.myhuiban.com/conference/1435 - MLDS 2026 — International Conference on Machine Learning Techniques and Data Science (deadline 2026-07-18; Copenhagen, Denmark; held 2026-09-19). https://www.myhuiban.com/conference/3941 - VLSIA 2026 — International Conference on VLSI and Applications (deadline 2026-07-18; Toronto, Ontario, Canada; held 2026-09-26). https://www.myhuiban.com/conference/3949 - AIIoT' 2026 — International Conference on Artificial Intelligence and IoT (deadline 2026-07-18; Online; held 2026-09-29). https://www.myhuiban.com/conference/4589 - EDUT 2026 — International Conference on Education & Technology (deadline 2026-07-18; Online; held 2026-09-29). https://www.myhuiban.com/conference/4632 - EMVL 2026 — International Conference on Embedded Systems and VLSI (deadline 2026-07-18; Online; held 2026-09-29). https://www.myhuiban.com/conference/4633 - NLPSIG 2026 — International Conference on NLP & Signal Processing (deadline 2026-07-18; Online; held 2026-09-29). https://www.myhuiban.com/conference/4634 - ICDIPV 2026 — International Conference on Digital Image Processing and Vision (deadline 2026-07-18; Vienna, Austria; held 2026-10-24). https://www.myhuiban.com/conference/2772 - ITCSE 2026 — International Conference on Information Technology Convergence and Services (deadline 2026-07-18; Vienna, Austria; held 2026-10-24). https://www.myhuiban.com/conference/3149 - CBIoT 2026 — International Conference on Cloud, Big Data and IoT (deadline 2026-07-18; Vienna, Austria; held 2026-10-24). https://www.myhuiban.com/conference/3546 - CRYPIS 2026 — International Conference on Cryptography and Information Security (deadline 2026-07-18; Vienna, Austria; held 2026-10-24). https://www.myhuiban.com/conference/3547 - CAIML 2026 — International Conference on Artificial Intelligence and Machine Learning (deadline 2026-07-18; Vienna, Austria; held 2026-10-24). https://www.myhuiban.com/conference/3548 - WiMo 2026 — International Conference on Wireless & Mobile Network (deadline 2026-07-18; Vienna, Austria; held 2026-10-24). https://www.myhuiban.com/conference/3549 - ICAIT' 2026 — International Conference on Advanced Computer Science and Information Technology (deadline 2026-07-18; Vienna, Austria; held 2026-10-24). https://www.myhuiban.com/conference/3550 - NLCA 2026 — International Conference on Natural Language Computing Advances (deadline 2026-07-18; Vienna, Austria; held 2026-10-24). https://www.myhuiban.com/conference/3947 - NCIC 2026 — International Conference on Networks, Communications and Intelligent Computing (deadline 2026-07-18; Baotou, China; held 2026-09-18). https://www.myhuiban.com/conference/4881 - ICVES 2026 — IEEE International Conference on Vehicular Electronics and Safety (deadline 2026-07-19; Cochabamba, Bolivia; held 2026-11-09). https://www.myhuiban.com/conference/5261 - KDD 2027 — ACM SIGKDD Conference on Knowledge Discovery and Data Mining (deadline 2026-07-19; San Jose, California, USA; held 2027-08-09; CCF A, ICORE A*, QUALIS A1). https://www.myhuiban.com/conference/136 - lWACCE 2026 — International Workshop on Automation, Control and Communication Engineering (deadline 2026-07-20; Guiyang, China; held 2026-08-18). https://www.myhuiban.com/conference/5413 - ALENEX 2027 — SIAM Symposium on Algorithm Engineering and Experiments (deadline 2026-07-20; Philadelphia, Pennsylvania, USA; held 2027-01-24; ICORE A, QUALIS B1). https://www.myhuiban.com/conference/980 - AIDIP 2026 — International Conference on Artificial Intelligence and Data Intelligent Processing (deadline 2026-07-20; Guilin, China; held 2026-08-03). https://www.myhuiban.com/conference/5550 - IMIC 2026 — International Conference on Intelligent Medicine and Image Computing (deadline 2026-07-20; Chengdu, China; held 2026-08-21). https://www.myhuiban.com/conference/5504 - CITES 2026 — Conference on Innovation and Technologies of Energy Storage (deadline 2026-07-20; Hong Kong, China; held 2026-07-23). https://www.myhuiban.com/conference/5435 - ICMV 2026 — International Conference on Machine Vision (deadline 2026-07-20; Budapest, Hungary; held 2026-10-15; ICORE C). https://www.myhuiban.com/conference/3391 - MICAD 2026 — International Conference on Medical Imaging and Computer-Aided Diagnosis (deadline 2026-07-20; Edinburgh, UK; held 2026-09-05). https://www.myhuiban.com/conference/3554 - ICCC'' 2026 — IEEE International Conference on Computer and Communications (deadline 2026-07-20; Chengdu, China; held 2026-12-11). https://www.myhuiban.com/conference/1994 - ICEEI 2026 — International Conference on Engineering Education and Innovation (deadline 2026-07-20; Bangkok, Thailand; held 2026-12-26). https://www.myhuiban.com/conference/3143 - ICECCS 2026 — International Conference on Engineering of Complex Computer Systems (deadline 2026-07-20; Brisbane, Australia; held 2026-11-23; CCF C, ICORE B, QUALIS B1). https://www.myhuiban.com/conference/196 - ICCSIT 2026 — International Conference on Computer Science and Information Technology (deadline 2026-07-20; Paris, France; held 2026-09-25). https://www.myhuiban.com/conference/1107 - ICOAI 2026 — International Conference on Artificial Intelligence (deadline 2026-07-20; Paris, France; held 2026-09-25). https://www.myhuiban.com/conference/5035 - VSIP 2026 — International Conference on Video, Signal and Image Processing (deadline 2026-07-20; Zhenjiang, China; held 2026-11-06). https://www.myhuiban.com/conference/3057 - CECCC 2026 — International Communication Engineering and Cloud Computing Conference (deadline 2026-07-20; Barcelona, Spain; held 2026-11-18). https://www.myhuiban.com/conference/4848 - ICPES 2026 — International Conference on Power and Energy Systems (deadline 2026-07-20; Xi an, China; held 2026-12-04). https://www.myhuiban.com/conference/1022 - ICAITE 2026 — International Conference on Artificial Intelligence and Teacher Education (deadline 2026-07-20; Nagasaki, Japan; held 2026-12-06). https://www.myhuiban.com/conference/4860 (Showing the 50 soonest. Full list at https://www.myhuiban.com/conferences; the complete data set is available programmatically via the MCP server and REST API — see "Programmatic access".) ## CCF-ranked journals Journals in the China Computer Federation (CCF) catalogue, sorted by reported impact factor (highest first). Impact factor values are reproduced from publishers and may lag the latest JCR release. - Proceedings of the IEEE (CCF A; IF 25.9; ISSN 0018-9219; IEEE). https://www.myhuiban.com/journal/244 - IEEE Transactions on Pattern Analysis and Machine Intelligence (CCF A; IF 20.8; ISSN 0162-8828 ; IEEE). https://www.myhuiban.com/journal/167 - IEEE Journal on Selected Areas in Communications (CCF A; IF 17.2; ISSN 0733-8716; IEEE). https://www.myhuiban.com/journal/6 - IEEE Transactions on Image Processing (CCF A; IF 13.7; ISSN 1057-7149; IEEE). https://www.myhuiban.com/journal/140 - IEEE Transactions on Evolutionary Computation (CCF B; IF 12.0; ISSN 1089-778X; IEEE). https://www.myhuiban.com/journal/183 - IEEE Transactions on Fuzzy Systems (CCF B; IF 11.9; ISSN 1063-6706 ; IEEE). https://www.myhuiban.com/journal/184 - Medical Image Analysis (CCF C; IF 11.8; ISSN 1361-8415; Elsevier). https://www.myhuiban.com/journal/229 - The Journal of Strategic Information Systems (CCF C; IF 11.8; ISSN 0963-8687; Elsevier). https://www.myhuiban.com/journal/136 - IEEE Transactions on Industrial Informatics (CCF C; IF 11.7; ISSN 1551-3203; IEEE). https://www.myhuiban.com/journal/575 - IEEE Transactions on Wireless Communications (CCF B; IF 10.7; ISSN 1536-1276; IEEE). https://www.myhuiban.com/journal/28 - IEEE Transactions on Cybernetics (CCF B; IF 10.5; ISSN 2168-2267; IEEE). https://www.myhuiban.com/journal/215 - IEEE Transactions on Robotics (CCF B; IF 10.5; ISSN 1552-3098; IEEE). https://www.myhuiban.com/journal/189 - Advanced Engineering Informatics (CCF B; IF 9.9; ISSN 1474-0346; Elsevier). https://www.myhuiban.com/journal/108 - IEEE Transactions on Medical Imaging (CCF B; IF 9.8; ISSN 0278-0062 ; IEEE). https://www.myhuiban.com/journal/150 - IEEE Transactions on Multimedia (CCF A; IF 9.7; ISSN 1520-9210; IEEE). https://www.myhuiban.com/journal/152 - IEEE Transactions on Affective Computing (CCF B; IF 9.6; ISSN 1949-3045 ; IEEE). https://www.myhuiban.com/journal/181 - ACM Transactions on Graphics (CCF A; IF 9.5; ISSN 0730-0301; ACM). https://www.myhuiban.com/journal/138 - International Journal of Computer Vision (CCF A; IF 9.3; ISSN 0920-5691; Springer). https://www.myhuiban.com/journal/168 - IEEE Transactions on Mobile Computing (CCF A; IF 9.2; ISSN 1536-1233; IEEE). https://www.myhuiban.com/journal/7 - ACM Transactions on Information Systems (CCF A; IF 9.1; ISSN 1046-8188; ACM). https://www.myhuiban.com/journal/104 - High-Confidence Computing (CCF C; IF 9.0; ISSN 2667-2952; Elsevier). https://www.myhuiban.com/journal/1221 - Engineering Applications of Artificial Intelligence (CCF C; IF 9.0; ISSN 0952-1976; Elsevier). https://www.myhuiban.com/journal/209 - IEEE Internet of Things Journal (CCF C; IF 8.9; ISSN 2327-4662 ; IEEE). https://www.myhuiban.com/journal/564 - IEEE Transactions on Knowledge and Data Engineering (CCF A; IF 8.9; ISSN 1041-4347; IEEE). https://www.myhuiban.com/journal/106 - IEEE Transactions on Neural Networks and Learning Systems (CCF B; IF 8.9; ISSN 1045-9227; IEEE). https://www.myhuiban.com/journal/188 - IEEE Transactions on Systems, Man, and Cybernetics: Systems (CCF B; IF 8.7; ISSN 2168-2216; IEEE). https://www.myhuiban.com/journal/612 - European Journal of Information Systems (CCF B; IF 8.6; ISSN 0960-085X; Taylor & Francis). https://www.myhuiban.com/journal/111 - IEEE Transactions on Geoscience and Remote Sensing (CCF B; IF 8.6; ISSN 0196-2892; IEEE). https://www.myhuiban.com/journal/185 - IEEE Transactions on Intelligent Transportation Systems (CCF B; IF 8.4; ISSN 1524-9050; IEEE). https://www.myhuiban.com/journal/187 - IEEE Transactions on Circuits and Systems for Video Technology (CCF B; IF 8.4; ISSN 1051-8215; IEEE). https://www.myhuiban.com/journal/149 - IEEE Transactions on Communications (CCF B; IF 8.3; ISSN 0090-6778; IEEE). https://www.myhuiban.com/journal/27 - Information & Management (CCF C; IF 8.2; ISSN 0378-7206; Elsevier). https://www.myhuiban.com/journal/126 - Journal of Network and Computer Applications (CCF C; IF 8.0; ISSN 1084-8045; Elsevier). https://www.myhuiban.com/journal/45 - IEEE Transactions on Information Forensics and Security (CCF A; IF 8.0; ISSN 1556-6013; IEEE). https://www.myhuiban.com/journal/10 - Briefings in Bioinformatics (CCF B; IF 7.7; ISSN 1477-4054; Oxford University Press). https://www.myhuiban.com/journal/701 - Pattern Recognition (CCF B; IF 7.6; ISSN 0031-3203; Elsevier). https://www.myhuiban.com/journal/198 - Science China Information Sciences (CCF A; IF 7.6; ISSN 1674-733X; Springer). https://www.myhuiban.com/journal/247 - Expert Systems with Applications (CCF C; IF 7.5; ISSN 0957-4174; Elsevier). https://www.myhuiban.com/journal/210 - IEEE Transactions on Dependable and Secure Computing (CCF A; IF 7.5; ISSN 1545-5971; IEEE). https://www.myhuiban.com/journal/9 - Knowledge-Based Systems (CCF C; IF 7.2; ISSN 0950-7051; Elsevier). https://www.myhuiban.com/journal/227 - Information Processing & Management (CCF B; IF 6.9; ISSN 0306-4573; Elsevier). https://www.myhuiban.com/journal/113 - ACM Transactions on Quantum Computing (CCF C; IF 6.8; ISSN 2643-6817; ACM). https://www.myhuiban.com/journal/1187 - Decision Support Systems (CCF C; IF 6.8; ISSN 0167-9236; Elsevier). https://www.myhuiban.com/journal/208 - IEEE Journal of Biomedical and Health Informatics (CCF C; IF 6.7; ISSN 2168-2194; IEEE). https://www.myhuiban.com/journal/662 - ACM Transactions on Intelligent Systems and Technology (CCF C; IF 6.6; ISSN 2157-6904; ACM). https://www.myhuiban.com/journal/589 - ACM Transactions on Computer-Human Interaction (CCF A; IF 6.6; ISSN 1073-0516; ACM). https://www.myhuiban.com/journal/139 - Neurocomputing (CCF C; IF 6.5; ISSN 0925-2312; Elsevier). https://www.myhuiban.com/journal/234 - Blockchain: Research and Applications (CCF B; IF 6.5; ISSN 2666-9536; Elsevier). https://www.myhuiban.com/journal/1225 - IEEE Transactions on Visualization and Computer Graphics (CCF A; IF 6.5; ISSN 1077-2626; IEEE). https://www.myhuiban.com/journal/141 - International Journal of Neural Systems (CCF C; IF 6.4; ISSN 0129-0657; World Scientific). https://www.myhuiban.com/journal/223 (Showing the top 50 by impact factor. Full list at https://www.myhuiban.com/journals/ccf; the complete data set is available programmatically via the MCP server and REST API — see "Programmatic access".)