Difference between revisions of "Glossary"
From SmartWiki
Paul Dimerin (talk | contribs) |
m (Chin moved page SmartSimple Acronyms, Abbreviations and Terminology to Glossary) |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|'''AntiSamy''' | |'''AntiSamy''' | ||
− | |AntiSamy is a sanitization framework; it is up to the | + | |AntiSamy is a sanitization framework; it is up to the user how it does its sanitization. Using AntiSamy does not guarantee filtering of all malicious code. AntiSamy simply does what is described by the policy file. |
|- | |- | ||
Line 11: | Line 9: | ||
|'''Apache''' | |'''Apache''' | ||
− | |The Apache HTTP Server is a Web server application | + | |The Apache HTTP Server is a Web server application notable for playing a key role in the initial growth of the Web. |
|- | |- | ||
Line 17: | Line 15: | ||
|'''API''' | |'''API''' | ||
− | |Application Programming Interface is a | + | |Application Programming Interface is a specification intended to be used as an interface by software components to communicate with each other. SmartSimple supports two different APIs: |
− | *Web Service to support server to server communication | + | *Web Service to support server to server communication via the Internet – Apache Axis2 based. |
− | *Browser based communication to the Server - Ajax | + | *Browser based communication to the Server - Ajax based named Pandora. |
|- | |- | ||
Line 27: | Line 25: | ||
|'''Bash''' | |'''Bash''' | ||
− | |A Unix shell written for the GNU Project (a mass | + | |A Unix shell written for the GNU Project (a mass software collaboration) as a free software replacement for the Bourne shell. Released in 1989, it has been distributed widely as the shell for the GNU operating system and as a default shell on Linux and Mac OS X. |
|- | |- | ||
Line 39: | Line 37: | ||
|'''Cloud Computing''' | |'''Cloud Computing''' | ||
− | |Internet-based computing where large groups of | + | |Internet-based computing where large groups of remote servers are networked to allow sharing of data-processing tasks, centralized data storage and online access to computer services or resources. |
|- | |- | ||
Line 45: | Line 43: | ||
|'''CPU''' | |'''CPU''' | ||
− | |A Central Processing Unit (CPU) is the hardware inside | + | |A Central Processing Unit (CPU) is the hardware inside a computer that carries out the instructions of programs by performing the basic arithmetical, logical, and input/output operations of the system. |
|- | |- | ||
Line 51: | Line 49: | ||
|'''CRM''' | |'''CRM''' | ||
− | |Contact Relationship Management. Can also stand | + | |Contact Relationship Management. Can also stand for Customer Relationship Management or Constituent Relationship Management. The most popular CRM cloud service is Salesforce.com. |
|- | |- | ||
Line 57: | Line 55: | ||
|'''CSS''' | |'''CSS''' | ||
− | |Cascading Style Sheets. Used in conjunction with web pages to define how the pages should | + | |Cascading Style Sheets. Used in conjunction with web pages to define how the pages should be presented in the browser. |
|- | |- | ||
Line 63: | Line 61: | ||
|'''CV''' | |'''CV''' | ||
− | |While not exactly a technical term, CV is commonly used | + | |While not exactly a technical term, CV is commonly used in a variety of applications and by a variety of organizations in reference to a person's or organizations "Curriculum Vitae", an elaboration of accomplishments - rather like a resume. |
|- | |- | ||
Line 69: | Line 67: | ||
|'''DDoS''' | |'''DDoS''' | ||
− | |A distributed denial-of-service (DDoS) or denial of service(DoS) attack is an attempt to make a machine or network resource unavailable | + | |A distributed denial-of-service (DDoS) or denial of service(DoS) attack is an attempt to make a machine or network resource unavailable to its intended users. |
|- | |- | ||
Line 75: | Line 73: | ||
|'''DNS Server''' | |'''DNS Server''' | ||
− | | A Domain Name System (DNS) Server is a computer | + | | A Domain Name System (DNS) Server is a computer hardware or software server that implements a network service for providing responses to queries against a directory service - much like a phone book for website addresses. |
|- | |- | ||
Line 87: | Line 85: | ||
|'''Entity''' | |'''Entity''' | ||
− | |In SmartSimple terms, an entity is a record of a person,organization or item. Each entity is designated Level 1, Level 2 or Level 3 | + | |In SmartSimple terms, an entity is a record of a person,organization or item. Each entity is designated Level 1, Level 2 or Level 3 in our Universal Tracking Application (UTA) based on whether it is a primary or secondary activity: |
− | *Level 1 - Level 1 represents the item to be tracked, | + | *Level 1 - Level 1 represents the item to be tracked, for example, a project or a case. |
*Level 2 - Level 2 is a transaction result of the Level 1entity, a sub-entity. | *Level 2 - Level 2 is a transaction result of the Level 1entity, a sub-entity. | ||
− | *Level 3 - Level 3 is, in turn, a sub-entity of a Level | + | *Level 3 - Level 3 is, in turn, a sub-entity of a Level 2 entity. |
+ | |||
+ | |- | ||
+ | |'''ERP''' | ||
+ | |Enterprise Resource Planning (ERP) is business management software that companies use to collect, store, manage and interpret data from many business activities. | ||
|- | |- | ||
Line 105: | Line 107: | ||
|'''Gort''' | |'''Gort''' | ||
− | |SmartSimple's automated server process that handles | + | |SmartSimple's automated server process that handles system emails, workflows and other activities. |
|- | |- | ||
Line 111: | Line 113: | ||
|'''HTML''' | |'''HTML''' | ||
− | |Hyper Text Mark-up Language. A Meta language that determines | + | |Hyper Text Mark-up Language. A Meta language that determines the formatting of web pages. |
|- | |- | ||
Line 117: | Line 119: | ||
|'''http/https''' | |'''http/https''' | ||
− | |Hypertext Transfer Protocol/Hypertext Transfer ProtocolSecure. The protocol used to | + | |Hypertext Transfer Protocol/Hypertext Transfer ProtocolSecure. The protocol used to transfer web pages from a web server to a browser. The '''S''' indicates that the communication is encrypted using SSL. |
|- | |- | ||
Line 123: | Line 125: | ||
|'''Instance''' | |'''Instance''' | ||
− | |A single copy of SmartSimple. Each SmartSimple customer | + | |A single copy of SmartSimple. Each SmartSimple customer has access to two instances - one used for production use and another Backup andTesting Instance that is used for immediate backup and for testing new features. |
|- | |- | ||
Line 129: | Line 131: | ||
|'''KML''' | |'''KML''' | ||
− | |Keyhole Markup Language is an XML notation for | + | |Keyhole Markup Language is an XML notation for expressing geographic annotation and visualization within Internet-based, two-dimensional maps and three-dimensional Earth browsers. |
|- | |- | ||
Line 135: | Line 137: | ||
|'''Linux''' | |'''Linux''' | ||
− | |A Unix-like and mostly POSIX-compliant computer | + | |A Unix-like and mostly POSIX-compliant computer operating system assembled under the model of free and open-source software development and distribution. |
|- | |- | ||
Line 141: | Line 143: | ||
|'''Metadata''' | |'''Metadata''' | ||
− | |Provides information about an item's content. For example,an image may include metadata that describes how large the picture is, when | + | |Provides information about an item's content. For example,an image may include metadata that describes how large the picture is, when the image was created and other relevant information. A text document's meta data may contain information about how long the document is, who the author is and when it was written. |
|- | |- | ||
Line 147: | Line 149: | ||
|'''MVC''' | |'''MVC''' | ||
− | |Model-View-Controller (MVC) is a software | + | |Model-View-Controller (MVC) is a software architectural pattern for implementing user interfaces. It divides a given software application into three interconnected parts, so as to separate internal representations of information from the ways that information is presented to or accepted from the user. |
|- | |- | ||
Line 153: | Line 155: | ||
|'''ODBC''' | |'''ODBC''' | ||
− | |Open Database Connectivity (ODBC) is a standard | + | |Open Database Connectivity (ODBC) is a standard programming language middleware API for accessing database management systems (DBMS). The designers of ODBC aimed to make it independent of database systems and operating systems. |
|- | |- | ||
Line 159: | Line 161: | ||
|'''OS''' | |'''OS''' | ||
− | |Operating System (OSX, Windows, Linux, Unix Android.). The software that manages the basic | + | |Operating System (OSX, Windows, Linux, Unix Android.). The software that manages the basic operation of a computer. |
|- | |- | ||
Line 165: | Line 167: | ||
|'''POSIX''' | |'''POSIX''' | ||
− | |Portable Operating System Interface is a family | + | |Portable Operating System Interface is a family of standards for maintaining compatibility between operating systems. POSIX defines the API for software compatibility with variants of Unix and other operating systems. |
|- | |- | ||
Line 171: | Line 173: | ||
|'''POST Request''' | |'''POST Request''' | ||
− | |An http request that submits data to be processed to | + | |An http request that submits data to be processed to a specified resource. |
|- | |- | ||
Line 177: | Line 179: | ||
|'''Rich Text''' | |'''Rich Text''' | ||
− | |Rich Text Format (RTF) is a proprietary document | + | |Rich Text Format (RTF) is a proprietary document file format with published specification developed by Microsoft Corporation from1987 until 2008 for cross-platform document interchange with Microsoft products. |
|- | |- | ||
Line 189: | Line 191: | ||
|'''SEO''' | |'''SEO''' | ||
− | |Search Engine Optimization - the process of affecting | + | |Search Engine Optimization - the process of affecting the visibility of a website or a web page in a search engine's "natural"or un-paid ("organic") search results. |
|- | |- | ||
Line 195: | Line 197: | ||
|'''SmartBridge | |'''SmartBridge | ||
− | |SmartBridge converts data entered into SmartSimple | + | |SmartBridge converts data entered into SmartSimple to formats readable by other programs (for example, Oracle, Crystal). |
|- | |- | ||
Line 201: | Line 203: | ||
|'''SmartFolders''' | |'''SmartFolders''' | ||
− | |SmartFolders provide on-line storage for files in a | + | |SmartFolders provide on-line storage for files in a secure central location that is accessible from any computer with Internet access. |
|- | |- | ||
Line 213: | Line 215: | ||
|'''SSH''' | |'''SSH''' | ||
− | |Secure Shell. Provides secure command line (DOS type) access to the operating | + | |Secure Shell. Provides secure command line (DOS type) access to the operating system when using Linux. |
|- | |- | ||
Line 225: | Line 227: | ||
|'''UAT''' | |'''UAT''' | ||
− | |User Acceptance Testing. The process by which a client accepts the configuration work | + | |User Acceptance Testing. The process by which a client accepts the configuration work performed by a vendor. |
|- | |- | ||
Line 231: | Line 233: | ||
|'''UNIX''' | |'''UNIX''' | ||
− | |Unix (all-caps UNIX for the trademark) is a multitasking,multi user computer operating system that exists in many variants, | + | |Unix (all-caps UNIX for the trademark) is a multitasking,multi user computer operating system that exists in many variants, originally developed at AT&T's Bell Labs research center. |
|- | |- | ||
Line 237: | Line 239: | ||
|'''URL''' | |'''URL''' | ||
− | |A Uniform Resource Locator (URL) is also known as a | + | |A Uniform Resource Locator (URL) is also known as a web address, and is a specific character string that constitutes a reference to a resource. Most web browsers display the URL of a web page above the page in an address bar. |
|- | |- | ||
Line 243: | Line 245: | ||
|'''UTA<sup>TM</sup>''' | |'''UTA<sup>TM</sup>''' | ||
− | |Universal Tracking Application<sup>TM</sup>. | + | |Universal Tracking Application<sup>TM</sup>. A highly configurable application within the SmartSimple framework used by organizations to create unique applications to meet their specific tracking needs. |
|- | |- | ||
Line 249: | Line 251: | ||
|'''Whitelisting''' | |'''Whitelisting''' | ||
− | |Application whitelisting is a computer | + | |Application whitelisting is a computer administration practice used to prevent unauthorized programs from running. This is primarily to protect computers and networks from harmful applications. |
|- | |- | ||
Line 255: | Line 257: | ||
|'''XML''' | |'''XML''' | ||
− | |Extensible Markup Language is a markup language that | + | |Extensible Markup Language is a markup language that defines a set of rules for encoding documents in a format which is legible to both people and machines. |
|- | |- | ||
Line 261: | Line 263: | ||
|'''XSS''' | |'''XSS''' | ||
− | |Cross-site scripting (XSS) is a type of computer | + | |Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject client-side script into web pages viewed by other users. |
|} | |} | ||
Line 268: | Line 270: | ||
'''Claims Management Acronyms, Terms and Abbreviations''' | '''Claims Management Acronyms, Terms and Abbreviations''' | ||
− | |||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|'''HCAI''' | |'''HCAI''' | ||
− | |Health Claims for Auto Insurance. The Ontario | + | |Health Claims for Auto Insurance. The Ontario Government system for receipt and analysis of accident benefits claims. |
|- | |- | ||
Line 281: | Line 280: | ||
|'''IME''' | |'''IME''' | ||
− | |Independent Medical Examiner. An organization or | + | |Independent Medical Examiner. An organization or individual that provides an independent assessment of injuries after an accident that involves an insurance claim. |
|} | |} | ||
Line 287: | Line 286: | ||
'''Grants Management Acronyms, Terms and Abbreviations''' | '''Grants Management Acronyms, Terms and Abbreviations''' | ||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|'''CRA''' | |'''CRA''' | ||
− | |Canada Revenue Agency. Grants clients in Canada and the US use CRA to verify the eligibility | + | |Canada Revenue Agency. Grants clients in Canada and the US use CRA to verify the eligibility of organizations based on their not-for-profit status. |
|- | |- | ||
Line 299: | Line 296: | ||
|'''CSR''' | |'''CSR''' | ||
− | |Corporate Social Responsibility. CSR are generally | + | |Corporate Social Responsibility. CSR are generally programs companies have incorporated into their business model as their way to be"socially responsible" to the community. This can include everything from supporting medical research initiatives to food banks, children's programs to animal welfare and financial literacy to building homes for families in need both in a company's native country and abroad. |
|- | |- | ||
Line 305: | Line 302: | ||
|'''eGrant''' | |'''eGrant''' | ||
− | |eGrants are online systems designed to automate the | + | |eGrants are online systems designed to automate the entire grants management process, and can include any or all of the following steps: |
*Submission of and tracking of grant applications. | *Submission of and tracking of grant applications. | ||
Line 321: | Line 318: | ||
|'''EIN''' | |'''EIN''' | ||
− | |Also known as the Federal Employer Identification Number(FEIN), the EIN is a unique nine-digit number assigned by the IRS to | + | |Also known as the Federal Employer Identification Number(FEIN), the EIN is a unique nine-digit number assigned by the IRS to business entities operating in the United States. |
|- | |- | ||
Line 333: | Line 330: | ||
|'''hGrant''' | |'''hGrant''' | ||
− | |A tool provided by The Foundation Center, hGrant | + | |A tool provided by The Foundation Center, hGrant allows non-profit organizations of any size to publish and share their information online with other non-profits, creating a community of information resources for the not-for-profit sector. |
|- | |- | ||
Line 339: | Line 336: | ||
|'''IRS''' | |'''IRS''' | ||
− | |Internal Revenue Service (U.S.). Grants clients in the US use IRS to | + | |Internal Revenue Service (U.S.). Grants clients in the US use IRS to verify the eligibility of organizations based on their not-for-profit status. |
|- | |- | ||
Line 347: | Line 344: | ||
|Letter of Intent can mean one of two things: | |Letter of Intent can mean one of two things: | ||
− | *In the granting process, the first stage outlining | + | *In the granting process, the first stage outlining the intent of the applicant in the hopes of being invited to complete a full funding application. |
− | *In the SmartSimple sales process, a letter indicating | + | *In the SmartSimple sales process, a letter indicating the clients intent to purchase. |
|- | |- | ||
Line 355: | Line 352: | ||
|'''NTEE''' | |'''NTEE''' | ||
− | |The National Taxonomy of Exempt Entities (NTEE) system | + | |The National Taxonomy of Exempt Entities (NTEE) system is used by the IRS and NCCS to classify non-profit organizations. |
|- | |- | ||
Line 361: | Line 358: | ||
|'''OFAC''' | |'''OFAC''' | ||
− | |Office of Foreign Asset Control (U.S.). This list | + | |Office of Foreign Asset Control (U.S.). This list is produced by a variety of US government agencies (FBI, Homeland Security) and contains all persons and organizations that are potentially terrorists. SmartSimple clients in the U.S. must validate that anyone they are dealing with - both organizations and contacts - are not on this list before providing any funds. This is a legal requirement and is mandatory. |
|} | |} | ||
Line 367: | Line 364: | ||
'''Research Management Acronyms, Terms and Abbreviations''' | '''Research Management Acronyms, Terms and Abbreviations''' | ||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|'''CCV – Common CV''' | |'''CCV – Common CV''' | ||
− | |The Canadian Common CV (CCV) is a web-based | + | |The Canadian Common CV (CCV) is a web-based application that provides researchers with a single, common approach to gathering CV information required by federal, provincial and not-for-profit research funding organizations. |
|- | |- | ||
Line 381: | Line 376: | ||
|Letter of Intent can mean one of two things: | |Letter of Intent can mean one of two things: | ||
− | *In the granting process, the first stage outlining | + | *In the granting process, the first stage outlining the intent of the applicant in the hopes of being invited to complete a full funding application. |
− | *In the SmartSimple sales process, a letter indicating | + | *In the SmartSimple sales process, a letter indicating the clients intent to purchase. |
|- | |- | ||
Line 389: | Line 384: | ||
|'''ORCiD''' | |'''ORCiD''' | ||
− | |Open Researcher and Contributor ID. This is both a system and | + | |Open Researcher and Contributor ID. This is both a system and an organization. Researchers can maintain a profile in that system and automatically transfer parts of that profile to a research management system that has integrated with ORCiD. SmartSimple is integrated with this system. |
|- | |- | ||
Line 395: | Line 390: | ||
|'''PubMed''' | |'''PubMed''' | ||
− | |The library of Congress (US) maintains a virtual library | + | |The library of Congress (US) maintains a virtual library of more than 23 million documents on biomedical literature from MEDLINE, life science journals and online books. |
|} | |} |
Latest revision as of 15:28, 19 October 2017
AntiSamy | AntiSamy is a sanitization framework; it is up to the user how it does its sanitization. Using AntiSamy does not guarantee filtering of all malicious code. AntiSamy simply does what is described by the policy file. |
Apache | The Apache HTTP Server is a Web server application notable for playing a key role in the initial growth of the Web. |
API | Application Programming Interface is a specification intended to be used as an interface by software components to communicate with each other. SmartSimple supports two different APIs:
|
Bash | A Unix shell written for the GNU Project (a mass software collaboration) as a free software replacement for the Bourne shell. Released in 1989, it has been distributed widely as the shell for the GNU operating system and as a default shell on Linux and Mac OS X. |
CGI | Common Gateway Interface. This is a legacy scripting language. It is unlikely you will encounter this in modern scripting. |
Cloud Computing | Internet-based computing where large groups of remote servers are networked to allow sharing of data-processing tasks, centralized data storage and online access to computer services or resources. |
CPU | A Central Processing Unit (CPU) is the hardware inside a computer that carries out the instructions of programs by performing the basic arithmetical, logical, and input/output operations of the system. |
CRM | Contact Relationship Management. Can also stand for Customer Relationship Management or Constituent Relationship Management. The most popular CRM cloud service is Salesforce.com. |
CSS | Cascading Style Sheets. Used in conjunction with web pages to define how the pages should be presented in the browser. |
CV | While not exactly a technical term, CV is commonly used in a variety of applications and by a variety of organizations in reference to a person's or organizations "Curriculum Vitae", an elaboration of accomplishments - rather like a resume. |
DDoS | A distributed denial-of-service (DDoS) or denial of service(DoS) attack is an attempt to make a machine or network resource unavailable to its intended users. |
DNS Server | A Domain Name System (DNS) Server is a computer hardware or software server that implements a network service for providing responses to queries against a directory service - much like a phone book for website addresses. |
DOS | Disc Operating System. Developed by Microsoft in 1976 but no longer in use. |
Entity | In SmartSimple terms, an entity is a record of a person,organization or item. Each entity is designated Level 1, Level 2 or Level 3 in our Universal Tracking Application (UTA) based on whether it is a primary or secondary activity:
|
ERP | Enterprise Resource Planning (ERP) is business management software that companies use to collect, store, manage and interpret data from many business activities. |
GET Request | An http request asking for data from a specified resource. |
Gort | SmartSimple's automated server process that handles system emails, workflows and other activities. |
HTML | Hyper Text Mark-up Language. A Meta language that determines the formatting of web pages. |
http/https | Hypertext Transfer Protocol/Hypertext Transfer ProtocolSecure. The protocol used to transfer web pages from a web server to a browser. The S indicates that the communication is encrypted using SSL. |
Instance | A single copy of SmartSimple. Each SmartSimple customer has access to two instances - one used for production use and another Backup andTesting Instance that is used for immediate backup and for testing new features. |
KML | Keyhole Markup Language is an XML notation for expressing geographic annotation and visualization within Internet-based, two-dimensional maps and three-dimensional Earth browsers. |
Linux | A Unix-like and mostly POSIX-compliant computer operating system assembled under the model of free and open-source software development and distribution. |
Metadata | Provides information about an item's content. For example,an image may include metadata that describes how large the picture is, when the image was created and other relevant information. A text document's meta data may contain information about how long the document is, who the author is and when it was written. |
MVC | Model-View-Controller (MVC) is a software architectural pattern for implementing user interfaces. It divides a given software application into three interconnected parts, so as to separate internal representations of information from the ways that information is presented to or accepted from the user. |
ODBC | Open Database Connectivity (ODBC) is a standard programming language middleware API for accessing database management systems (DBMS). The designers of ODBC aimed to make it independent of database systems and operating systems. |
OS | Operating System (OSX, Windows, Linux, Unix Android.). The software that manages the basic operation of a computer. |
POSIX | Portable Operating System Interface is a family of standards for maintaining compatibility between operating systems. POSIX defines the API for software compatibility with variants of Unix and other operating systems. |
POST Request | An http request that submits data to be processed to a specified resource. |
Rich Text | Rich Text Format (RTF) is a proprietary document file format with published specification developed by Microsoft Corporation from1987 until 2008 for cross-platform document interchange with Microsoft products. |
SaaS | Software as a Service. Providing access to a software service via the Web. Generally billed on an ongoing basis. |
SEO | Search Engine Optimization - the process of affecting the visibility of a website or a web page in a search engine's "natural"or un-paid ("organic") search results. |
SmartBridge | SmartBridge converts data entered into SmartSimple to formats readable by other programs (for example, Oracle, Crystal). |
SmartFolders | SmartFolders provide on-line storage for files in a secure central location that is accessible from any computer with Internet access. |
SQL | Structured Query Language. The language used to communicate with a Relational Database. |
SSH | Secure Shell. Provides secure command line (DOS type) access to the operating system when using Linux. |
SSL | Secure Sockets Layer. Encryption of web communication using HTTP (HTTPS). |
UAT | User Acceptance Testing. The process by which a client accepts the configuration work performed by a vendor. |
UNIX | Unix (all-caps UNIX for the trademark) is a multitasking,multi user computer operating system that exists in many variants, originally developed at AT&T's Bell Labs research center. |
URL | A Uniform Resource Locator (URL) is also known as a web address, and is a specific character string that constitutes a reference to a resource. Most web browsers display the URL of a web page above the page in an address bar. |
UTATM | Universal Tracking ApplicationTM. A highly configurable application within the SmartSimple framework used by organizations to create unique applications to meet their specific tracking needs. |
Whitelisting | Application whitelisting is a computer administration practice used to prevent unauthorized programs from running. This is primarily to protect computers and networks from harmful applications. |
XML | Extensible Markup Language is a markup language that defines a set of rules for encoding documents in a format which is legible to both people and machines. |
XSS | Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject client-side script into web pages viewed by other users. |
Claims Management Acronyms, Terms and Abbreviations
HCAI | Health Claims for Auto Insurance. The Ontario Government system for receipt and analysis of accident benefits claims. |
IME | Independent Medical Examiner. An organization or individual that provides an independent assessment of injuries after an accident that involves an insurance claim. |
Grants Management Acronyms, Terms and Abbreviations
CRA | Canada Revenue Agency. Grants clients in Canada and the US use CRA to verify the eligibility of organizations based on their not-for-profit status. |
CSR | Corporate Social Responsibility. CSR are generally programs companies have incorporated into their business model as their way to be"socially responsible" to the community. This can include everything from supporting medical research initiatives to food banks, children's programs to animal welfare and financial literacy to building homes for families in need both in a company's native country and abroad. |
eGrant | eGrants are online systems designed to automate the entire grants management process, and can include any or all of the following steps:
|
EIN | Also known as the Federal Employer Identification Number(FEIN), the EIN is a unique nine-digit number assigned by the IRS to business entities operating in the United States. |
GSA | General Service Agreement (U.S. government). A list of products that can be purchased byUS Federal government organizations can purchase. A variety of schedules are available. SmartSimple is listed on GSA Schedule 70. |
hGrant | A tool provided by The Foundation Center, hGrant allows non-profit organizations of any size to publish and share their information online with other non-profits, creating a community of information resources for the not-for-profit sector. |
IRS | Internal Revenue Service (U.S.). Grants clients in the US use IRS to verify the eligibility of organizations based on their not-for-profit status. |
LOI | Letter of Intent can mean one of two things:
|
NTEE | The National Taxonomy of Exempt Entities (NTEE) system is used by the IRS and NCCS to classify non-profit organizations. |
OFAC | Office of Foreign Asset Control (U.S.). This list is produced by a variety of US government agencies (FBI, Homeland Security) and contains all persons and organizations that are potentially terrorists. SmartSimple clients in the U.S. must validate that anyone they are dealing with - both organizations and contacts - are not on this list before providing any funds. This is a legal requirement and is mandatory. |
Research Management Acronyms, Terms and Abbreviations
CCV – Common CV | The Canadian Common CV (CCV) is a web-based application that provides researchers with a single, common approach to gathering CV information required by federal, provincial and not-for-profit research funding organizations. |
LOI | Letter of Intent can mean one of two things:
|
ORCiD | Open Researcher and Contributor ID. This is both a system and an organization. Researchers can maintain a profile in that system and automatically transfer parts of that profile to a research management system that has integrated with ORCiD. SmartSimple is integrated with this system. |
PubMed | The library of Congress (US) maintains a virtual library of more than 23 million documents on biomedical literature from MEDLINE, life science journals and online books. |