Skip to content

Commit e1ec57a

Browse files
committed
rem images
1 parent 6d61deb commit e1ec57a

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"activeTab": 0
2+
"activeTab": 1
33
}

.Rproj.user/shared/notebooks/paths

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
F:/OneDrive_Auburn/mizumoto-lab-manual/01-expectation_and_responsibility.Rmd="34B1B9ED"
2-
F:/OneDrive_Auburn/mizumoto-lab-manual/02-training_and_research_compliance.Rmd="4E635367"
3-
F:/OneDrive_Auburn/mizumoto-lab-manual/03-general_policies.Rmd="5A7639D2"
4-
F:/OneDrive_Auburn/mizumoto-lab-manual/04-technologies.Rmd="2273441D"
5-
F:/OneDrive_Auburn/mizumoto-lab-manual/05-funding.Rmd="07A0B596"
6-
F:/OneDrive_Auburn/mizumoto-lab-manual/07-references.Rmd="57B9B6E0"
7-
F:/OneDrive_Auburn/mizumoto-lab-manual/_book/index.html="AA09D41A"
8-
F:/OneDrive_Auburn/mizumoto-lab-manual/_output.yml="57537740"
9-
F:/OneDrive_Auburn/mizumoto-lab-manual/index.Rmd="156E9CBC"
1+
F:/OneDrive_Auburn/mizumoto-lab-manual/04-technologies.Rmd="0DDBE146"
2+
F:/OneDrive_Auburn/mizumoto-lab-manual/05-funding.Rmd="2FA4F2D7"

04-technologies.Rmd

+9-4
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ I would have added this, but I wanted input from you first before I made any sig
5151
- Mercury-Containing Equipment (MCE) should be closed in a
5252
spill-proof container labeled "Used MCE". Call RMS for pick-up.
5353

54-
![](images/Lab-waste/lamp.jpg){width="50%" height="50%"}
55-
![](images/Lab-waste/battery.png){width="50%" height="50%"}
54+
<!-- ![](images/Lab-waste/lamp.jpg){width="50%" height="50%"}
55+
![](images/Lab-waste/battery.png){width="50%" height="50%"} -->
5656

5757
- Electronics: call the [Waste Reduction and Recycling
5858
Department](http://auburn.edu/administration/facilities/organization/operations/campus-services/recycling/)
@@ -154,20 +154,25 @@ where we put draft-related items in draft and analysis-related items in analysis
154154

155155
### Box
156156

157-
We use Box to store larger datasets and finished projects. Do not put
157+
We use Box to store larger dataset and finished projects. Do not put
158158
currently working projects. Apparently, Box causes problems coping with
159159
GitHub and RStudio as of 240906. This will change in the future.
160160

161161
### Git and Github
162162

163163
Git is version control system, used for tracking code changes. Github is
164164
a web service using Git. These are very strong tools to work on coding.
165-
This Lab Manual and Lab Website are created and managed by Github.
165+
This Lab Manual and Lab Website are created and managed by Github.
166166

167167
1. Install [Git](https://git-scm.com/downloads) on your PC.
168168
2. Create a GitHub account [here](https://github.com/)
169169
3. Install [GitHub Desktop](https://desktop.github.com/download/)
170170

171+
**Updating Lab Website**
172+
We have a [lab website](https://mizumoto-lab.com/), and each member can freely edit their own page under the member tab as long as it is not non-appropriate. When editing the lab website, create a branch and send a merge request.
173+
174+
175+
171176
------------------------------------------------------------------------
172177

173178
### HDDs

_book/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<meta name="author" content="Nobuaki Mizumoto" />
2424

2525

26-
<meta name="date" content="2024-09-19" />
26+
<meta name="date" content="2024-09-23" />
2727

2828
<meta name="viewport" content="width=device-width, initial-scale=1" />
2929
<meta name="apple-mobile-web-app-capable" content="yes" />

_book/search_index.json

+1-1
Large diffs are not rendered by default.

_book/technologies.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<meta name="author" content="Nobuaki Mizumoto" />
2424

2525

26-
<meta name="date" content="2024-09-19" />
26+
<meta name="date" content="2024-09-23" />
2727

2828
<meta name="viewport" content="width=device-width, initial-scale=1" />
2929
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -227,8 +227,8 @@ <h3><span class="header-section-number">5.1.2</span> Lab waste<a href="technolog
227227
spill-proof container labeled “Used MCE”. Call RMS for pick-up.</li>
228228
</ul></li>
229229
</ul>
230-
<p><img src="images/Lab-waste/lamp.jpg" style="width:50.0%;height:50.0%" />
231-
<img src="images/Lab-waste/battery.png" style="width:50.0%;height:50.0%" /></p>
230+
<!-- ![](images/Lab-waste/lamp.jpg){width="50%" height="50%"}
231+
![](images/Lab-waste/battery.png){width="50%" height="50%"} -->
232232
<ul>
233233
<li><p>Electronics: call the <a href="http://auburn.edu/administration/facilities/organization/operations/campus-services/recycling/">Waste Reduction and Recycling
234234
Department</a></p></li>
@@ -342,7 +342,7 @@ <h3><span class="header-section-number">5.4.2</span> OneDrive<a href="technologi
342342
</div>
343343
<div id="box" class="section level3 hasAnchor" number="5.4.3">
344344
<h3><span class="header-section-number">5.4.3</span> Box<a href="technologies.html#box" class="anchor-section" aria-label="Anchor link to header"></a></h3>
345-
<p>We use Box to store larger datasets and finished projects. Do not put
345+
<p>We use Box to store larger dataset and finished projects. Do not put
346346
currently working projects. Apparently, Box causes problems coping with
347347
GitHub and RStudio as of 240906. This will change in the future.</p>
348348
</div>
@@ -356,6 +356,8 @@ <h3><span class="header-section-number">5.4.4</span> Git and Github<a href="tech
356356
<li>Create a GitHub account <a href="https://github.com/">here</a></li>
357357
<li>Install <a href="https://desktop.github.com/download/">GitHub Desktop</a></li>
358358
</ol>
359+
<p><strong>Updating Lab Website</strong><br />
360+
We have a <a href="https://mizumoto-lab.com/">lab website</a>, and each member can freely edit their own page under the member tab as long as it is not non-appropriate. When editing the lab website, create a branch and send a merge request.</p>
359361
<hr />
360362
</div>
361363
<div id="hdds" class="section level3 hasAnchor" number="5.4.5">

0 commit comments

Comments
 (0)