-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBlogPost2.html
More file actions
1 lines (1 loc) · 5.42 KB
/
BlogPost2.html
File metadata and controls
1 lines (1 loc) · 5.42 KB
1
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><style type="text/css">.lst-kix_yesks1tj9ade-0>li:before{content:"\0025cf "}ul.lst-kix_yesks1tj9ade-8{list-style-type:none}.lst-kix_yesks1tj9ade-1>li:before{content:"\0025cb "}ul.lst-kix_yesks1tj9ade-0{list-style-type:none}ul.lst-kix_yesks1tj9ade-1{list-style-type:none}ul.lst-kix_yesks1tj9ade-2{list-style-type:none}.lst-kix_yesks1tj9ade-2>li:before{content:"\0025a0 "}ul.lst-kix_yesks1tj9ade-3{list-style-type:none}.lst-kix_yesks1tj9ade-4>li:before{content:"\0025cb "}ul.lst-kix_yesks1tj9ade-4{list-style-type:none}ul.lst-kix_yesks1tj9ade-5{list-style-type:none}ul.lst-kix_yesks1tj9ade-6{list-style-type:none}.lst-kix_yesks1tj9ade-3>li:before{content:"\0025cf "}ul.lst-kix_yesks1tj9ade-7{list-style-type:none}.lst-kix_yesks1tj9ade-6>li:before{content:"\0025cf "}.lst-kix_yesks1tj9ade-8>li:before{content:"\0025a0 "}.lst-kix_yesks1tj9ade-5>li:before{content:"\0025a0 "}.lst-kix_yesks1tj9ade-7>li:before{content:"\0025cb "}ol{margin:0;padding:0}table td,table th{padding:0}.c2{color:#000000;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:12pt;font-family:"Arial";font-style:normal}.c0{color:#000000;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:"Arial";font-style:normal}.c6{color:#000000;font-weight:700;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:"Arial";font-style:normal}.c5{padding-top:0pt;padding-bottom:0pt;line-height:1.15;orphans:2;widows:2;text-align:left}.c4{padding-top:0pt;padding-bottom:0pt;line-height:1.15;orphans:2;widows:2;text-align:center}.c3{text-decoration-skip-ink:none;-webkit-text-decoration-skip:none;color:#1155cc;text-decoration:underline}.c8{background-color:#fce5cd;max-width:468pt;padding:72pt 72pt 72pt 72pt}.c1{color:inherit;text-decoration:inherit}.c7{height:11pt}.title{padding-top:0pt;color:#000000;font-size:26pt;padding-bottom:3pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}.subtitle{padding-top:0pt;color:#666666;font-size:15pt;padding-bottom:16pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}li{color:#000000;font-size:11pt;font-family:"Arial"}p{margin:0;color:#000000;font-size:11pt;font-family:"Arial"}h1{padding-top:20pt;color:#000000;font-size:20pt;padding-bottom:6pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h2{padding-top:18pt;color:#000000;font-size:16pt;padding-bottom:6pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h3{padding-top:16pt;color:#434343;font-size:14pt;padding-bottom:4pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h4{padding-top:14pt;color:#666666;font-size:12pt;padding-bottom:4pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h5{padding-top:12pt;color:#666666;font-size:11pt;padding-bottom:4pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}h6{padding-top:12pt;color:#666666;font-size:11pt;padding-bottom:4pt;font-family:"Arial";line-height:1.15;page-break-after:avoid;font-style:italic;orphans:2;widows:2;text-align:left}</style></head><body class="c8 doc-content"><p class="c5"><span class="c3"><a class="c1" href="https://www.google.com/url?q=https://diogo-code.github.io/&sa=D&source=editors&ust=1676721649734372&usg=AOvVaw1LnKGmBz47Ud9pi1yrn_Ox">Go back to main page</a></span></p><p class="c5 c7"><span class="c0"></span></p><p class="c4"><span class="c6">Final Design Document Progress</span></p><p class="c5"><span class="c0">While working towards the final design document, my teammate and I received feedback from 6Grain. They have requested us not to utilize any type of soil data, nor mention any soil data. Therefore I took it upon myself to remove all instances of soil data from the document. 6Grain has also requested us to utilize specific citations when it comes to sources and we will be using Zotero, which was a citation manager recommended by them, to manage this section. Additionally, we will be uploading data we find and the design paper onto Zenodo, which is the repository they have shared with us.</span></p><p class="c5 c7"><span class="c0"></span></p><p class="c4"><span class="c6">Programming Implementations and Challenges</span></p><p class="c5"><span class="c0">My teammate and I have been focusing on developing a script that can use a Google search query to find and scrape search result links based on agronomic keyword searches. Overall we have made good progress on this task as we were able to scrape all of the initial website urls that appear in the google search. Although a challenge was encountered when trying to extend the scrape to the "more results" section of the Google search. Unfortunately we could not reach this section as of this moment.</span></p><p class="c5"><span>In addition to this, We also implemented a code section that defines a list of file types that we are trying to download, such as ".csv, .xls, .json, .zip". My next task was to write all the download links from a specific reliable website into a .txt file. However, another challenge was faced when the download links kept overwriting themselves instead of being written in an indented list format in the .txt file.</span></p><p class="c5 c7"><span class="c2"></span></p></body></html>