Pinned Repositories
climate_sentiment
Replication code and data for the paper "A 43-Million-Person Investigation into Weather and Expressed Sentiment in a Changing Climate"
GeoSTAT2018
GeoSTAT Summer School
H7N9
Using Google Map API to Publish Chinese H7N9 flu Information
jianghao.github.io
My personal website
Sentiment_COVID-19
ucasgis
Geographical Information Science Tutorial and Practice course in UCAS
ucasgisapp
地理信息系统应用练习
ucasmap
Web Mapping @ UCAS
worldclim
Visualize world climate data on worldclim.org
Jianghao's Repositories
Jianghao/Sentiment_COVID-19
Jianghao/ucasmap
Web Mapping @ UCAS
Jianghao/ucasgis
Geographical Information Science Tutorial and Practice course in UCAS
Jianghao/worldclim
Visualize world climate data on worldclim.org
Jianghao/ucasgisapp
地理信息系统应用练习
Jianghao/climate_sentiment
Replication code and data for the paper "A 43-Million-Person Investigation into Weather and Expressed Sentiment in a Changing Climate"
Jianghao/GeoSTAT2018
GeoSTAT Summer School
Jianghao/jianghao.github.io
My personal website
Jianghao/bus
Chinese Bus System
Jianghao/gdal-cheat-sheet
Cheat sheet for GDAL/OGR command-line tools
Jianghao/jianghao.wang
hugo academic theme contents
Jianghao/adv-r
Advanced R programming: a book
Jianghao/BERT_SMP2020-EWECT
在SMP2020的微博情绪分类任务上,微调在中文预料上预训练的BERT模型,进行文本分类。
Jianghao/COVSci
Deciphering the heterogeneous impacts of COVID-19 pandemic on global scientific collaboration
Jianghao/dataJJJ
京津冀资源环境承载力
Jianghao/earthquake
Jianghao/gistR
Jianghao/GlobalSentiment_Climate
Jianghao/HBBB2018
Replication materials for Heft-Neal, Burney, Bendavid & Burke 2018 `Robust relationship between air quality and infant mortality in Africa'
Jianghao/HousePrice
Jianghao/MODIS_MCD43A4
Scripts to download MODIS MCD43A4, calculate EVI, and run phenex
Jianghao/NCC2018
Replication materials for Burke et al 2018 `Higher temperatures increase suicide rates in the United States and Mexico'
Jianghao/parcel
Land Parcel in PRD
Jianghao/Perfetta-Free-Ghost-Theme
Simple restaurant blog theme for Ghost
Jianghao/r-pkgs
Building R packages
Jianghao/sdg-china
SDG CHINA (SDG **)
Jianghao/ucasmaptest
Jianghao/ucasmapwork
Jianghao/worldgrids
Automatically exported from code.google.com/p/worldgrids
Jianghao/yotinspirasi
Aplikasi yang akan Anda kerjakan nantinya adalah aplikasi berbasis Android, yang dibangun menggunakan React dan terhubung ke sisi backend menggunakan API. Maka dari itu, untuk memastikan Anda tidak mengalami kesulitan, maka kami akan memberikan beberapa instruksi untuk dikerjakan. Informasi Akses Login Username: JeanJTowne@dayrep.com Password: I2CYzMrNcH(oZ6afsU1ghbdY Informasi oAuth2 Client Consumer Key: 210673324 Consumer Secret: 02B6CD1019D61B700071FDD8587B7F46D52AEF4CE89A8F33129AEFBFFF81c89d Urutan pengerjaan: 1. Login. 2. Request Access Token. 3. Get Latest Articles. 4. Buat aplikasi Android menggunakan React untuk menampilkan artikel tersebut. Login URL Endpoint: https://dev.socialconnext.app/api/login Method: POST Parameters: - username : [Username] - password : [Password] Headers: - Content-Type : application/x-www-form-urlencoded Body: - CONSUMER_KEY : [Consumer Key] - CONSUMER_SECRET : [Consumer Secret] TODO: Dapatkan nilai dari session_id Request Access Token URL Endpoint: https://dev.socialconnext.app/api/request_token Method: POST Parameters: - scope : public,core,post Headers: - Content-Type : application/x-www-form-urlencoded - Cookie : PHPSESSID=[session_id] Gunakan nilai session_id yang Anda dapatkan dari tahap Login, contohnya: Cookie : PHPSESSID=etgo4eq3n00a8bovdfr2dlsr4j Body: - CONSUMER_KEY : [Consumer Key] - CONSUMER_SECRET : [Consumer Secret] TODO: Dapatkan Token Get Latest Articles URL Endpoint: https://dev.socialconnext.app/api/custom_service/?service=getlastposts Method: POST Headers: - Content-Type : application/x-www-form-urlencoded Body: - ACCESS_TOKEN : [Token] TODO: Dapatkan list artikel. Sampai sini, seharusnya Anda akan mendapatkan 10 artikel terbaru. Tampilkan 10 artikel tersebut dalam bentuk Android Apps, menggunakan React. Buatlah tampilan yang nyaman dilihat, dengan menampilkan judul, date, jumlah komentar, jumlah like, penulis, featured_image, dan 100 huruf pertama dari isi artikel