publications_embed
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: jshinodea
- Language: TeX
- Default Branch: main
- Size: 1.14 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Publications Viewer with SSR
An embeddable publications viewer component with server-side rendering (SSR) and progressive loading capabilities. This component allows you to display and interact with publications from a BibTeX file, featuring search, sorting, grouping, and BibTeX export functionality.
Features
- Server-side rendering for fast initial page load
- Progressive loading with "Load More" functionality
- Search publications by title, author, or journal
- Sort by date, title, author, or citation count
- Group publications by year
- Toggle BibTeX display for each publication
- Responsive design for all screen sizes
Installation
Clone the repository:
bash git clone <repository-url> cd publications-embed-ssrInstall dependencies:
bash npm installStart the server:
bash npm start
For development with auto-reload:
bash
npm run dev
Usage
Place your BibTeX file as
citations.bibin the root directory.The server will start on port 3000 (or the port specified in the
PORTenvironment variable).To embed the viewer in your webpage, add the following code:
html <div id="publications-viewer"></div> <script src="http://localhost:3000/embed.js"></script>
Configuration
The viewer can be configured through URL parameters:
sort: Sort publications by (time,title,author,citations)direction: Sort direction (asc,desc)group: Group publications by (year,none)search: Initial search termpage: Page number for paginationlimit: Number of items per page
Example:
http://localhost:3000/?sort=citations&direction=desc&group=year
API Endpoints
GET /api/publications: Get paginated publications- Query parameters:
page: Page number (default: 1)limit: Items per page (default: 20)sort: Sort fielddirection: Sort directiongroup: Grouping fieldsearch: Search term
Development
The project structure:
.
├── public/
│ ├── embed.js # Client-side JavaScript
│ ├── styles.css # Styles
│ └── index.html # HTML template
├── server.js # Express server
├── bibParser.js # BibTeX parser
├── citations.bib # Publications data
├── package.json # Dependencies
└── README.md # Documentation
Performance Considerations
- Server-side rendering provides fast initial page load
- Progressive loading reduces initial payload
- Client-side caching of loaded publications
- Debounced search to reduce API calls
- Efficient DOM updates with minimal re-renders
Browser Support
The viewer supports all modern browsers:
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
License
MIT License
Owner
- Login: jshinodea
- Kind: user
- Repositories: 1
- Profile: https://github.com/jshinodea
Citation (citations.bib)
@article{kisekka2024_4d1d,
title = {Multisite evaluation of microtensiometer and osmotic cell stem water potential sensors in almond orchards},
author = {I Kisekka, SR Peddinti, P Savchik, L Yang, M Culumber, K Bali, L Milliron, ...},
year = {2024},
journal = {Computers and Electronics in Agriculture 227, 109547, 2024},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:0KyAp5RtaNEC},
}
@article{aldughaishi2024_ed2c,
title = {Assessing the impact of recycled water reuse on infiltration and soil structure},
author = {U Aldughaishi, SR Grattan, F Nicolas, SR Peddinti, C Bonfil, ...},
year = {2024},
journal = {Geoderma 452, 117103, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:z_wVstp3MssC},
}
@article{cui2024_8384,
title = {Modeling Soil Water Dynamics and Nitrogen Cycling Under Agricultural Managed Aquifer Recharge (Ag-MAR)},
author = {W Cui, HE Dahlke, T Zhou, I Kisekka},
year = {2024},
journal = {ASA, CSSA, SSSA International Annual Meeting, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:k8Z6L05lTy4C},
}
@article{santos2024_62dc,
title = {Modeling Alfalfa Forage Quality Traits Based on Different Forage Trials},
author = {M dos Santos, KJ Boote, G Hoogenboom, DH Putnam, DJJ Heuschele, ...},
year = {2024},
journal = {ASA, CSSA, SSSA International Annual Meeting, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:kz9GbA2Ns4gC},
}
@article{ogunmokun2024_12d5,
title = {Assessing the Effectiveness of Conservation Practices for Mitigating Nitrate Leaching to Groundwater in the Central Valley of California},
author = {FA Ogunmokun, S Jordan, C Bonfil, C Armstrong, D McMenomey, ...},
year = {2024},
journal = {ASA, CSSA, SSSA International Annual Meeting, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:LI9QrySNdTsC},
}
@article{raij‐hoffman2024_fd7d,
title = {Assessing nitrate leaching during drought and extreme precipitation: Exploring deep vadose‐zone monitoring, groundwater observations, and field mass balance},
author = {I Raij‐Hoffman, O Dahan, HE Dahlke, T Harter, I Kisekka},
year = {2024},
journal = {Water Resources Research 60 (11), e2024WR037973, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:e_rmSamDkqQC},
}
@article{do2024_76fd,
title = {Comparative Analysis of Water Management Policy and Action Plans in California and Korea},
author = {J Do, WH Nam, H Shin, H Lim, W Cho, I Kisekka},
year = {2024},
journal = {농업경제연구 65 (3), 233-258, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:-FonjvnnhkoC},
}
@article{kisekka2024_87ba,
title = {Organic soil amendment effects on soil hydrology in an almond orchard evaluated using time-lapse electrical resistivity tomography},
author = {I Kisekka, SR Peddinti, D Vanella, E Andrews, PH Brown, SDS Khalsa},
year = {2024},
journal = {Agricultural Water Management 302, 108979, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:JQOojiI6XY0C},
}
@article{meles2024_b933,
title = {Uncovering the gaps in managed aquifer recharge for sustainable groundwater management: A focus on hillslopes and mountains},
author = {MB Meles, S Bradford, A Casillas-Trasvina, L Chen, G Osterman, T Hatch, ...},
year = {2024},
journal = {Journal of Hydrology, 131615, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:TIZ-Mc8IlK0C},
}
@article{nozari2024_f7ad,
title = {An Integrated Modeling Approach to Simulate Human-Crop-Groundwater Interactions in Intensively Irrigated Regions},
author = {S Nozari, RT Bailey, MR Rad, GEB Smith, AA Andales, ZT Zambreski, ...},
year = {2024},
journal = {Environmental Modelling & Software, 106120, 2024},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:KUbvn5osdkgC},
}
@article{shin2024_8648,
title = {Assessing water distribution and efficiency by coupled hydraulic-hydrological modeling for irrigation canal network},
author = {JH Shin, WH Nam, MG Jeon, EM Hong, X Zhang, V Sharma, S Irmak, ...},
year = {2024},
journal = {Paddy and Water Environment, 1-14, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:g3aElNc5_aQC},
}
@article{peddinti2024_2675,
title = {Evapotranspiration estimation using high-resolution aerial imagery and pySEBAL for processing tomatoes},
author = {SR Peddinti, F Nicolas, I Raij-Hoffman, I Kisekka},
year = {2024},
journal = {Irrigation Science, 1-14, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:t7zJ5fGR-2UC},
}
@article{kimball2024_bf74,
title = {Simulation of soil temperature under maize: An inter-comparison among 33 maize models},
author = {BA Kimball, KR Thorp, KJ Boote, C Stockle, AE Suyker, SR Evett, ...},
year = {2024},
journal = {Agricultural and Forest Meteorology 351, 110003, 2024},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:L7CI7m0gUJcC},
}
@article{sattar2024_6843,
title = {Artificial intelligence (AI) inspired an innovative approach for real-time flow measurements–water distributions at outlets, in Punjab province Pakistan},
author = {J Sattar, MU Qamar, I Kisekka, M Arshad, M Anwar-ul-Haq},
year = {2024},
journal = {Water Policy, wp2024265, 2024},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:hMsQuOkrut0C},
}
@article{savchik2024_9966,
title = {Mapping almond stem water potential using machine learning and multispectral imagery},
author = {P Savchik, M Nocco, I Kisekka},
year = {2024},
journal = {Irrigation Science, 1-16, 2024},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ILKRHgRFtOwC},
}
@article{parker2024_c9f5,
title = {A variety-specific analysis of climate change effects on California winegrapes},
author = {LE Parker, N Zhang, JT Abatzoglou, I Kisekka, AJ McElrone, SM Ostoja},
year = {2024},
journal = {International Journal of Biometeorology, 1-13, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:EYYDruWGBe4C},
}
@article{peddinti2024_546b,
title = {Estimating Crop Evapotranspiration Variability in Processing Tomatoes Using High-Resolution Aerial Imagery and pySEBAL Algorithm},
author = {S Rao Peddinti, I Kisekka},
year = {2024},
journal = {EGU General Assembly Conference Abstracts, 14187, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:vbGhcppDl1QC},
}
@article{raij-hoffman2024_090a,
title = {Detecting soil water redistribution in subsurface drip irrigated processing tomatoes using electrical resistivity tomography, proximal sensing and hydrological modelling},
author = {I Raij-Hoffman, D Vanella, JM Ramírez-Cuesta, SR Peddinti, I Kisekka},
year = {2024},
journal = {Science of The Total Environment 912, 169620, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:tzM49s52ZIMC},
}
@article{kisekka2024_0d0d,
title = {Assessing the State of Knowledge and Impacts of Recycled Water Irrigation on Agricultural Crops and Soils},
author = {I Kisekka},
year = {2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:WZBGuue-350C},
}
@article{kisekka2024_1720,
title = {Developing a New Foundational Understanding of SAR-Soil Structure Interactions for Improved Management of Agricultural Recycled Water Use},
author = {I Kisekka},
year = {2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:oNZyr7d5Mn4C},
}
@article{raij-hoffman2024_b60a,
title = {Data from: Assessing Nitrate Leaching During Drought and Extreme Precipitation: Exploring Deep Vadose-Zone Monitoring, Groundwater Observations, and Field Mass Balance},
author = {I Raij-Hoffman, O Dahan, HE Dahlke, T Harter, I Kisekka},
year = {2024},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:S16KYo8Pm5AC},
}
@article{ramireddy2024_a7ef,
title = {Monolith to Microservices: Refactoring the Architecture and Documentation of ARSPivot},
author = {MR Ramireddy, MA Andrade, SA O’Shaughnessy, I Kisekka, SR Evett},
year = {2024},
journal = {2024 ASABE Annual International Meeting, 1, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:lmc2jWPfTJgC},
}
@article{mun2024_b8c9,
title = {Quantifying the 2022 Extreme Drought Using Global Grid-Based Satellite Rainfall Products},
author = {YS Mun, WH Nam, MG Jeon, KY Lee, JW Do, I Kisekka},
year = {2024},
journal = {Journal of The Korean Society of Agricultural Engineers 66 (4), 41-50, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:tuHXwOkdijsC},
}
@article{guerra2024_4e31,
title = {Evaluating a Novel Radio Frequency-Based Soil Moisture Sensor Under Saline and Imperfect Installation},
author = {A Guerra, F Nicolas, SR Peddinti, F Ogunmokun, I Kisekka},
year = {2024},
journal = {Journal of Natural Resources and Agricultural Ecosystems 2 (3), 119-128, 2024},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:tYavs44e6CUC},
}
@article{masseroni2024_a8b9,
title = {Assessing the water conservation potential of optimized surface irrigation management in Northern Italy},
author = {D Masseroni, F Gangi, F Ghilardelli, A Gallo, I Kisekka, C Gandolfi},
year = {2024},
journal = {Irrigation Science 42 (1), 75-97, 2024},
note = {Cited by 5},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Fu2w8maKXqMC},
}
@article{azedou2023_d39a,
title = {Enhancing Land Cover/Land Use (LCLU) classification through a comparative analysis of hyperparameters optimization approaches for deep neural network (DNN)},
author = {A Azedou, A Amine, I Kisekka, S Lahssini, Y Bouziani, S Moukrim},
year = {2023},
journal = {Ecological Informatics 78, 102333, 2023},
note = {Cited by 16},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:BUYA1_V_uYcC},
}
@article{nozari2023_4247,
title = {Capturing Human-Crop-Groundwater Interactions: Modeling Real-world Agents in an Intensively Irrigated Region of the US High Plains},
author = {S Nozari, RT Bailey, M Rouhi Rad, GEB Smith, AA Andales, ZT Zambreski, ...},
year = {2023},
journal = {Available at SSRN 4705465, 2023},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:AvfA0Oy_GE0C},
}
@article{chen2023_2dcc,
title = {Evaluating the effect of cover crops on spatio-temporal soil water dynamics in a young pistachio orchard},
author = {C Chen, M Roby, A Sapkota, I Kisekka},
year = {2023},
journal = {AGU Fall Meeting Abstracts 2023 (1349), GC33O-1349, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:vDijr-p_gm4C},
}
@article{roby2023_5106,
title = {Examining cover crop impacts on agroecosystem carbon and water exchange in an irrigated pistachio orchard},
author = {M Roby, A Sapkota, I Kisekka},
year = {2023},
journal = {AGU Fall Meeting Abstracts 2023 (255), B41H-255, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:uc_IGeMz5qoC},
}
@article{klapp2023_dfee,
title = {Mitigating risks and maximizing sustainability of treated wastewater reuse for irrigation.},
author = {I Klapp, H Korach-Rechtman, D Kurtzman, G Levy, R Maffettone, S Malato, ...},
year = {2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:yB1At4FlUx8C},
}
@article{cui2023_69ed,
title = {Influence of Organic Amendments on Nitrogen Dynamics under Agricultural Managed Aquifer Recharge (Ag-MAR)},
author = {W Cui, E Levintal, T Zhou, C Prieto Garcia, I Kisekka, HE Dahlke},
year = {2023},
journal = {AGU Fall Meeting Abstracts 2023 (191), H41K-191, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:9Nmd_mFXekcC},
}
@article{dahlke2023_939b,
title = {The Impact of Vadose Zone Heterogeneity on Flow and Contaminant Transport during Agricultural Managed Aquifer Recharge: Findings from an Experimental and Modeling Study},
author = {HE Dahlke, T Zhou, E Levintal, G Brunetti, S Jordan, T Harter, I Kisekka, ...},
year = {2023},
journal = {AGU Fall Meeting Abstracts 2023 (1902), H41K-1902, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:VLnqNzywnoUC},
}
@article{bonfil2023_6f57,
title = {Assessing Soil Nitrate Sensing Protocols Based on Electrochemical and Optical Sensors},
author = {C Bonfil, F Ogunmokun, HE Dahlke, I Kisekka},
year = {2023},
journal = {AGU Fall Meeting Abstracts 2023 (1507), H11U-1507, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:fEOibwPWpKIC},
}
@article{kisekka2023_1fcd,
title = {Groundwater and Sustainable Agricultural Systems under a Changing Climate in the Southwest US},
author = {I Kisekka, C Hillyer, D Zilberman, F Ogunmokun, HE Dahlke, K Longley, ...},
year = {2023},
journal = {AGU Fall Meeting Abstracts 2023, GC32C-04, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:-_dYPAW6P2MC},
}
@article{li2023_f818,
title = {Delineating the Wetting Front in an Almond Orchard by Sparse Norm Regularized Electrical Resistivity Tomography Inversion},
author = {X Li, M Zapata, GK Osterman, SA Bradford, HE Dahlke, F Ogunmokun, ...},
year = {2023},
journal = {AGU Fall Meeting Abstracts 2023 (565), NS23C-0565, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:35r97b3x0nAC},
}
@article{lennon2023_cd42,
title = {Evaluating the Performance of a Deep Vadose Zone Monitoring System using Bromide as Tracer},
author = {W Lennon, F Ogunmokun, T Harter, I Raij Hoffman, I Kisekka},
year = {2023},
journal = {AGU Fall Meeting Abstracts 2023 (1511), H11U-1511, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:evX43VCCuoAC},
}
@article{ogunmokun2023_2d27,
title = {Assessing The Effectiveness of Winter Flooding in Leaching Boron out of the Root Zone of Almond Orchards},
author = {F Ogunmokun, GK Osterman, F Nicolas, X Li, M Zapata, I Kisekka},
year = {2023},
journal = {AGU Fall Meeting Abstracts 2023 (1509), H11U-1509, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:2KloaMYe4IUC},
}
@article{zhou2023_ddee,
title = {Estimating the impact of vadose zone heterogeneity on agricultural managed aquifer recharge: A combined experimental and modeling study},
author = {T Zhou, E Levintal, G Brunetti, S Jordan, T Harter, I Kisekka, J Šimůnek, ...},
year = {2023},
journal = {Water Research 247, 120781, 2023},
note = {Cited by 6},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:tKAzc9rXhukC},
}
@article{yalin2023_281a,
title = {Mitigating risks and maximizing sustainability of treated wastewater reuse for irrigation},
author = {D Yalin, HA Craddock, S Assouline, EB Mordechay, A Ben-Gal, ...},
year = {2023},
journal = {Water Research X 21, 100203, 2023},
note = {Cited by 25},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:kzcrU_BdoSEC},
}
@article{kimball2023_2b98,
title = {Simulation of Evapotranspiration and Soil Temperature Under Maize: An Inter-Comparison Among 41 (ET) and 33 (ST) Maize Models},
author = {BA Kimball, KR Thorp, KJ Boote, CO Stockle, AE Suyker, SR Evett, ...},
year = {2023},
journal = {ASA, CSSA, SSSA International Annual Meeting, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:NJ774b8OgUMC},
}
@article{nicolas2023_38a2,
title = {Assessing salinity impacts on crop yield and economic returns in the Central Valley},
author = {F Nicolas, T Kamai, A Ben-Gal, J Ochoa-Brito, A Daccache, F Ogunmokun, ...},
year = {2023},
journal = {Agricultural Water Management 287, 108463, 2023},
note = {Cited by 10},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:PR6Y55bgFSsC},
}
@article{linker2023_eaef,
title = {Model-based simulation-optimization of irrigation scheduling–A field evaluation with processing tomatoes},
author = {R Linker, I Kisekka},
year = {2023},
journal = {Smart Agricultural Technology 4, 100234, 2023},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:1yQoGdGgb4wC},
}
@article{beeri2023_e6ba,
title = {Evaluation of crop evapotranspiration from the fusion of spectral and SAR data together with various reference evapotranspiration sources},
author = {O Beeri, I Kisekka, R Pelta, IR Hoffman, Z Sade, SR Peddinti, T Shilo},
year = {2023},
journal = {Precision agriculture'23, 659-667, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:W5xh706n7nkC},
}
@article{cheng2023_8b16,
title = {Organic substitution improves soil structure and water and nitrogen status to promote sunflower (Helianthus annuus L.) growth in an arid saline area},
author = {Y Cheng, M Luo, T Zhang, S Yan, C Wang, H Feng, T Zhang, I Kisekka},
year = {2023},
journal = {Agricultural Water Management 283, 108320, 2023},
note = {Cited by 22},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:UHK10RUVsp4C},
}
@article{kisekka2023_e05b,
title = {Orchard Water Management},
author = {I Kisekka},
year = {2023},
journal = {Advanced Automation for Tree Fruit Orchards and Vineyards, 59-74, 2023},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:hkOj_22Ku90C},
}
@article{kimball2023_cb92,
title = {Simulation of evapotranspiration and yield of maize: An inter-comparison among 41 maize models},
author = {BA Kimball, KR Thorp, KJ Boote, C Stockle, AE Suyker, SR Evett, ...},
year = {2023},
journal = {Agricultural and Forest Meteorology 333, 109396, 2023},
note = {Cited by 15},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:tkaPQYYpVKoC},
}
@article{masseroni2023_d99b,
title = {Assessing the Water Savings Potential of Optimized Surface Irrigation Management in Northern Italy},
author = {D Masseroni, F Gangi, F Ghilardelli, A Gallo, I Kisekka, C Gandolfi},
year = {2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:N5tVd3kTz84C},
}
@article{savchik2023_5091,
title = {Mapping Almond Stem Water Potential using Machine Learning},
author = {P Savchik, M Nocco, I Kisekka},
year = {2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:VL0QpB8kHFEC},
}
@article{metzger2023_952e,
title = {Carbon Dew: Direct Greenhouse Gas Exchange Measurements Anchor Equitable Climate Solutions Worldwide},
author = {S Metzger, G Burba, A Desai, K Hemes, D Jaiswal, JS Kayode, I Kisekka, ...},
year = {2023},
journal = {EGU23, 2023},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:uLbwQdceFCQC},
}
@article{azedou2023_8370,
title = {Genetic algorithm optimization of ensemble learning approach for accurate land cover and land use mapping},
author = {A Azedou, A Amine, I Kisekka, S Lahssini},
year = {2023},
journal = {Available at SSRN 4660439, 2023},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Z5m8FVwuT1cC},
}
@article{lazarovitch2023_12b4,
title = {Modeling of irrigation and related processes with HYDRUS},
author = {N Lazarovitch, I Kisekka, TE Oker, G Brunetti, T Wöhling, L Xianyue, ...},
year = {2023},
journal = {Advances in Agronomy 181, 79-181, 2023},
note = {Cited by 7},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:_Ybze24A_UAC},
}
@article{dahlke2022_8446,
title = {Deciphering flow and transport processes from the land surface to a groundwater well during managed aquifer recharge},
author = {HE Dahlke, E Levintal, CP Garcia, I Kisekka, T Harter},
year = {2022},
journal = {Fall Meeting 2022, 2022},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:7T2F9Uy0os0C},
}
@article{shuaiqi2022_29ed,
title = {Climate Change Impacts and Adaptive Capacity for California Almonds},
author = {WU Shuaiqi, PG Zikalala, S Alba, MA Segaran, I Kisekka, ME Grismer, ...},
year = {2022},
journal = {Fall Meeting 2022, 2022},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:JoZmwDi-zQgC},
}
@article{wu2022_29ed,
title = {Climate Change Impacts and Adaptive Capacity for California Almonds},
author = {S WU, PG Zikalala, S Alba, MA Segaran, I Kisekka, ME Grismer, ...},
year = {2022},
journal = {AGU Fall Meeting Abstracts 2022, GC42M-0875, 2022},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:dQ2og3OwTAUC},
}
@article{nicolas2022_3d27,
title = {A Field-Scale Groundwater Protection Formula Using an Integrated APEX-MODFLOW Model to Predict Nitrate Leaching into Unconfined Aquifers},
author = {F Nicolas, I Kisekka},
year = {2022},
journal = {AGU Fall Meeting Abstracts 2022, H35A-08, 2022},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:5awf1xo2G04C},
}
@article{linker2022_fdab,
title = {Concurrent data assimilation and model-based optimization of irrigation scheduling},
author = {R Linker, I Kisekka},
year = {2022},
journal = {Agricultural Water Management 274, 107924, 2022},
note = {Cited by 5},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:HE397vMXCloC},
}
@article{cortasa2022_3f6f,
title = {What Did We Learn from the Evaluation of Multiple Process-Based Soybean Models for Simulation of Evapotranspiration?},
author = {MS Cortasa, K Kothari, R Battisti, KJ Boote, SV Archontoulis, J Constantin, ...},
year = {2022},
journal = {ASA, CSSA, SSSA International Annual Meeting, 2022},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:LjlpjdlvIbIC},
}
@article{ghorbanpour2022_d850,
title = {Crop water productivity mapping and benchmarking using remote sensing and Google Earth Engine cloud computing},
author = {AK Ghorbanpour, I Kisekka, A Afshar, T Hessels, M Taraghi, B Hessari, ...},
year = {2022},
journal = {Remote Sensing 14 (19), 4934, 2022},
note = {Cited by 17},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Mojj43d5GZwC},
}
@article{raij-hoffman2022_6244,
title = {Modeling water and nitrogen dynamics from processing tomatoes under different management scenarios in the San Joaquin Valley of California},
author = {I Raij-Hoffman, K Miller, G Paul, Y Yimam, S Mehan, J Dickey, T Harter, ...},
year = {2022},
journal = {Journal of Hydrology: Regional Studies 43, 101195, 2022},
note = {Cited by 11},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:olpn-zPbct0C},
}
@article{xiang2022_44b8,
title = {Using DSSAT-MODFLOW to determine the controls of groundwater storage and crop yield in groundwater-based irrigated regions},
author = {Z Xiang, RT Bailey, I Kisekka},
year = {2022},
journal = {Journal of Hydrology 612, 128161, 2022},
note = {Cited by 7},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:5ugPr518TE4C},
}
@article{drechsler2022_0e96,
title = {Variety specific irrigation of almonds during hull split, effects on yield and quality},
author = {K Drechsler, I Kisekka},
year = {2022},
journal = {Agricultural Water Management 271, 107770, 2022},
note = {Cited by 5},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:1qzjygNMrQYC},
}
@article{kisekka2022_2481,
title = {Spatial–temporal modeling of root zone soil moisture dynamics in a vineyard using machine learning and remote sensing},
author = {I Kisekka, SR Peddinti, WP Kustas, AJ McElrone, N Bambach-Ortiz, ...},
year = {2022},
journal = {Irrigation science 40 (4), 761-777, 2022},
note = {Cited by 45},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:VOx2b1Wkg3QC},
}
@article{jha2022_2053,
title = {Irrigation decision support systems (idss) for california’s water–nutrient–energy nexus},
author = {G Jha, F Nicolas, R Schmidt, K Suvočarev, D Diaz, I Kisekka, K Scow, ...},
year = {2022},
journal = {Agronomy 12 (8), 1962, 2022},
note = {Cited by 17},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:XiVPGOgt02cC},
}
@article{peddinti2022_5a01,
title = {Effect of aggregation and disaggregation of land surface temperature imagery on evapotranspiration estimation},
author = {SR Peddinti, I Kisekka},
year = {2022},
journal = {Remote Sensing Applications: Society and Environment 27, 100805, 2022},
note = {Cited by 5},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:wbdj-CoPYUoC},
}
@article{peddinti2022_3588,
title = {Estimation of turbulent fluxes over almond orchards using high-resolution aerial imagery with one and two-source energy balance models},
author = {SR Peddinti, I Kisekka},
year = {2022},
journal = {Agricultural Water Management 269, 107671, 2022},
note = {Cited by 23},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:q3oQSFYPqjQC},
}
@article{vanella2022_baa8,
title = {Unravelling soil water dynamics in almond orchards characterized by soil-heterogeneity using electrical resistivity tomography},
author = {D Vanella, SR Peddinti, I Kisekka},
year = {2022},
journal = {Agricultural Water Management 269, 107652, 2022},
note = {Cited by 20},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:BrmTIyaxlBUC},
}
@article{hoffman2022_6ddd,
title = {Detecting soil water distribution in subsurface irrigated tomato crops by coupling electrical resistivity imaging, 2D Hydrus modeling and proximal sensing techniques},
author = {I Raij Hoffman, D Vanella, JM Ramirez Cuesta, W Lennon, T Harter, ...},
year = {2022},
journal = {EGU General Assembly Conference Abstracts, EGU22-6417, 2022},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:kRWSkSYxWN8C},
}
@article{kisekka2022_4af7,
title = {Water status monitoring in almond and walnut orchards using random forest and remote sensing},
author = {I Kisekka, S Peddinti},
year = {2022},
journal = {EGU General Assembly Conference Abstracts, EGU22-6128, 2022},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:mvPsJ3kp5DgC},
}
@article{drechsler2022_5845,
title = {Crop coefficients and water use of young almond orchards},
author = {K Drechsler, A Fulton, I Kisekka},
year = {2022},
journal = {Irrigation Science 40 (3), 379-395, 2022},
note = {Cited by 21},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:D_sINldO8mEC},
}
@article{jha2022_602e,
title = {Irrigation Decision Support Systems (IDSS) for California’s Water–Nutrient–Energy Nexus. Agronomy 2022, 12, 1962},
author = {G Jha, F Nicolas, R Schmidt, K Suvocarev, D Diaz, I Kisekka, K Scow, ...},
year = {2022},
journal = {Sustainability, Land and Energy, 31, 2022},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Y5dfb0dijaUC},
}
@article{kisekka2022_4867,
title = {Sustainable Use of Groundwater in Agriculture},
author = {I Kisekka},
year = {2022},
journal = {Resource Magazine 29 (4), 30-32, 2022},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:bnK-pcrLprsC},
}
@article{molaei2022_f018,
title = {Mobile drip irrigation (MDI)},
author = {B Molaei, RT Peters, I Kisekka},
year = {2022},
journal = {Washington State University Extension, 2022},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:rO6llkc54NcC},
}
@article{hoffman2021_e9c2,
title = {Evaluating Nitrogen Leaching in Processing Tomatoes for Enhanced Productivity and Sustainability},
author = {IR Hoffman, T Harter, I Kisekka},
year = {2021},
journal = {ASA, CSSA, SSSA International Annual Meeting, 2021},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:J-pR_7NvFogC},
}
@article{jha2021_e14b,
title = {Irrigation Decision Support System (IDSS) for the Food-Water-Energy Nexus in California},
author = {G Jha, F Nicolas, R Schmidt, I Kisekka, KM Scow, M Nocco},
year = {2021},
journal = {ASA, CSSA, SSSA International Annual Meeting, 2021},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:eJXPG6dFmWUC},
}
@article{xue2021_9448,
title = {Evaluating the role of remote sensing-based energy balance models in improving site-specific irrigation management for young walnut orchards},
author = {J Xue, A Fulton, I Kisekka},
year = {2021},
journal = {Agricultural Water Management 256, 107132, 2021},
note = {Cited by 8},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:geHnlv5EZngC},
}
@article{phetheet2021_7752,
title = {Relating agriculture, energy, and water decisions to farm incomes and climate projections using two freeware programs, FEWCalc and DSSAT},
author = {J Phetheet, MC Hill, RW Barron, BJ Gray, H Wu, V Amanor-Boadu, ...},
year = {2021},
journal = {Agricultural Systems 193, 103222, 2021},
note = {Cited by 6},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:4fKUyHm3Qg0C},
}
@article{kim2021_6fcb,
title = {Farms: A geospatial crop modeling and agricultural water management system},
author = {JS Kim, I Kisekka},
year = {2021},
journal = {ISPRS International Journal of Geo-Information 10 (8), 553, 2021},
note = {Cited by 10},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:sSrBHYA8nusC},
}
@article{zhang2021_5a3d,
title = {Maize is stressed by salt rather than water under drip irrigation with soil matric potential higher than− 50 kPa in an arid saline area},
author = {T Zhang, X Ji, X Zhan, Y Ding, Y Zou, I Kisekka, HW Chau, H Feng},
year = {2021},
journal = {Journal of Agronomy and Crop Science 207 (4), 654-668, 2021},
note = {Cited by 12},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:tOudhMTPpwUC},
}
@article{yu2021_2ae5,
title = {Soil apparent electrical conductivity and must carbon isotope ratio provide indication of plant water status in wine grape vineyards},
author = {R Yu, D Zaccaria, I Kisekka, SK Kurtural},
year = {2021},
journal = {Precision Agriculture 22 (4), 1333-1352, 2021},
note = {Cited by 29},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:WbkHhVStYXYC},
}
@article{oker2021_d25d,
title = {Evaluating soil water redistribution under mobile drip irrigation, low-elevation spray application, and low-energy precision application using HYDRUS},
author = {TE Oker, AY Sheshukov, J Aguilar, DH Rogers, I Kisekka},
year = {2021},
journal = {Journal of Irrigation and Drainage Engineering 147 (6), 04021016, 2021},
note = {Cited by 12},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:l7t_Zn2s7bgC},
}
@article{zikalala2021_81a2,
title = {Hydrological processing of salinity and nitrate in the Salinas Valley agricultural},
author = {P Zikalala, I Kisekka, M Grismer},
year = {2021},
journal = {Environmental monitoring and assessment, 193 (, 2021},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:BwyfMAYsbu0C},
}
@article{xue2021_7b28,
title = {Assessing impacts of climate variability and changing cropping patterns on regional evapotranspiration, yield and water productivity in California’s San Joaquin watershed},
author = {J Xue, Z Huo, I Kisekka},
year = {2021},
journal = {Agricultural Water Management 250, 106852, 2021},
note = {Cited by 27},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:738O_yMBCRsC},
}
@article{phetheet2021_9fb2,
title = {Consequences of climate change on food-energy-water systems in arid regions without agricultural adaptation, analyzed using FEWCalc and DSSAT},
author = {J Phetheet, MC Hill, RW Barron, MW Rossi, V Amanor-Boadu, H Wu, ...},
year = {2021},
journal = {Resources, Conservation and Recycling 168, 105309, 2021},
note = {Cited by 13},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:u9iWguZQMMsC},
}
@article{zikalala2021_52af,
title = {Hydrological processing of salinity and nitrate in the Salinas Valley agricultural watershed},
author = {P Zikalala, I Kisekka, M Grismer},
year = {2021},
journal = {Environmental monitoring and assessment 193 (Suppl 1), 272, 2021},
note = {Cited by 4},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:tS2w5q8j5-wC},
}
@article{babazadeh2021_c3dc,
title = {Simultaneous water, salinity and nitrogen stresses on tomato (Solanum lycopersicum) root water uptake using mathematical models},
author = {H Babazadeh, H Ardalani, I Kisekka, G Hoogenboom},
year = {2021},
journal = {Journal of Plant Nutrition 44 (2), 282-295, 2021},
note = {Cited by 4},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:uWQEDVKXjbEC},
}
@article{kisekka2021_7315,
title = {Improving irrigation scheduling algorithms in DSSAT-CSM},
author = {I Kisekka, C Porter, V Shelia, G Hoogenboom},
year = {2021},
note = {Cited by 4},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:4MWp96NkSFoC},
}
@article{hopmans2021_e65c,
title = {Advances in Agronomy},
author = {JW Hopmans, AS Qureshi, I Kisekka, R Munns, SR Grattan, P Rengasamy, ...},
year = {2021},
journal = {Academic Press, Cambridge, MA, 2021},
note = {Cited by 23},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ye4kPcJQO24C},
}
@article{kisekka2021_5a52,
title = {Integrating Soil Moisture, Plant Monitoring, and Imagery for Site-Specific Zone Irrigation Management in Walnuts},
author = {I Kisekka, A Fulton, SR Peddinti, R Mahoney},
year = {2021},
journal = {Technical Report to the California Water Board. Project# D-0419–28, 2021},
note = {Cited by 4},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:WqliGbK-hY8C},
}
@article{kisekka2021_6627,
title = {Simulating alfalfa forage yields under full and deficit irrigation using the FARMs Web app in California},
author = {I Kisekka, U Gull, DH Putnam},
year = {2021},
journal = {6th Decennial National Irrigation Symposium, 6-8, December 2021, San Diego …, 2021},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:8AbLer7MMksC},
}
@article{liu2021_5fed,
title = {Variable-rate irrigation uniformity model for linear-move sprinkler systems},
author = {J Liu, U Gull, DH Putnam, I Kisekka},
year = {2021},
journal = {Transactions of the ASABE 64 (4), 1295-1302, 2021},
note = {Cited by 6},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:B3FOqHPlNUQC},
}
@article{hopmans2021_27c7,
title = {Critical knowledge gaps and research priorities in global soil salinity},
author = {JW Hopmans, AS Qureshi, I Kisekka, R Munns, SR Grattan, P Rengasamy, ...},
year = {2021},
journal = {Advances in agronomy 169, 1-191, 2021},
note = {Cited by 331},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:vRqMK49ujn8C},
}
@article{zhang2021_06ad,
title = {Comparison of different irrigation methods to synergistically improve maize’s yield, water productivity and economic benefits in an arid irrigation area},
author = {T Zhang, Y Zou, I Kisekka, A Biswas, H Cai},
year = {2021},
journal = {Agricultural Water Management 243, 106497, 2021},
note = {Cited by 81},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:SP6oXDckpogC},
}
@article{peddinti2020_37a6,
title = {Assessing effects of salinity on the performance of a low-cost wireless soil water sensor},
author = {SR Peddinti, JW Hopmans, M Abou Najm, I Kisekka},
year = {2020},
journal = {Sensors 20 (24), 7041, 2020},
note = {Cited by 24},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:XiSMed-E-HIC},
}
@article{peddinti2020_297b,
title = {Evapotranspiration estimation with high-resolution aerial imagery over almond orchards using TSEB model},
author = {SR Peddinti, I Kisekka},
year = {2020},
journal = {AGU Fall Meeting Abstracts 2020, B013-03, 2020},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:p2g8aNsByqUC},
}
@article{zikalala2020_0114,
title = {Exploring the climate change and variability effects on almond phenology in California},
author = {PG Zikalala, I Kisekka, ME Grismer, B Lampinen, K Shackel, RL Snyder, ...},
year = {2020},
journal = {AGU Fall Meeting Abstracts 2020, GC034-02, 2020},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:OU6Ihb5iCvQC},
}
@article{bailey2020_08f4,
title = {Special issue introduction: Managing the Ogallala},
author = {RT Bailey, M Schipanski, I Kisekka},
year = {2020},
journal = {Agricultural Water Management 242, 106405, 2020},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:KxtntwgDAa4C},
}
@article{xue2020_377d,
title = {Evaluation of remote sensing-based evapotranspiration models against surface renewal in almonds, tomatoes and maize},
author = {J Xue, KM Bali, S Light, T Hessels, I Kisekka},
year = {2020},
journal = {Agricultural Water Management 238, 106228, 2020},
note = {Cited by 60},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:NhqRSupF_l8C},
}
@article{domínguez-niño2020_b02c,
title = {Parameterization of soil hydraulic parameters for HYDRUS-3D simulation of soil water dynamics in a drip-irrigated orchard},
author = {JM Domínguez-Niño, G Arbat, I Raij-Hoffman, I Kisekka, J Girona, ...},
year = {2020},
journal = {Water 12 (7), 1858, 2020},
note = {Cited by 32},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:nb7KW1ujOQ8C},
}
@article{xue2020_4daa,
title = {A novel regional irrigation water productivity model coupling irrigation-and drainage-driven soil hydrology and salinity dynamics and shallow groundwater movement in arid …},
author = {J Xue, Z Huo, S Wang, C Wang, I White, I Kisekka, Z Sheng, G Huang, ...},
year = {2020},
journal = {Hydrology and Earth System Sciences 24 (5), 2399-2418, 2020},
note = {Cited by 17},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:1sJd4Hv_s6UC},
}
@article{kisekka2020_070f,
title = {Evapotranspiration-Based Irrigation for Agriculture: Sources of Evapotranspiration Data for Irrigation Scheduling in Florida: AE455, rev. 01/2020},
author = {I Kisekka, KW Migliaccio, MD Dukes, B Schaffer, J Crane, K Morgan, ...},
year = {2020},
journal = {EDIS 2020 (1), 2020},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:9vf0nzSNQJEC},
}
@article{xiang2020_d95c,
title = {DSSAT-MODFLOW: A new modeling framework for exploring groundwater conservation strategies in irrigated areas},
author = {Z Xiang, RT Bailey, S Nozari, Z Husain, I Kisekka, V Sharda, P Gowda},
year = {2020},
journal = {Agricultural Water Management 232, 106033, 2020},
note = {Cited by 53},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:bFI3QPDXJZMC},
}
@article{taghvaeian2020_6dd0,
title = {Irrigation scheduling for agriculture in the United States: The progress made and the path forward},
author = {S Taghvaeian, AA Andales, LN Allen, I Kisekka, SA O’Shaughnessy, ...},
year = {2020},
journal = {Transactions of the ASABE 63 (5), 1603-1618, 2020},
note = {Cited by 74},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:dshw04ExmUIC},
}
@article{oker2020_2c3a,
title = {Evaluation of dynamic uniformity and application efficiency of mobile drip irrigation},
author = {TE Oker, I Kisekka, AY Sheshukov, J Aguilar, D Rogers},
year = {2020},
journal = {Irrigation Science 38, 17-35, 2020},
note = {Cited by 16},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:SeFeTyx0c_EC},
}
@article{hoffman2019_3252,
title = {Nitrogen Leaching From California's Central Valley Irrigated Lands: A Multi-scale Modeling Study},
author = {IR Hoffman, T Harter, I Kisekka},
year = {2019},
journal = {AGU Fall Meeting 2019, 2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:dfsIfKJdRG4C},
}
@article{hoffman2019_3252,
title = {Nitrogen Leaching From California's Central Valley Irrigated Lands: A Multi-scale Modeling Study},
author = {I Raij Hoffman, T Harter, I Kisekka},
year = {2019},
journal = {AGU Fall Meeting Abstracts 2019, GC54D-16, 2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:_xSYboBqXhAC},
}
@article{zikalala2019_3694,
title = {Drivers of River Salinity and Nitrate in the Salinas Valley agricultural watershed},
author = {PG Zikalala, I Kisekka, ME Grismer},
year = {2019},
journal = {AGU Fall Meeting Abstracts 2019, H41R-1987, 2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:cFHS6HbyZ2cC},
}
@article{rice2019_f0e8,
title = {Automated Basin-wide ET estimation using the SEBS method to improve groundwater sustainability plan development},
author = {B Rice, T Harter, L Foglia, I Kisekka},
year = {2019},
journal = {AGU Fall Meeting Abstracts 2019, H21C-08, 2019},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:fPk4N6BV_jEC},
}
@article{garza-díaz2019_168c,
title = {Land-use optimization for sustainable agricultural water management in Pajaro Valley, California},
author = {LE Garza-Díaz, AJ DeVincentis, S Sandoval-Solis, M Azizipour, ...},
year = {2019},
journal = {Journal of Water Resources Planning and Management 145 (12), 05019018, 2019},
note = {Cited by 15},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:3s1wT3WcHBgC},
}
@article{gull2019_2561,
title = {Quantifying the Water Productivity, Forage Yield and Quality of Alfalfa (Medicago sativa L.) Utilizing Limited Water Resources},
author = {U Gull, K Bali, R Hutmacher, I Kisekka, DH Putnam},
year = {2019},
journal = {ASA, CSSA and SSSA International Annual Meetings (2019), 2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:4OULZ7Gr8RgC},
}
@article{harter2019_af30,
title = {Soil Physics at the Groundwater-Agriculture Interface},
author = {T Harter, H Ouaknin, CM Stockert, IR Hoffman, I Kisekka, PH Brown, ...},
year = {2019},
journal = {ASA, CSSA and SSSA International Annual Meetings (2019), 2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:a0OBvERweLwC},
}
@article{yangyang2019_c630,
title = {Effects of deficit irrigation on photosynthesis, photosynthate allocation, and water use efficiency of sugar beet.},
author = {LYY Li YangYang, LNN Liu NingNing, FH Fan Hua, SJX Su JiXia, ...},
year = {2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ipzZ9siozwsC},
}
@article{li2019_0b53,
title = {Effects of deficit irrigation on photosynthesis, photosynthate allocation, and water use efficiency of sugar beet},
author = {Y Li, N Liu, H Fan, J Su, C Fei, K Wang, F Ma, I Kisekka},
year = {2019},
journal = {Agricultural Water Management 223, 105701, 2019},
note = {Cited by 45},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:pqnbT2bcN3wC},
}
@article{kisekka2019_42e3,
title = {Evapotranspiration-Based Irrigation for Agriculture: Crop Coefficients of Some Commercial Crops in Florida: AE456/AE456, rev. 6/2019},
author = {I Kisekka, KW Migliaccio, MD Dukes, JH Crane, B Schaffer, SM Guzman, ...},
year = {2019},
journal = {EDIS 2019 (3), 2019},
note = {Cited by 6},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:eq2jaN3J8jMC},
}
@article{sharda2019_a223,
title = {Simulating the impacts of irrigation levels on soybean production in Texas High Plains to manage diminishing groundwater levels.},
author = {VS Vaishali Sharda, PH Gowda, G Marek, I Kisekka, CR Chittaranjan Ray, ...},
year = {2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:nrtMV_XWKgEC},
}
@article{bayabil2019_c96b,
title = {Evapotranspiration-Based Irrigation for Agriculture: Implementing Evapotranspiration-Based Irrigation Scheduling for Agriculture: AE458/AE458, rev. 4/2019},
author = {HK Bayabil, SM Guzman, I Kisekka, KW Migliaccio, MD Dukes, JH Crane, ...},
year = {2019},
journal = {EDIS 2019, 2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:SdhP9T11ey4C},
}
@article{kisekka2019_4a6c,
title = {Evapotranspiration-Based Irrigation Scheduling for Agriculture: AE457/AE457, 5/2019},
author = {I Kisekka, KW Migliaccio, MD Dukes, B Schaffer, JH Crane, HK Bayabil, ...},
year = {2019},
journal = {EDIS 2019, 2019},
note = {Cited by 17},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:P5F9QuxV20EC},
}
@article{kisekka2019_0911,
title = {Evapotranspiration-Based irrigation for agriculture: Implementing evapotranspiration-based irrigation scheduling for agriculture},
author = {I Kisekka, KW Migliaccio, MD Dukes, JH Crane, B Schaffer, HK Bayabil, ...},
year = {2019},
journal = {Department of Agricultural and Biological Engineering (ABE), 2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:9yKSN-GCB0IC},
}
@article{kisekka2019_0911,
title = {Evapotranspiration-Based irrigation for agriculture: Implementing evapotranspiration-based irrigation scheduling for agriculture},
author = {I Kisekka, KW Migliaccio, MD Dukes, JH Crane, B Schaffer, HK Bayabil, ...},
year = {2019},
journal = {Department of Agricultural and Biological Engineering (ABE), 2019},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:d1gkVwhDpl0C},
}
@article{rogers2019_8178,
title = {Irrigation of grain sorghum},
author = {DH Rogers, AJ Schlegel, JD Holman, JP Aguilar, I Kisekka},
year = {2019},
journal = {Sorghum: A State of the Art and Future Perspetives 58, 361-373, 2019},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:7PzlFSSx8tAC},
}
@article{drechsler2019_e4db,
title = {A comprehensive stress indicator for evaluating plant water status in almond trees},
author = {K Drechsler, I Kisekka, S Upadhyaya},
year = {2019},
journal = {Agricultural Water Management 216, 214-223, 2019},
note = {Cited by 29},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:2P1L_qKh6hAC},
}
@article{kisekka2019_a0a5,
title = {Uncertainties in leaching assessment in micro-irrigated fields using water balance approach},
author = {I Kisekka, MM Kandelous, B Sanden, JW Hopmans},
year = {2019},
journal = {Agricultural Water Management 213, 107-115, 2019},
note = {Cited by 21},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ns9cj8rnVeAC},
}
@article{zikalala2019_c060,
title = {Calibration and global sensitivity analysis for a salinity model used in evaluating fields irrigated with treated wastewater in the Salinas Valley},
author = {P Zikalala, I Kisekka, M Grismer},
year = {2019},
journal = {Agriculture 9 (2), 31, 2019},
note = {Cited by 9},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:70eg2SAEIzsC},
}
@article{araya2019_e5ab,
title = {Yield and water productivity of winter wheat under various irrigation capacities},
author = {A Araya, PVV Prasad, PH Gowda, I Kisekka, AJ Foster},
year = {2019},
journal = {JAWRA Journal of the American Water Resources Association 55 (1), 24-37, 2019},
note = {Cited by 22},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:35N4QoGY0k4C},
}
@article{gowda2019_16eb,
title = {Featured series introduction: Optimizing Ogallala Aquifer water use to sustain food systems},
author = {P Gowda, R Bailey, I Kisekka, X Lin, V Uddameri},
year = {2019},
journal = {JAWRA Journal of the American Water Resources Association 55 (1), 3-5, 2019},
note = {Cited by 11},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:vV6vV6tmYwMC},
}
@article{sharda2019_6b54,
title = {Simulating the impacts of irrigation levels on soybean production in Texas high plains to manage diminishing groundwater levels},
author = {V Sharda, PH Gowda, G Marek, I Kisekka, C Ray, P Adhikari},
year = {2019},
journal = {JAWRA Journal of the American Water Resources Association 55 (1), 56-69, 2019},
note = {Cited by 31},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:lSLTfruPkqcC},
}
@article{rudnick2019_b942,
title = {Deficit irrigation management of maize in the high plains aquifer region: a review},
author = {DR Rudnick, S Irmak, C West, JL Chávez, I Kisekka, TH Marek, ...},
year = {2019},
journal = {JAWRA Journal of the American Water Resources Association 55 (1), 38-55, 2019},
note = {Cited by 55},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:RYcK_YlVTxYC},
}
@article{aguilar2019_fcfa,
title = {Evaluation of mobile drip irrigation (MDI) and other sprinkler packages},
author = {J Aguilar, DH Rogers, T Oker, I Kisekka},
year = {2019},
journal = {Proc. 31ST Annual Central Plains Irrigation Conference, 98-107, 2019},
note = {Cited by 3},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:zA6iFVUQeVQC},
}
@article{aguilar2019_c335,
title = {Mobile Drip Irrigation for Water Limited Crop Production: Initial Results},
author = {J Aguilar, T Oker, I Kisekka},
year = {2019},
journal = {Kansas Agricultural Experiment Station Research Reports 5 (7), 13, 2019},
note = {Cited by 3},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ZHo1McVdvXMC},
}
@article{liu2019_3d4c,
title = {Evaluation of rotary damping sprinkler hydraulic performance in sprinkler irrigation system},
author = {J Liu, I Kisekka, T Li},
year = {2019},
journal = {2019 ASABE Annual International Meeting, 1, 2019},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:g5m5HwL7SMYC},
}
@article{meyers2019_842b,
title = {Development of an artificial neural network approach for predicting plant water status in almonds},
author = {JN Meyers, I Kisekka, SK Upadhyaya, GK Michelon},
year = {2019},
journal = {Transactions of the ASABE 62 (1), 19-32, 2019},
note = {Cited by 13},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:NaGl4SEjCO4C},
}
@article{zikalala2018_88a1,
title = {Drivers of agricultural development and salinity in California's Salinas Valley watershed: A multi-decadal analysis},
author = {PG Zikalala, I Kisekka, ME Grismer},
year = {2018},
journal = {AGU Fall Meeting Abstracts 2018, H11U-1737, 2018},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:M05iB0D1s5AC},
}
@article{schipanski2018_734b,
title = {Linking measurements and models to estimate landscape-scale impacts of agricultural management on soil carbon and groundwater use},
author = {M Schipanski, ST Rosenzweig, AD Robertson, LA Sherrod, GS McMaster, ...},
year = {2018},
journal = {AGU Fall Meeting Abstracts 2018, B53A-07, 2018},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ldfaerwXgEUC},
}
@article{oker2018_edc8,
title = {Evaluation of maize production under mobile drip irrigation},
author = {TE Oker, I Kisekka, AY Sheshukov, J Aguilar, DH Rogers},
year = {2018},
journal = {Agricultural Water Management 210, 11-21, 2018},
note = {Cited by 22},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:O3NaXMp0MMsC},
}
@article{araya2018_e22f,
title = {Grain sorghum production functions under different irrigation capacities},
author = {A Araya, I Kisekka, PH Gowda, PVV Prasad},
year = {2018},
journal = {Agricultural water management 203, 261-271, 2018},
note = {Cited by 30},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:GnPB-g6toBAC},
}
@article{bairen2018_8e82,
title = {Evaluating effects of deficit irrigation strategies on grain sorghum attributes and biofuel production.},
author = {PBR Pang BaiRen, ZK Zhang Ke, I Kisekka, S Bean, ZM Zhang Meng, ...},
year = {2018},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:epqYDVWIO7EC},
}
@article{zhang2018_6951,
title = {Effect of irrigation on physicochemical properties and bioethanol yield of drought tolerant and conventional corn},
author = {K Zhang, B Pang, I Kisekka, M Zhang, D Rogers, D Wang},
year = {2018},
journal = {Irrigation science 36, 75-85, 2018},
note = {Cited by 9},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:BqipwSGYUEgC},
}
@article{holman2018_d34a,
title = {Estimating Annual Forage Yields with Plant Available Water and Growing Season Precipitation},
author = {JD Holman, A Obour, A Schlegel, T Roberts, S Maxwell},
year = {2018},
journal = {Kansas Agricultural Experiment Station Research Reports 4 (8), 4, 2018},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:fQNAKQ3IYiAC},
}
@article{kisekka2018_e7fe,
title = {Optimizing irrigation scheduling with limited water using the iCrop decision support tool},
author = {I Kisekka, JS Kim},
year = {2018},
journal = {Irrigation Show (Long Beach, California), 2018},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:LPZeul_q3PIC},
}
@article{xiang2018_6413,
title = {Developing a hydro-agronomic model for assessing groundwater depletion in the Ogallala Aquifer Region},
author = {Z Xiang, R Bailey, Z Husain, S Nozari, I Kisekka, P Gowda},
year = {2018},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:CHSYGLWDkRkC},
}
@article{suter2018_28f0,
title = {Integrating Hydrologic, Agronomic, and Economic Modeling to Evaluate the Impacts of Groundwater Conservation Policies in the Ogallala Aquifer Region},
author = {J Suter, C Goemans, R Bailey, I Kisekka, MR Rad, D Manning},
year = {2018},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:xtRiw3GOFMkC},
}
@article{pang2018_ca62,
title = {Evaluating effects of deficit irrigation strategies on grain sorghum attributes and biofuel production},
author = {B Pang, K Zhang, I Kisekka, S Bean, M Zhang, D Wang},
year = {2018},
journal = {Journal of cereal science 79, 13-20, 2018},
note = {Cited by 18},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:isC4tDSrTZIC},
}
@article{adhikari2017_8e98,
title = {Calibration and validation of CSM‐CROPGRO‐Cotton model using lysimeter data in the Texas High Plains},
author = {P Adhikari, PH Gowda, GW Marek, DK Brauer, I Kisekka, B Northup, ...},
year = {2017},
journal = {Journal of Contemporary Water Research & Education 162 (1), 61-78, 2017},
note = {Cited by 25},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:YFjsv_pBGBYC},
}
@article{lin2017_8173,
title = {Kansas trends and changes in temperature, precipitation, drought, and frost‐free days from the 1890s to 2015},
author = {X Lin, J Harrington, I Ciampitti, P Gowda, D Brown, I Kisekka},
year = {2017},
journal = {Journal of Contemporary Water Research & Education 162 (1), 18-30, 2017},
note = {Cited by 37},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:NMxIlDl6LWMC},
}
@article{putnam2017_813e,
title = {Agronomic practices for subsurface drip irrigation in alfalfa},
author = {DH Putnam, A Montazar, D Zaccaria, I Kisekka, U Gull, K Bali},
year = {2017},
journal = {Proceedings of the 2017 Western Alfalfa and Forage Symposium, Reno, NV, USA …, 2017},
note = {Cited by 3},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:EUQCXRtRnyEC},
}
@article{kisekka2017_26ee,
title = {Revisiting precision mobile drip irrigation under limited water},
author = {I Kisekka, T Oker, G Nguyen, J Aguilar, D Rogers},
year = {2017},
journal = {Irrigation Science 35, 483-500, 2017},
note = {Cited by 40},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:TFP_iSt0sucC},
}
@article{zhang2017_83d3,
title = {Evaluating water table response to rainfall events in a shallow aquifer and canal system},
author = {M Zhang, HV Singh, KW Migliaccio, I Kisekka},
year = {2017},
journal = {Hydrological processes 31 (22), 3907-3919, 2017},
note = {Cited by 32},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:4JMBOYKVnBMC},
}
@article{foster2017_c71a,
title = {Diagnosing Plant Nutrient Status Under Different Irrigation Levels in Southwest KS.},
author = {AJ Foster, I Kisekka, B Golden},
year = {2017},
journal = {ASA, CSSA and SSSA International Annual (2017), 2017},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:UxriW0iASnsC},
}
@article{schlegel2017_16e2,
title = {Optimizing Land and Water Allocations for Irrigated Corn Production with Declining Well Capacities in Kansas.},
author = {AJ Schlegel, I Kisekka, FR Lamm},
year = {2017},
journal = {ASA, CSSA and SSSA International Annual (2017), 2017},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:_Re3VWB3Y0AC},
}
@article{bell2017_0a39,
title = {Optimizing Land and Water Allocations for Irrigated Corn Production with Declining Well Capacities in Texas.},
author = {JM Bell, RC Schwartz, AJ Schlegel, FR Lamm, I Kisekka, D O'brien, ...},
year = {2017},
journal = {ASA, CSSA and SSSA International Annual (2017), 2017},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ZfRJV9d4-WMC},
}
@article{araya2017_606b,
title = {Evaluating optimum limited irrigation management strategies for corn production in the Ogallala aquifer region},
author = {A Araya, I Kisekka, PV Vara Prasad, PH Gowda},
year = {2017},
journal = {Journal of Irrigation and Drainage Engineering 143 (10), 04017041, 2017},
note = {Cited by 35},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:_Qo2XoVZTnwC},
}
@article{kisekka2017_29a1,
title = {Optimizing preplant irrigation for maize under limited water in the High Plains},
author = {I Kisekka, A Schlegel, L Ma, PH Gowda, PVV Prasad},
year = {2017},
journal = {Agricultural Water Management 187, 154-163, 2017},
note = {Cited by 37},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:mB3voiENLucC},
}
@article{wanyama2017_21bd,
title = {Irrigation development in Uganda: constraints, lessons learned, and future perspectives},
author = {J Wanyama, H Ssegane, I Kisekka, AJ Komakech, N Banadda, A Zziwa, ...},
year = {2017},
journal = {Journal of Irrigation and Drainage Engineering 143 (5), 04017003, 2017},
note = {Cited by 38},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:hC7cP41nSMkC},
}
@article{araya2017_974f,
title = {The challenges and opportunities for wheat production under future climate in Northern Ethiopia},
author = {A Araya, I Kisekka, A Girma, KM Hadgu, FN Tegebu, AH Kassa, ...},
year = {2017},
journal = {The Journal of Agricultural Science 155 (3), 379-393, 2017},
note = {Cited by 32},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:M3ejUd6NZC8C},
}
@article{rogers2017_ee27,
title = {Center pivot irrigation system losses and efficiency},
author = {DH Rogers, J Aguilar, I Kisekka, FR Lamm},
year = {2017},
journal = {Proceedings of the 29th Annual Central Plains Irrigation Conference …, 2017},
note = {Cited by 24},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:TQgYirikUcIC},
}
@article{aguilar2017_d8f0,
title = {Mobile drip irrigation results from farm demonstration sites},
author = {J Aguilar, DH Rogers, I Kisekka, AJ Foster, B Golden, K Shaw},
year = {2017},
journal = {Proceedings of the 29th Annual Central Plains Irrigation Conference …, 2017},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:u_35RYKgDlwC},
}
@article{rudnick2017_3b33,
title = {Deficit irrigation management of corn in the high plains: A review},
author = {D Rudnick, S Irmak, C Ray, J Schneekloth, M Schipanski, I Kisekka, ...},
year = {2017},
journal = {Proceedings of the 29th Annual Central Plains Irrigation Conference, 21-22, 2017},
note = {Cited by 24},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:HDshCWvjkbEC},
}
@article{meijing2017_f7b7,
title = {Evaluating water table response to rainfall events in a shallow aquifer and canal system.},
author = {ZMJ Zhang MeiJing, HV Singh, KW Migliaccio, I Kisekka},
year = {2017},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:zLWjf1WUPmwC},
}
@article{schlegel2017_29a1,
title = {Optimizing preplant irrigation for maize under limited water in the High Plains},
author = {A Schlegel, I Kisekka},
year = {2017},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:b0M2c_1WBrUC},
}
@article{kisekka2017_a904,
title = {Crop modeling applications in agricultural water management},
author = {I Kisekka, KC DeJonge, L Ma, J Paz, K Douglas-Mankin},
year = {2017},
journal = {Transactions of the ASABE 60 (6), 1959-1964, 2017},
note = {Cited by 22},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:hMod-77fHWUC},
}
@article{linker2017_fe30,
title = {Model-based deficit irrigation of maize in Kansas},
author = {R Linker, I Kisekka},
year = {2017},
journal = {Transactions of the ASABE 60 (6), 2011-2022, 2017},
note = {Cited by 26},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:JV2RwH3_ST0C},
}
@article{wibowo2017_2127,
title = {Using a crop simulation model to understand the impact of risk aversion on optimal irrigation management},
author = {RP Wibowo, NP Hendricks, I Kisekka, A Araya},
year = {2017},
journal = {Transactions of the ASABE 60 (6), 2111-2122, 2017},
note = {Cited by 18},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:M3NEmzRMIkIC},
}
@article{ma2017_7aab,
title = {Optimizing ET-based irrigation scheduling for wheat and maize with water constraints},
author = {L Ma, Z Qi, Y Shen, L He, S Xu, I Kisekka, M Sima, RW Malone, Q Yu, ...},
year = {2017},
journal = {Transactions of the ASABE 60 (6), 2053-2065, 2017},
note = {Cited by 10},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:maZDTaKrznsC},
}
@article{foster2017_ef11,
title = {Exploring the Value of Plant Analysis to Enhance Water Use Efficiency in Southwest Kansas},
author = {AJ Foster, I Kisekka, B Golden},
year = {2017},
journal = {Kansas Agricultural Experiment Station Research Reports 3 (5), 18, 2017},
note = {Cited by 3},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:iH-uZ7U-co4C},
}
@article{holman2017_d34a,
title = {Estimating Annual Forage Yields with Plant Available Water and Growing Season Precipitation},
author = {JD Holman, A Obour, I Kisekka, A Schlegel, T Roberts, S Maxwell},
year = {2017},
journal = {Kansas Agricultural Experiment Station Research Reports 3 (5), 6, 2017},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:r0BpntZqJG4C},
}
@article{holman2017_898a,
title = {Determining Profitable Annual Forage Rotations},
author = {JD Holman, A Obour, I Kisekka, T Roberts, S Maxwell},
year = {2017},
journal = {Kansas Agricultural Experiment Station Research Reports 3 (5), 4, 2017},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:j3f4tGmQtD8C},
}
@article{araya2017_891e,
title = {Evaluating the impact of future climate change on irrigated maize production in Kansas},
author = {A Araya, I Kisekka, X Lin, PVV Prasad, PH Gowda, C Rice, A Andales},
year = {2017},
journal = {Climate Risk Management 17, 139-154, 2017},
note = {Cited by 71},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:RHpTSmoSYBkC},
}
@article{berhe2017_e471,
title = {Assessing wheat yield, biomass, and water productivity responses to growth stage based irrigation water allocation},
author = {AA Berhe, I Kisekka, PVV Prasad, J Holman, AJ Foster, R Lollato},
year = {2017},
journal = {Transactions of the ASABE 60 (1), 107-121, 2017},
note = {Cited by 16},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:-f6ydRqryjwC},
}
@article{araya2017_f0f4,
title = {Evaluation of water-limited cropping systems in a semi-arid climate using DSSAT-CSM},
author = {A Araya, I Kisekka, PH Gowda, PVV Prasad},
year = {2017},
journal = {Agricultural Systems 150, 86-98, 2017},
note = {Cited by 92},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ZeXyd9-uunAC},
}
@article{haileselassie2016_b6ab,
title = {Exploring optimal farm resources management strategy for Quncho-teff (Eragrostis tef (Zucc.) Trotter) using AquaCrop model.},
author = {HH Hailay Haileselassie, A Araya, SH Solomon Habtu, ...},
year = {2016},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:EkHepimYqZsC},
}
@article{haileselassie2016_9283,
title = {Exploring optimal farm resources management strategy for Quncho-teff (Eragrostis tef (Zucc.) Trotter) using AquaCrop model},
author = {H Haileselassie, A Araya, S Habtu, KG Meles, G Gebru, I Kisekka, ...},
year = {2016},
journal = {Agricultural Water Management 178, 148-158, 2016},
note = {Cited by 17},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:L8Ckcad2t8MC},
}
@article{araya2016_d9eb,
title = {Evaluating deficit irrigation management strategies for grain sorghum using AquaCrop},
author = {A Araya, I Kisekka, J Holman},
year = {2016},
journal = {Irrigation science 34, 465-481, 2016},
note = {Cited by 72},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:qxL8FJ1GzNcC},
}
@article{kisekka2016_a6a8,
title = {Kansas Agricultural Experiment Station Research Report s},
author = {I Kisekka, F Lamm, JD Holman},
year = {2016},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:abG-DnoFyZgC},
}
@article{holman2016_5346,
title = {Effects of irrigation amount and timing on alfalfa nutritive value},
author = {J Holman, DH Min, N Klocke, I Kisekka, R Currie},
year = {2016},
journal = {Transactions of the ASABE 59 (4), 849-860, 2016},
note = {Cited by 22},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:dhFuZR0502QC},
}
@article{kisekka2016_9d30,
title = {Response of drought tolerant and conventional corn to limited irrigation},
author = {I Kisekka, F Lamm},
year = {2016},
journal = {Kansas Agricultural Experiment Station Research Reports 2 (7), 9, 2016},
note = {Cited by 4},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:QIV2ME_5wuYC},
}
@article{holman2016_898a,
title = {Determining Profitable Annual Forage Rotations},
author = {JD Holman, T Roberts, S Maxwell, I Kisekka},
year = {2016},
journal = {Kansas Agricultural Experiment Station Research Reports 2 (7), 1, 2016},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:9ZlFYXVOiuMC},
}
@article{kisekka2016_a3f7,
title = {Sorghum yield response to water supply and irrigation management},
author = {I Kisekka, F Lamm, A Schlegel},
year = {2016},
journal = {Kansas Agricultural Experiment Station Research Reports 2 (7), 7, 2016},
note = {Cited by 4},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:mVmsd5A6BfQC},
}
@article{kisekka2016_14bb,
title = {Mobile drip irrigation evaluation in corn},
author = {I Kisekka, T Oker, G Nguyen, J Aguilar, D Rogers},
year = {2016},
journal = {Kansas Agricultural Experiment Station Research Reports 2 (7), 8, 2016},
note = {Cited by 21},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Wp0gIr-vW9MC},
}
@article{kisekka2016_dee6,
title = {Forage Sorghum and Corn Silage Response to Full and Deficit Irrigation},
author = {I Kisekka, JD Holman, JW Waggoner, J Aguilar, R Currie},
year = {2016},
journal = {Kansas Agricultural Experiment Station Research Reports 2 (7), 6, 2016},
note = {Cited by 5},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:4DMP91E08xMC},
}
@article{kisekka2016_1ed4,
title = {Deficit irrigation as a strategy to cope with declining groundwater supplies: experiences from Kansas},
author = {I Kisekka, J Aguilar},
year = {2016},
journal = {Emerging Issues in Groundwater Resources, 51-66, 2016},
note = {Cited by 3},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:aqlVkmm33-oC},
}
@article{lamm2016_5b6a,
title = {Longevity: An important aspect in SDI success},
author = {FR Lamm, DH Rogers, I Kisekka, J Aguilar},
year = {2016},
journal = {Proc. 28th annual Central Plains Irrigation Conference, Feb, 23-24, 2016},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:4TOpqqG69KYC},
}
@article{kisekka2016_422f,
title = {Assessing deficit irrigation strategies for corn using simulation},
author = {I Kisekka, JP Aguilar, DH Rogers, J Holman, DM O’Brien, N Klocke},
year = {2016},
journal = {Transactions of the ASABE 59 (1), 303-317, 2016},
note = {Cited by 62},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:YOwf2qJgpHMC},
}
@article{araya2015_1712,
title = {Assessment of maize growth and yield using crop models under present and future climate in southwestern Ethiopia},
author = {A Araya, G Hoogenboom, E Luedeling, KM Hadgu, I Kisekka, ...},
year = {2015},
journal = {Agricultural and forest Meteorology 214, 252-265, 2015},
note = {Cited by 196},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:3fE2CSJIrl8C},
}
@article{kisekka2015_151c,
title = {Modelling soil water dynamics considering measurement uncertainty},
author = {I Kisekka, KW Migliaccio, R Muñoz‐Carpena, B Schaffer, Y Khare},
year = {2015},
journal = {Hydrological Processes 29 (5), 692-711, 2015},
note = {Cited by 9},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:zYLM7Y9cAGgC},
}
@article{rogers2015_5fd6,
title = {Agricultural crop water use},
author = {DH Rogers, J Aguilar, I Kisekka, PL Barnes, FR Lamm},
year = {2015},
journal = {Kansas State University, Agricultural Experiment Station and Cooperative …, 2015},
note = {Cited by 19},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:roLk4NBRz8UC},
}
@article{aiken2015_cce3,
title = {A place for grain sorghum in deficit irrigation production systems},
author = {R Aiken, I Kisekka, J Aguilar},
year = {2015},
journal = {Proceedings of the 27th annual central plains irrigation conference, Colby …, 2015},
note = {Cited by 3},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:_FxGoFyzp5QC},
}
@article{kisekka2015_6a9d,
title = {Year to year variations in crop water use functions},
author = {I Kisekka, J Aguilar, DH Rogers},
year = {2015},
journal = {Proc. 27th Annual Central Plains Irrigation Conf, 2015},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:WF5omc3nYNoC},
}
@article{aguilar2015_a6a8,
title = {Kansas Agricultural Experiment Station Research Report s},
author = {J Aguilar, D Rogers, I Kisekka},
year = {2015},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ML0RJ9NH7IQC},
}
@article{barnes2015_09b4,
title = {The Kansas Water Budget and Water Footprint},
author = {PL Barnes, DH Rogers, J Aguilar, I Kisekka, K Ebert},
year = {2015},
journal = {Kansas State University Agricultural Experiment Station and Cooperative …, 2015},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:e5wmG9Sq2KIC},
}
@article{yuan2015_442a,
title = {Hydrologic and water quality models: Sensitivity},
author = {Y Yuan, Y Khare, X Wang, PB Parajuli, I Kisekka, S Finsterle},
year = {2015},
journal = {Transactions of the ASABE 58 (6), 1721-1744, 2015},
note = {Cited by 47},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:_kc_bZDykSQC},
}
@article{aguilar2015_da2c,
title = {Pre-season management decisions and tools for irrigated fields},
author = {JP Aguilar, D Rogers, I Kisekka},
year = {2015},
journal = {2015 ASABE/IA Irrigation Symposium: Emerging Technologies for Sustainable …, 2015},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ULOm3_A8WrAC},
}
@article{kisekka2015_9ddc,
title = {Wheat Yield Response to Limited Irrigation and Fungicides},
author = {I Kisekka, JD Holman, R Currie, JP Aguilar, D Tomsicek, J Koehn},
year = {2015},
journal = {2015 ASABE Annual International Meeting, 1, 2015},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Zph67rFs4hoC},
}
@article{kisekka2015_9d30,
title = {Response of drought tolerant and conventional corn to limited irrigation},
author = {I Kisekka, F Lamm, JD Holman},
year = {2015},
journal = {Kansas Agricultural Experiment Station Research Reports 1 (5), 21, 2015},
note = {Cited by 8},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:MXK_kJrjxJIC},
}
@article{aguilar2015_f7fa,
title = {Irrigation scheduling based on soil moisture sensors and evapotranspiration},
author = {J Aguilar, D Rogers, I Kisekka},
year = {2015},
journal = {Kansas Agricultural Experiment Station Research Reports 1 (5), 20, 2015},
note = {Cited by 52},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:8k81kl-MbHgC},
}
@article{holman2015_02d0,
title = {Fallow Replacement Crop (Cover Crops, Annual Forages, and Short-Season Grain Crops) Effects on Available Soil Water},
author = {JD Holman, T Roberts, S Maxwell, I Kisekka, A Obour},
year = {2015},
journal = {Kansas Agricultural Experiment Station Research Reports 1 (5), 3, 2015},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:0EnyYjriUFMC},
}
@article{kisekka2014_d77d,
title = {Simulating water table response to proposed changes in surface water management in the C-111 agricultural basin of south Florida},
author = {I Kisekka, KW Migliaccio, R Muñoz-Carpena, B Schaffer, TH Boyer, Y Li},
year = {2014},
journal = {Agricultural Water Management 146, 185-200, 2014},
note = {Cited by 9},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Y0pCki6q_DkC},
}
@article{lamm2014_fe51,
title = {Deficit irrigation of grain and oilseed crops},
author = {FR Lamm, DH Rogers, J Aguilar, I Kisekka},
year = {2014},
journal = {Proceedings of 2014 Irrigation Association Technical Conference. Phoenix …, 2014},
note = {Cited by 12},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ufrVoPGSRksC},
}
@article{kisekka2014_a38c,
title = {Using soil water and canopy temperature to improve irrigation scheduling for corn},
author = {I Kisekka, J Aguilar, F Lamm, D Rogers},
year = {2014},
journal = {Proceedings of the 2014 Irrigation Association Conference, Phoenix, AZ, USA, 3-6, 2014},
note = {Cited by 9},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:W7OEmFMy1HYC},
}
@article{lamm2014_cc0b,
title = {Successful SDI-Addressing the essential issues},
author = {FR Lamm, DH Rogers, J Aguilar, I Kisekka},
year = {2014},
journal = {Proc. 26th annual Central Plains Irrigation Conference, Feb, 25-26, 2014},
note = {Cited by 6},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Tyk-4Ss8FVUC},
}
@article{klocke2014_b91a,
title = {Corn and grain sorghum response tolimited irrigation, drought, and hail},
author = {NL Klocke, RS Currie, I Kisekka, LR Stone},
year = {2014},
journal = {Applied Engineering in Agriculture 30 (6), 915-924, 2014},
note = {Cited by 42},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:LkGwnXOMwfcC},
}
@article{kisekka2013_663c,
title = {Dynamic factor analysis of surface water management impacts on soil and bedrock water contents in Southern Florida Lowlands},
author = {I Kisekka, KW Migliaccio, R Muñoz-Carpena, B Schaffer, YC Li},
year = {2013},
journal = {Journal of hydrology 488, 55-72, 2013},
note = {Cited by 13},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=100&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:UeHWp8X0CEIC},
}
@article{migliaccio2013_8bc4,
title = {Project Title: C-111 Spreader Canal Phase 1 Soil Water and Groundwater Monitoring for Planned S-18C Water Level Increases Year 5 Task 4 Final Report},
author = {K Migliaccio, I Kisekka},
year = {2013},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:UebtZRa9Y70C},
}
@article{kisekka2013_e043,
title = {Modeling Influences of Canal Stage Raises on Groundwater and Soil Water in the C-111 Basin of South Florida},
author = {I Kisekka},
year = {2013},
journal = {University of Florida, 2013},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:YsMSGLbcyi4C},
}
@article{kisekka2013_edbf,
title = {Sensitivity analysis and parameter estimation for an approximate analytical model of canal-aquifer interaction applied in the C-111 basin},
author = {I Kisekka, KW Migliaccio, R Muñoz-Carpena, Y Khare, TH Boyer},
year = {2013},
journal = {Transactions of the ASABE 56 (3), 977-992, 2013},
note = {Cited by 15},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:IjCSPb-OGe4C},
}
@article{migliaccio2012_290d,
title = {Project Title: C-111 Spreader Canal Phase 1 Soil Water and Groundwater Monitoring for Planned S-18C Water Level Increases},
author = {K Migliaccio, I Kisekka},
year = {2012},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Se3iqnhoufwC},
}
@article{kisekka2010_cd1a,
title = {Evapotranspiration-Based Irrigation for Agriculture: Sources of Evapotranspiration Data for Irrigation Scheduling in Florida: AE455/AE455, 1/2010},
author = {I Kisekka, K Migliaccio, MD Dukes, B Schaffer, JH Crane, K Morgan},
year = {2010},
journal = {EDIS 2010 (2), 2010},
note = {Cited by 20},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:qjMakFHDy7sC},
}
@article{kisekka2010_63fc,
title = {Evaluation and Calibration of Radiation-Based Equations for Estimating Potential Evapotranspiration under Florida’s Humid Subtropical Climate},
author = {I Kisekka, KW Migliaccio, MD Dukes},
year = {2010},
journal = {5th National Decennial Irrigation Conference Proceedings, 5-8 December 2010 …, 2010},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:KlAtU1dfN6UC},
}
@article{kisekka2010_f9aa,
title = {Evapotranspiration-based irrigation for agriculture: crop coefficients of some commercial crops in Florida},
author = {I Kisekka, KW Migliaccio, MD Dukes, JH Crane, B Schaffer},
year = {2010},
journal = {EDIS 2010 (2), 2010},
note = {Cited by 16},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:u-x6o8ySG0sC},
}
@article{kisekka2010_4575,
title = {Evapotranspiration-based irrigation scheduling and physiological response in a carambola (Averrhoa Carambola l.) orchard},
author = {I Kisekka, KW Migliaccio, MD Dukes, B Schaffer, JH Crane},
year = {2010},
journal = {Applied Engineering in Agriculture 26 (3), 373-380, 2010},
note = {Cited by 24},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:u5HHmVD_uO8C},
}
@article{isaya2009_3add,
title = {Evaluation of evapotranspiration-based irrigation controllers in a tropical fruit orchard in southern Florida},
author = {N Isaya, A Kisekka, KW Migliaccio, B Schaffer, JH Crane, MD Dukes},
year = {2009},
journal = {2009 Reno, Nevada, June 21-June 24, 2009, 1, 2009},
note = {Cited by 2},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:IWHjjKOFINEC},
}
@article{kisekka2009_e6b9,
title = {Evapotranspiration based irrigation scheduling for a tropical fruit orchard in south Florida},
author = {I Kisekka},
year = {2009},
journal = {University of Florida, 2009},
note = {Cited by 3},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:2osOgNQ5qMEC},
}
@article{peddinti_e9e5,
title = {Advanced Monitoring of Almond Orchard Water Status Using Machine Learning and Remote Sensing},
author = {SR Peddinti, I Kisekka},
year = {},
journal = {Available at SSRN 4991273, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:M7yex6snE4oC},
}
@article{azedou_0467,
title = {Ensemble deep learning towards high-resolution soil-moisture mapping for enhanced water management in California's Central Valley},
author = {A Azedou, A Amine, S Lahssini, G Osterman, M Arboleda-Zapata, ...},
year = {},
journal = {Available at SSRN 5035413, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:VaXvl8Fpj5cC},
}
@article{nand_096f,
title = {Evaluation of Multimodel Averaging Approaches for Ensembling Evapotranspiration and Yield Simulations from Maize Models},
author = {V Nand, Z Qi, L Ma, MJ Helmers, CA Madramootoo, W Smith, TQ Zhang, ...},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:MLfJN-KU85MC},
}
@article{azedou_bcf7,
title = {A Novel Approach for High-Resolution Soil Moisture Downscaling using Ensemble Deep Learning with Nuclear Magnetic Resonance for California's Central Valley},
author = {A Azedou, A Amine, S Lahssini, GK Osterman, MA Zapata, I Kisekka},
year = {},
journal = {AGU24, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:b1wdh0AR-JQC},
}
@article{peddinti_7cda,
title = {Comparison of Eddy Covariance and LI-710 Sensor Measurements of Evapotranspiration and Sensible Heat Flux in Almonds, Citrus, Pistachios, and Tomatoes},
author = {SR Peddinti, I Kisekka},
year = {},
journal = {AGU24, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:kuK5TVdYjLIC},
}
@article{kisekka_0d84,
title = {Advanced Sensible Heat Flux Range Determination in Composite Terrain Through Innovative Optimization of Hot and Cold Pixels for Enhanced Accuracy},
author = {I Kisekka, A Ghorbanpour, SR Peddinti, T Hessels, W Bastiaanssen},
year = {},
journal = {Available at SSRN 4886805, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:gsN89kCJA0AC},
}
@article{zhang_4508,
title = {Assessing the Impact of Crop Water, Precipitation, and Soil Moisture on the Estimation of Evapotranspiration of Applied Water},
author = {N Zhang, LE Parker, S Ostoja, I Kisekka},
year = {},
journal = {Precipitation, and Soil Moisture on the Estimation of Evapotranspiration of …, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:p__nRnzSRKYC},
}
@article{kisekka_ae72,
title = {Assessing the Impact of Irrigation Water with Various Cation Ratios on Strawberry Growth and Development in a Greenhouse Environment},
author = {I Kisekka, U Aldughaishi, SR Grattan},
year = {},
journal = {Available at SSRN 4717857, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:URolC5Kub84C},
}
@article{aldughaishi_e6f8,
title = {Assessing the Impact of Recycled Water Reuse on Soil Hydrology Under a Greenhouse Environment},
author = {U Aldughaishi, SR Grattan, I Kisekka},
year = {},
journal = {Available at SSRN 4688968, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:XD-gHx7UXLsC},
}
@article{rogers_0fc9,
title = {Research Priority Area: 2016 Sub-Objective},
author = {D Rogers, MJ Aguilar, I Kisekka},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:uJ-U7cs_P_0C},
}
@article{peddinti_d8f5,
title = {Generation of Single and Dual Crop Coefficients for Processing Tomatoes in the Central Valley of California Using Eddy Covariance and Soil Water Balance Modeling},
author = {SR Peddinti, F Nicolas, IR Hoffman, I Kisekka},
year = {},
journal = {Available at SSRN 4681439, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:j8SEvjWlNXcC},
}
@article{bailey_dc7e,
title = {Quantifying the Impact of Climate and Management Strategies on Groundwater Conservation in the High Plains Aquifer},
author = {RT Bailey, ZT Zambreski, I Kisekka, X Lin},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:ZuybSZzF8UAC},
}
@article{cheng_6ab8,
title = {Organic Substitution Increases Sunflower (Helianthus Annuus L.) Yield and Water-Fertilizer Productivity by Improving Saline-Sodic Soil Properties in an Arid Area},
author = {Y Cheng, M Luo, T Zhang, S Yan, C Wang, Q Dong, H Feng, T Zhang, ...},
year = {},
journal = {Available at SSRN 4313753, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:dTyEYWd-f8wC},
}
@article{boote_37f8,
title = {SIMULATING ALFALFA GROWTH DYNAMICS OF FALL DORMANCY CLASSES ACROSS ENVIRONMENTS},
author = {K Boote, M Ottman, J Torrion, I Kisekka, G Hoogenboom, W Malik},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:PELIpwtuRlgC},
}
@article{kisekka_43f0,
title = {Evapotranspiration-Based Irrigation for Agriculture: Crop Coefficients of Some Commercial Crops in Florida: AE456/AE456, 1/2010},
author = {I Kisekka, KW Migliaccio, MD Dukes, JH Crane, B Schaffer},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:_B80troHkn4C},
}
@article{kisekka_8c76,
title = {Evapotranspiration-Based Irrigation Scheduling for Agriculture: AE457/AE457, 1/2010},
author = {I Kisekka, K Migliaccio, MD Dukes, B Schaffer, JH Crane},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:eMMeJKvmdy0C},
}
@article{cheng_abb8,
title = {Organic Substitution Increases Sunflower (Helianthus Annuus L.) Yield and Water-Fertilizer Productivity by Improving Soil Properties in an Arid Saline Area},
author = {Y Cheng, M Luo, T Zhang, S Yan, C Wang, I Kisekka, Q Dong, H Feng, ...},
year = {},
journal = {Available at SSRN 4233976, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:WA5NYHcadZ8C},
}
@article{shukla_a6c1,
title = {Unconventional Water for Agriculture Oral-Opportunities and Challenges},
author = {MK Shukla, A Ben-Gal, TH Skaggs, I Kisekka, H He},
year = {},
journal = {ASA, CSSA, SSSA International Annual Meeting, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:V3AGJWp-ZtQC},
}
@article{gull_5dfe,
title = {Sustaining Forage Yield and Quality of Alfalfa (Medicago sativa L.) in a Mediterranean Climate Using Sprinklers or Mobile Drip Irrigation},
author = {U Gull, I Kisekka, DH Putnam},
year = {},
journal = {ASA, CSSA and SSSA International Annual Meetings (2020)| VIRTUAL, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:5Ul4iDaHHb8C},
}
@article{singh_a352,
title = {Response of Alfalfa Cultivars to Saline, Sub-Surface Drip Irrigation: Spatial & Temporal Patterns of Soil Salinity Imposed Under Field System},
author = {S Singh, SE Benes, DH Putnam, R Hutmacher, I Kisekka, U Gull, ...},
year = {},
journal = {ASA, CSSA and SSSA International Annual Meetings (2020)| VIRTUAL, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:08ZZubdj9fEC},
}
@article{cortasa_edfb,
title = {Evapotranspiration and Water Stress Response in Soybean: Multi-Model Sensitivity Analysis},
author = {MS Cortasa, K Kothari, R Battisti, KJ Boote, SV Archontoulis, J Constantin, ...},
year = {},
journal = {ASA, CSSA and SSSA International Annual Meetings (2020)| VIRTUAL, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:K3LRdlH-MEoC},
}
@article{kimball_05da,
title = {Prediction of Evapotranspiration and Yields of Maize: Phase 1 and 2 of an Inter-Comparison Among 42 Maize Models and Future Plans},
author = {BA Kimball, KJ Boote, CO Stockle, KR Thorp, AE Suyker, SR Evett, ...},
year = {},
journal = {ASA, CSSA and SSSA International Annual Meetings (2020)| VIRTUAL, 0},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:Tiz5es2fbqcC},
}
@article{kisekka_77bb,
title = {SORGHUM YIELD RESPONSE TO WATER AND IRRIGATION MANAGEMENT},
author = {I Kisekka, FR Lamm, A Schlegel},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:D03iK_w7-QYC},
}
@article{schlegel_acc5,
title = {IRRIGATION OF CORN WITH REDUCED WELL CAPACITY},
author = {AJ Schlegel, FR Lamm, I Kisekka},
year = {},
note = {Cited by 1},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:yD5IFk8b50cC},
}
@article{schlegel_f091,
title = {Irrigated Corn Response to Reduced Well Capacity},
author = {A Schlegel, F Lamm, I Kisekka},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:J_g5lzvAfSwC},
}
@article{araya_5a80,
title = {Climate Risk Management},
author = {A Araya, I Kisekka, X Lin, PVV Prasad, PH Gowda, C Rice, A Andales},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:k_IJM867U9cC},
}
@article{kisekka_f2b5,
title = {Comparing Mobile Drip Irrigation to Low Elevation Spray Application in Corn},
author = {I Kisekka, T Oker, G Nguyen, J Aguilar, D Rogers},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:bEWYMUwI8FkC},
}
@article{kisekka_744d,
title = {2015 SWREC},
author = {I Kisekka, F Lamm, J Holman},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:kNdYIx-mwKoC},
}
@article{aguilar_7225,
title = {SDI APPLICATIONS IN KANSAS AND THE US},
author = {J Aguilar, DH Rogers, I Kisekka, FR Lamm},
year = {},
note = {Cited by None},
url = {https://scholar.google.com/citations?view_op=view_citation&hl=en&user=ilO06uUAAAAJ&cstart=200&pagesize=100&sortby=pubdate&citation_for_view=ilO06uUAAAAJ:eQOLeE2rZwMC},
}
GitHub Events
Total
- Push event: 8
- Public event: 1
Last Year
- Push event: 8
- Public event: 1
Dependencies
- anymatch 3.1.3 development
- balanced-match 1.0.2 development
- binary-extensions 2.3.0 development
- brace-expansion 1.1.11 development
- braces 3.0.3 development
- chokidar 3.6.0 development
- concat-map 0.0.1 development
- debug 4.4.0 development
- fill-range 7.1.1 development
- fsevents 2.3.3 development
- glob-parent 5.1.2 development
- has-flag 3.0.0 development
- ignore-by-default 1.0.1 development
- is-binary-path 2.1.0 development
- is-extglob 2.1.1 development
- is-glob 4.0.3 development
- is-number 7.0.0 development
- minimatch 3.1.2 development
- ms 2.1.3 development
- nodemon 3.1.9 development
- normalize-path 3.0.0 development
- picomatch 2.3.1 development
- pstree.remy 1.1.8 development
- readdirp 3.6.0 development
- semver 7.6.3 development
- simple-update-notifier 2.0.0 development
- supports-color 5.5.0 development
- to-regex-range 5.0.1 development
- touch 3.1.1 development
- undefsafe 2.0.5 development
- accepts 1.3.8
- array-flatten 1.1.1
- body-parser 1.20.3
- bytes 3.1.2
- call-bind-apply-helpers 1.0.1
- call-bound 1.0.3
- content-disposition 0.5.4
- content-type 1.0.5
- cookie 0.7.1
- cookie-signature 1.0.6
- debug 2.6.9
- depd 2.0.0
- destroy 1.2.0
- dunder-proto 1.0.1
- ee-first 1.1.1
- encodeurl 1.0.2
- encodeurl 2.0.0
- es-define-property 1.0.1
- es-errors 1.3.0
- es-object-atoms 1.0.0
- escape-html 1.0.3
- etag 1.8.1
- express 4.21.2
- finalhandler 1.3.1
- forwarded 0.2.0
- fresh 0.5.2
- function-bind 1.1.2
- get-intrinsic 1.2.6
- gopd 1.2.0
- has-symbols 1.1.0
- hasown 2.0.2
- http-errors 2.0.0
- iconv-lite 0.4.24
- inherits 2.0.4
- ipaddr.js 1.9.1
- math-intrinsics 1.1.0
- media-typer 0.3.0
- merge-descriptors 1.0.3
- methods 1.1.2
- mime 1.6.0
- mime-db 1.52.0
- mime-types 2.1.35
- ms 2.0.0
- ms 2.1.3
- negotiator 0.6.3
- object-inspect 1.13.3
- on-finished 2.4.1
- parseurl 1.3.3
- path-to-regexp 0.1.12
- proxy-addr 2.0.7
- qs 6.13.0
- range-parser 1.2.1
- raw-body 2.5.2
- safe-buffer 5.2.1
- safer-buffer 2.1.2
- send 0.19.0
- serve-static 1.16.2
- setprototypeof 1.2.0
- side-channel 1.1.0
- side-channel-list 1.0.0
- side-channel-map 1.0.1
- side-channel-weakmap 1.0.2
- statuses 2.0.1
- toidentifier 1.0.1
- type-is 1.6.18
- unpipe 1.0.0
- utils-merge 1.0.1
- uuid 9.0.1
- vary 1.1.2
- nodemon ^3.0.2 development
- express ^4.18.2
- uuid ^9.0.1