Pencarian publikasi ilmiah Google Scholar + profil author (sitasi, h-index, daftar publikasi).
searchpassing, 0.5sauthorpassing, 1.5s/v1/research:google-scholar/search1h cache7 paramschecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("research:google-scholar", "search", {
"query": "transformer neural network",
"page": 1,
"yearFrom": 2018,
"yearTo": 2024,
"language": "en",
"patents": "true",
"citations": "true"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/research:google-scholar/search?query=transformer+neural+network&page=1&yearFrom=2018&yearTo=2024&language=en&patents=true&citations=true" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/research:google-scholar/searchCari publikasi ilmiah di Google Scholar (filter tahun, bahasa, paten, sitasi).querystringrequiredpagenumberoptionalyearFromnumberoptionalyearTonumberoptionallanguagestringoptionalpatentsenumoptionalcitationsenumoptionalcurl -X GET "https://api.zpi.web.id/v1/research:google-scholar/search?query=transformer+neural+network&page=1&yearFrom=2018&yearTo=2024&language=en&patents=true&citations=true" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"page": 1,
"count": 10,
"query": "transformer neural network",
"hasMore": true,
"perPage": 10,
"results": [
{
"link": "https://homes.esat.kuleuven.be/~konijn/publications/2021/Liu2.pdf",
"type": "PDF",
"year": 2021,
"title": "Transformer in convolutional neural networks",
"venue": "arXiv preprint arXiv",
"pdfUrl": "https://homes.esat.kuleuven.be/~konijn/publications/2021/Liu2.pdf",
"authors": [
"Y Liu",
"G Sun",
"Y Qiu"
],
"snippet": "… of totally abandoning them as done in recent transformer works [16–20], we aim at introducing a generic framework that could inherit the advantages of both CNNs and transformers …",
"resultId": "Xhupwy48-swJ",
"versions": 0,
"publisher": "homes.esat.kuleuven.be",
"citedByUrl": "https://scholar.google.com/scholar?cites=14770184099463764830&as_sdt=2005&sciodt=0,5&hl=en",
"relatedUrl": "https://scholar.google.com/scholar?q=related:Xhupwy48-swJ:scholar.google.com/&scioq=transformer+neural+network&hl=en&as_sdt=0,5",
"citedByCount": 112,
"authorProfiles": [
{
"name": "Y Liu",
"authorId": "UB3doCoAAAAJ"
},
{
"name": "G Sun",
"authorId": "qd8Blw0AAAAJ"
},
{
"name": "L Zhang",
"authorId": "61LOyWUAAAAJ"
}
],
"publicationInfo": "Y Liu , G Sun , Y Qiu, L Zhang … - arXiv preprint arXiv …, 2021 - homes.esat.kuleuven.be"
},
{
"link": "https://arxiv.org/abs/1907.05572",
"type": "PDF",
"year": 2019,
"title": "R- transformer : Recurrent neural network enhanced transformer",
"venue": "arXiv preprint arXiv",
"pdfUrl": "https://arxiv.org/pdf/1907.05572",
"authors": [
"Z Wang",
"Y Ma",
"Z Liu"
],
"snippet": "… Unlike previously proposed Transformer -like models, R- Transformer in this work leverages the strength of RNN and is able model the local structures effectively without the need…",
"resultId": "9jQQcRuE-5gJ",
"versions": 4,
"publisher": "arxiv.org",
"citedByUrl": "https://scholar.google.com/scholar?cites=11023549766315291894&as_sdt=2005&sciodt=0,5&hl=en",
"relatedUrl": "https://scholar.google.com/scholar?q=related:9jQQcRuE-5gJ:scholar.google.com/&scioq=transformer+neural+network&hl=en&as_sdt=0,5",
"citedByCount": 180,
"authorProfiles": [
{
"name": "Z Wang",
"authorId": "nvNEalYAAAAJ"
},
{
"name": "Y Ma",
"authorId": "wf9TTOIAAAAJ"
},
{
"name": "Z Liu",
"authorId": "rRTzNm0AAAAJ"
}
],
"publicationInfo": "Z Wang , Y Ma , Z Liu , J Tang - arXiv preprint arXiv:1907.05572, 2019 - arxiv.org"
},
{
"link": "https://www.sciencedirect.com/science/article/pii/S136481522200281X",
"type": "",
"year": 2023,
"title": "Transformer neural networks for interpretable flood forecasting",
"venue": "… Modelling & Software",
"pdfUrl": "",
"authors": [
"M Castangia",
"LMM Grajales",
"A Aliberti"
],
"snippet": "… the applicability of the Transformer neural network to the task … that the Transformer outperforms recurrent neural networks by … Furthermore, the Transformer requires lower comp…",
"resultId": "eaSqVjEELZcJ",
"versions": 5,
"publisher": "Elsevier",
"citedByUrl": "https://scholar.google.com/scholar?cites=10893367683633030265&as_sdt=2005&sciodt=0,5&hl=en",
"relatedUrl": "https://scholar.google.com/scholar?q=related:eaSqVjEELZcJ:scholar.google.com/&scioq=transformer+neural+network&hl=en&as_sdt=0,5",
"citedByCount": 178,
"authorProfiles": [
{
"name": "M Castangia",
"authorId": "RulBKsMAAAAJ"
},
{
"name": "A Aliberti",
"authorId": "A_EadKUAAAAJ"
},
{
"name": "C Rossi",
"authorId": "Wwyz_joAAAAJ"
}
],
"publicationInfo": "M Castangia , LMM Grajales, A Aliberti , C Rossi … - … Modelling & Software, 2023 - Elsevier"
}
],
"nextPage": 2,
"didYouMean": null,
"totalResults": null
}