You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# text <- paste0(text, "The <b>CMSY</b> method for data-limited stock assessment. Described in <a target='_blank' href='https://www.researchgate.net/publication/309283306_Estimating_fisheries_reference_points_from_catch_and_resilience'>Froese et al 2017</a>")
text<- paste0(text, "<li><b>bt</b>: the value of the biomass (in tonnes, e.g. 34567), or the value of the CPUE or stock size index (e.g. 0.123), or NA if there is no information. Gaps filled with NA are acceptable for bt, i.e., abundance data can be fewer than catch data.</li>")
113
117
text<- paste0(text, "</ul>")
114
118
text<- paste0(text, "Other columns are identifiers that you may choose to include, but they are not necessary to run the model.<br><br>")
115
-
text<- paste0(text, "Use the <a href=https://data.d4science.org/shub/E_WWI3clpMdGVONG84eVNvblBxOWVPQ2FPUVArYkptQ1JsM2c1K2hkYWpjSlhmeUw1eXI2RGFLZUdMZW5aSis4aQ==> sample dataset </a> as a template to prepare your data.<br><br>")
119
+
text<- paste0(text, "Use the <a href=",sample_dataset_url,"> sample dataset </a> as a template to prepare your data.<br><br>")
116
120
text<- paste0(text, "<b>Specific considerations regarding your own dataset:</b>")
117
121
text<- paste0(text, "<ul>")
118
122
text<- paste0(text, "<li>Save your dataset in 'csv' format.</li>")
text<- paste0(text,"<strong> To run the CMSY method in the Stock Monitoring Tool :</strong>")
141
145
text<- paste0(text, "<ol>")
142
-
text<- paste0(text, "<li>Upload a csv file data set of catch time series for one or multiple stocks (see Data Considerations or the <a href='https://data.d4science.org/shub/E_WWI3clpMdGVONG84eVNvblBxOWVPQ2FPUVArYkptQ1JsM2c1K2hkYWpjSlhmeUw1eXI2RGFLZUdMZW5aSis4aQ=='>CMSY Sample dataset</a>).</li>")
146
+
text<- paste0(text, "<li>Upload a csv file data set of catch time series for one or multiple stocks (see Data Considerations or the <a href='",sample_dataset_url,"'>CMSY Sample dataset</a>).</li>")
143
147
text<- paste0(text, "<ol type='a'>")
144
148
text<- paste0(text, "<li> Select the stock upon which to perform the analysis </li>")
text<- paste0(text, "Other columns are identifiers that you may choose to include, but they are not necessary to run the model.<br><br>")
829
833
830
-
text<- paste0(text, "Use the <a href='https://data.d4science.org/shub/E_WWI3clpMdGVONG84eVNvblBxOWVPQ2FPUVArYkptQ1JsM2c1K2hkYWpjSlhmeUw1eXI2RGFLZUdMZW5aSis4aQ==' target='_blank'> sample dataset </a> as a template to prepare your data.<br><br>")
834
+
text<- paste0(text, "Use the <a href='",sample_dataset_url,"' target='_blank'> sample dataset </a> as a template to prepare your data.<br><br>")
831
835
text<- paste0(text, "<b>Specific considerations regarding your own dataset:</b>")
832
836
text<- paste0(text, "<ul>")
833
837
text<- paste0(text, "<li>Save your dataset in 'csv' format.</li>")
0 commit comments