Skip to content

Commit

Permalink
Merge pull request #175 from padmajabhol/fetch-journals
Browse files Browse the repository at this point in the history
Add component to fetch list of journals
  • Loading branch information
ikayz committed Jul 19, 2022
2 parents cfd7359 + 095396d commit 2542e71
Show file tree
Hide file tree
Showing 13 changed files with 13,980 additions and 46,567 deletions.
114 changes: 114 additions & 0 deletions data/db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"journals": [
{
"id": 1,
"title": "Privacy-preserving clustering of unstructured big data for cloud-based enterprise search solutions",
"authors": [
"Sm Zobaed", "Mohsen Amini Salehi"
],
"journaltype": "RESEARCH ARTICLE",
"topic": "General Computing",
"published": "12 July 2022",
"issn": "issn-615-682456"
},
{
"id": 2,
"title": "PECCO: A profit and cost-oriented computation offloading scheme in edge-cloud environment with improved Moth-flame optimization",
"authors": [
"Jlashu Wu", "Hao Dai", "Yang Wang"
],
"journaltype": "RESEARCH ARTICLE",
"topic": "General Computing",
"published": "12 July 2022",
"issn": "issn-615-682543"
},
{
"id": 3,
"title": "A survey of knowledge-based sequential decision-making under uncertainty",
"authors": [
"Shiqui Zhang", "Mohan Sridharan"
],
"journaltype": "AI Journal",
"topic": "Computer Science",
"published": "23 July 2022",
"issn": "issn-615-892543"
},
{
"id": 4,
"title": "TCP/IP Architecture, Design, and Implementation in Linux",
"authors": [
"Sameer Seth", "M. Ajaykumar Venkatesulu"
],
"journaltype": "Book",
"topic": "Networking / LINUX",
"published": "29 January 2008",
"issn": "issn-615-892643"
},
{
"id": 5,
"title": "Privacy-preserving clustering of unstructured big data for cloud-based enterprise search solutions",
"authors": [
"Sm Zobaed", "Mohsen Amini Salehi"
],
"journaltype": "RESEARCH ARTICLE",
"topic": "General Computing",
"published": "12 July 2022",
"issn": "issn-615-682456"
},
{
"id": 6,
"title": "PECCO: A profit and cost-oriented computation offloading scheme in edge-cloud environment with improved Moth-flame optimization",
"authors": [
"Jlashu Wu", "Hao Dai", "Yang Wang"
],
"journaltype": "RESEARCH ARTICLE",
"topic": "General Computing",
"published": "12 July 2022",
"issn": "issn-615-682543"
},
{
"id": 7,
"title": "TCP/IP Architecture, Design, and Implementation in Linux",
"authors": [
"Sameer Seth", "M. Ajaykumar Venkatesulu"
],
"journaltype": "Book",
"topic": "Networking / LINUX",
"published": "29 January 2008",
"issn": "issn-615-892643"
},
{
"id": 8,
"title": "Privacy-preserving clustering of unstructured big data for cloud-based enterprise search solutions",
"authors": [
"Sm Zobaed", "Mohsen Amini Salehi"
],
"journaltype": "RESEARCH ARTICLE",
"topic": "General Computing",
"published": "12 July 2022",
"issn": "issn-615-682456"
},
{
"id": 9,
"title": "A survey of knowledge-based sequential decision-making under uncertainty",
"authors": [
"Shiqui Zhang", "Mohan Sridharan"
],
"journaltype": "AI Journal",
"topic": "Computer Science",
"published": "23 July 2022",
"issn": "issn-615-892543"
},
{
"id": 10,
"title": "Privacy-preserving clustering of unstructured big data for cloud-based enterprise search solutions",
"authors": [
"Sm Zobaed", "Mohsen Amini Salehi"
],
"journaltype": "RESEARCH ARTICLE",
"topic": "General Computing",
"published": "12 July 2022",
"issn": "issn-615-682456"
}
]
}

0 comments on commit 2542e71

Please sign in to comment.