Skip to content

Commit 45f2bf8

Browse files
committed
setting links to blank
1 parent ea341a3 commit 45f2bf8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

about.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Research Data Services (RDS) helps UCSB researchers manage and preserve their re
2020

2121
Our team offers support across the research data lifecycle, from pre-project planning to post-project archival, connecting researchers with both locally- and externally-provided resources, data management systems and curation services. Our goal is to ensure that all research data is well-described, FAIR (Findable, Accessible, Interoperable, and Reusable), as well as sustainable and preservable, and that researchers receive scholarly credit for sharing and publishing their data.
2222

23-
We recommend you explore the Research Computing and Data website [(https://rcd.ucsb.edu)](https://rcd.ucsb.edu) maintained by our department for campus-wide tools, recommendations, events, communities and learning resources.
23+
We recommend you explore the Research Computing and Data website [(https://rcd.ucsb.edu)](https://rcd.ucsb.edu){target="_blank"} maintained by our department for campus-wide tools, recommendations, events, communities and learning resources.
2424

2525
## Using this Resource
2626

setup.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Setup & Installation"
66

77
## Why OpenRefine?
88

9-
[OpenRefine](https://openrefine.org) is a powerful open-source multi-platform and free data cleaning and transformation tool which can handle large datasets (\~100,000 rows) depending on memory allocation. It helps users explore, clean, and refine data, making it easier to analyze and prepare for further use with no coding skills required.
9+
[OpenRefine](https://openrefine.org){target="_blank"} is a powerful open-source multi-platform and free data cleaning and transformation tool which can handle large datasets (\~100,000 rows) depending on memory allocation. It helps users explore, clean, and refine data, making it easier to analyze and prepare for further use with no coding skills required.
1010

1111
OpenRefine treats all data as plain text by default, meaning it won’t automatically interpret or convert data types unless explicitly instructed to do so. This approach avoids common issues seen in tools like Excel, which auto-converts certain strings—such as gene names like "MARCH1"—into dates, leading to data corruption in scientific research[^1]. By requiring deliberate data type transformations, OpenRefine offers better control to researchers and helps preserve data integrity.
1212

@@ -20,7 +20,7 @@ Additionally, since OpenRefine is open-source, you can create and share custom e
2020

2121
## Download & Requirements
2222

23-
OpenRefine is designed to work with Windows, Mac, and Linux operating systems and can be downloaded from <https://openrefine.org/download>. To run OpenRefine, Java must be installed. The Mac version includes Java, and OpenRefine 3.4 or higher offers a Windows package with Java included. Alternatively, you can install Java (JRE) from [Adoptium.net](https://adoptium.net). On Windows, if Java isn’t installed, OpenRefine will automatically open a browser window with installation instructions.
23+
OpenRefine is designed to work with Windows, Mac, and Linux operating systems and can be downloaded from [https://openrefine.org/download](https://openrefine.org/download){target="_blank"}. To run OpenRefine, Java must be installed. The Mac version includes Java, and OpenRefine 3.4 or higher offers a Windows package with Java included. Alternatively, you can install Java (JRE) from [Adoptium.net](https://adoptium.net){target="_blank"}. On Windows, if Java isn’t installed, OpenRefine will automatically open a browser window with installation instructions.
2424

2525
::: {.callout-caution collapse="true"}
2626
## macOS Verification
@@ -46,17 +46,17 @@ macOS will remember this choice, and you won’t need to repeat these steps the
4646

4747
Once you download and install it, it runs as a small web server on your own computer, and you access that local web server by using your browser.
4848

49-
Using a web browser as a graphical interface, OpenRefine works as a desktop application. To launch it, double-click on the OpenRefine icon or run the executable. Despite of running in the browser, Openrefine does not require internet access for basic functions. It works best on browsers using the engine [WebKit](https://webkit.org), such as Chrome and Safari. No matter how you start OpenRefine, it will load its interface in your computer’s default browser.
49+
Using a web browser as a graphical interface, OpenRefine works as a desktop application. To launch it, double-click on the OpenRefine icon or run the executable. Despite of running in the browser, Openrefine does not require internet access for basic functions. It works best on browsers using the engine [WebKit](https://webkit.org){target="_blank"}, such as Chrome and Safari. No matter how you start OpenRefine, it will load its interface in your computer’s default browser.
5050

5151
::: {.callout-important collapse="true"}
5252
## Starting OpenRefine Straight in Your Browser
5353

54-
If you would like to use another browser instead, start OpenRefine and then point your chosen browser at the home screen: <http://127.0.0.1:3333>.
54+
If you would like to use another browser instead, start OpenRefine and then point your chosen browser at the home screen: `http://127.0.0.1:3333`.
5555
:::
5656

5757
## Some Privacy Considerations
5858

59-
Before using any software to handle sensitive or private data, it's important to review its privacy policies. Below is a summary of key aspects of [OpenRefine's current privacy practices](https://openrefine.org/privacy):
59+
Before using any software to handle sensitive or private data, it's important to review its privacy policies. Below is a summary of key aspects of [OpenRefine's current privacy practices](https://openrefine.org/privacy){target="_blank"}:
6060

6161
- *Local Data Storage:* All data, history, and preferences in OpenRefine are stored locally on your computer. No data is sent to OpenRefine servers. The storage location depends on your OS.
6262

0 commit comments

Comments
 (0)