{"id":16237843,"url":"https://github.com/fcastilloec/ieeexploresearching","last_synced_at":"2026-01-17T22:39:13.269Z","repository":{"id":37955185,"uuid":"262229263","full_name":"fcastilloec/ieeeXploreSearching","owner":"fcastilloec","description":"Search IEEE Xplore from the command-line, and do logical operations between the results.","archived":false,"fork":false,"pushed_at":"2025-04-07T18:25:31.000Z","size":10754,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-07T19:31:36.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcastilloec.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-08T04:47:24.000Z","updated_at":"2025-04-07T18:25:34.000Z","dependencies_parsed_at":"2022-09-03T20:34:06.922Z","dependency_job_id":"e91e3030-f963-4b9f-818f-23c24fca6667","html_url":"https://github.com/fcastilloec/ieeeXploreSearching","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcastilloec%2FieeeXploreSearching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcastilloec%2FieeeXploreSearching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcastilloec%2FieeeXploreSearching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcastilloec%2FieeeXploreSearching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcastilloec","download_url":"https://codeload.github.com/fcastilloec/ieeeXploreSearching/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809107,"owners_count":20999805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T13:37:41.693Z","updated_at":"2026-01-17T22:39:13.263Z","avatar_url":"https://github.com/fcastilloec.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IEEE Xplore searching\n\n## Usage\n\nThere are three command-line utilities. They all are implemented using [`yargs`](https://github.com/yargs/yargs) and include help descriptions by passing the `-h` or `--help` argument.\n\n### cli-search.js\n\nUse to search inside IEEE Xplorer and saves the results into a JSON file.\nThe output is an array of articles, where each article is an object containing the fields specified by the [IEEE API](https://developer.ieee.org/docs/read/Metadata_API_responses)\n\n#### Examples:\n\n`cli-search.js 'optics AND nano' -o search1 -y 1990 -y 2000 -e`\\\nsearches for \"optics AND nano\" between 1990 and 2000, and save the results in search1.json, and also search1.xls\n\n`cli-search.js 'h264 NEAR/3 cellular' -y 2005 -o search2.json`\\\nsearches for \"h264 NEAR/3 cellular\" only on 2005, and save the results in search2.json\n\n#### Windows issues:\n\nThe scripts only work on **PowerShell**, it won't work properly on **Command Prompt**.\nThis is because **Command Prompt** doesn't handle single and double quotes together properly.\n\nIn fact, under **PowerShell**, if you want to use double quotes as part of the `query`, they have to be escaped with a backwards slash (`\\`).\n\nFor example: `cli-search.js 'optics AND \\\"nano\\\"' -o search1 -y 1990 -y 2000`\n\n### cli-logic.js\n\nThe main use is for logic operations among JSON files returned by the [search script](###cli-search.js).\nAs a secondary use, it can also create an Excel file from a JSON one.\n\n#### Examples:\n\n`cli-logic.js --merge file1.json file2.json file3.json --output output.json`\\\nmerge file1.json, file2.json, file3.json and save into output.json\n\n`cli-logic.js --and file1.json file2.json --output output.json`\\\nfile1.json AND file2.json -\u003e output.json\n\n`cli-logic.js --or file1.json file2.json -not file3.json --output output.json`\\\n(file1.json OR file2.json) NOT file3.json -\u003e output.json\n\n`cli-logic.js json2xls file.json`\\\nConverts file.json into file.xls\n\n### cli-count.js\n\nA simple script that returns the number of results inside a JSON file returned by the [search script](###cli-search.js).\n\n#### Example:\n\n`cli-count.js file.json`\n\n## License\n\n[GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcastilloec%2Fieeexploresearching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcastilloec%2Fieeexploresearching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcastilloec%2Fieeexploresearching/lists"}